DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36629>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36629
Summary: Apt task fails when compile="false" specified
Product: Ant
Version: 1.7Alpha (nightly)
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Core
AssignedTo: dev@ant.apache.org
ReportedBy: mark@kitfox.com
When I attempt to use the apt task with the compile flag set to false, it
results in a failed build:
C:\dev\cvs.kitfox.com\kitfoxUtilities\build.xml:151: Compile failed; see the
compiler error output for details.
BUILD FAILED (total time: 1 second)
A similar error message appears if you attempt to use the <apt> task and there
is an error in the source code. (That is to say, if compiling with javac would
result in a compile error, using apt on the same source will result in the
cryptic 'Compile failed' message with no further information). Printing the
results of the failed compile woudl be a big help.
Mark McKay
http://www.kitfox.com
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|