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/12/03 15:35:22 UTC

DO NOT REPLY [Bug 12024] - [PATCH] Enable junit to inherit Ant properties as system properties

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 nicolaken@apache.org  2002-12-03 14:35 -------
This patch is quite important for projects that use external resources for unit
tests, and that use unit test buildfile snippets imported in their ant file.
This enables them to reuse Ant builfiles with the possibility of customizing the
info sent to the unit tests about the environment.

There was a discussion on this about making it better, if someone can remember
or make suggestions on it he is welcome.

A possibility is to make all ant.junit.* properties be sent to the unit tests,
dunno if it's the best, or by making the task accept all properties that begin
with a certain string.

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