You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2002/03/02 05:47:15 UTC

DO NOT REPLY [Bug 6810] - inherit all properties to a called java program

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

inherit all properties to a called java program





------- Additional Comments From malachi@eoti.org  2002-03-02 04:47 -------
Hmmm... I assume that the java task is doing a Runtime.exec right 
now (didn't check).... but if we allowed it to launch via 
Class.forName, they would automatically inherit 
everything...  Although, I guess we could just pass every 
property as a -D on the command line, but that could be a problem on 
some platforms (AS/400, for example) that have a limited 
command-line length...

-- Malachi

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>