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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2003-07-22 18:53 -------
1. see my previous  about your predecessor bug.

2. look at the executable property of javac to set locations

3. the trick to put per-machine details in a build file is not to put them in a
file, but to load a properties file before doing anything else,a properties file
that is not under SCM and can be customised by individuals:

<properties file="build.properties" />

one person could have this file say

build.compiler=jikes

another

build.compiler=modern

and the third doesnt even need a properties file.


Marking the bugrep as invalid as you can do all this today.

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

Reply via email to