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

need away to set <javac> comiler JAVA_HOME outside build script

           Summary: need away to set <javac> comiler JAVA_HOME outside build
                    script
           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 want to be able to use
<property name="build.compiler" value="classic"/>
in a build script without having to change my system JAVA_HOME. It would be nice
if it was possible to put "build.compiler.classic.home=/wherever" in .antrc .
For other compiler types, the path the executable or whatever similar
information is needed could be supplied similarily.

Compiler locatations are system-dependant, not project dependant in many cases,
like where I develop on a Windows machine but deploy on an AIX machine. I can't
put compiler specific directives in my build script because those values are
different on different machines.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to