add "nocompile" option to the Ant macros in beehive-tools.xml
-------------------------------------------------------------
Key: BEEHIVE-1045
URL: http://issues.apache.org/jira/browse/BEEHIVE-1045
Project: Beehive
Type: Improvement
Components: Build
Versions: v1m1, V1
Reporter: Eddie O'Neil
Assigned to: Eddie O'Neil
Fix For: 1.0.1
The beehive-tools.xml file has a set of macros for processing annotations on
Java source files; today, the annotations are processed and then the source
files compiled. In some build situations (like the NetUI coreWeb webapp), it
can be useful to process annotations on all of the source files and then
<javac> in a single step.
This change enables this sort of build scenario and avoids some of the problems
apt.exe has with resolving types that are generated during annotation
processing.
Planning on fixing this for Beehive 1.0.1
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira