DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19826>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19826 jvc java compiler should support compilation symbols Summary: jvc java compiler should support compilation symbols Product: Ant Version: 1.6Alpha (nightly) Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Enhancement Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When using jvc as compiler, there's no way to pass through conditional compilation symbols (the /D switch). As these are not supported by any other compiler (?), a jvc-specific mechanism should be used. Without this, any project that depends on symbols can't be built using ant without wrapper scripts. I propose a build.compiler.jvc.define property, of comma-separated values to be defined.