DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=35522>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=35522 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Windows XP |All Platform|PC |All Summary|ant.bat splits system |no way to set java system |properties passed by - |options from comand line |D<prop>=<val> option | ------- Additional Comments From [EMAIL PROTECTED] 2005-06-28 17:59 ------- This was "ant.bat splits system properties passed by -D<prop>=<val> option" The ant script does not (currently) support setting java system properties. The -D prefix is used to set ant properties. One can set java system properties by setting the env variable "ANT_OPTS". from unix: export ANT_OPTS="$ANT_OPTS -Dlog4j.configuration=app.log4j.properties" ant -lib . -lib log4j-1.2.8.jar -listener org.apache.tools.ant.listener.Log4jListener should do what you want. This is probally a enhancement request. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
