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 2003/07/04 09:18:04 UTC

DO NOT REPLY [Bug 21196] - enhance to load properties from a file

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=21196>.
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=21196

enhance <junit> <sysproperty> to load properties from a file

bodewig@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |1.6



------- Additional Comments From bodewig@apache.org  2003-07-04 07:18 -------
Use the new propertyset data type in Ant 1.6.

With a recent nightly build try

<property file="module-local-properties" prefix="junit.module.props"/>

<junit ...>
  <sypropertyset>
    <propertyref prefix="junit.module.props"/>
  </syspropertyset>
  ...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org