Skip to content

Commit

Permalink
Build depends on JavaCC which causes issues for IDEs
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/jexl/trunk@1718884 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
sebbASF committed Dec 9, 2015
1 parent 8c683cd commit 4d9a559
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions BUILDING.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ The following goals may be useful:
* mvn site - create the documentation
* mvn package - build the jar
* mvn install - build the jar and install in local maven repository

Note that the Maven build process uses JavaCC to generate some sources.
These are created under target/generated sources and automatically compiled.
The generated class files are needed to compile some of the ordinary Java source files.
This can cause problems for some IDEs, which will need to be configured accordingly.

0 comments on commit 4d9a559

Please sign in to comment.