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 [EMAIL PROTECTED] 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
