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=20408>.
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=20408

Allow passing arguments to javac globally

           Summary: Allow passing arguments to javac globally
           Product: Ant
           Version: 1.5.3
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I wanted to compile my project with non-standard
javac options.
The simplest way, I found, was to create a
CompilerAdapter.

Usage is simple:

ant
-Dbuild.compiler=org.netbeans.nbbuild.NbJavacExternal
-Dbuild.compiler.params=-param1,-param2

If you find my adapter useful, feel free to add it
to CVS.

Reply via email to