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=12024>. 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=12024 [PATCH] Enable junit to inherit Ant properties as system properties ------- Additional Comments From [EMAIL PROTECTED] 2003-04-02 14:59 ------- I work extensively with ant and junit (4K junit tests run on ant) and this feature would be greatly appreciated. My context requires me to pass these variables when forking, and I've found those properties are already there in the junitxxxxxxxx.properties file, and the JUnitTest also contains them. I think it would be cool to define all those properties as ant.property.<....> as system properties when the test , instead of adding them to the command line. Anyway, I can upload a diff if you like with my proposed solution... let me know thx.