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=17045>. 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=17045 <junitx> adding <syspropertyset> Summary: <junitx> adding <syspropertyset> Product: Ant Version: 1.5.1 Platform: Other OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] <junitx ...> <classpath refid="classpath" /> ... <syspropertyset> <propertyref prefix="testall." /> <propertyref prefix="runtime-" /> <mapper type="regexp" from="runtime-(.*)" to="\1" /> </syspropertyset> </junitx> <junitx> simply extends <junit> to add the <syspropertyset> data type, which is a little experiment I coded. The 3 classes in questions are included in the zip. (Provided without any warranties; use this code at your own risk). Note that this new feature was discussed earlier on the Ant forums, and I just hacked at it. The code is neither well tested nor production quality, but works for the limited use I make of it. --DD