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

<sysproperty> needs refid

[EMAIL PROTECTED] changed:

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



------- Additional Comments From [EMAIL PROTECTED]  2003-05-12 14:05 -------
OK, with the new (as of nightly build 2003-05-13) <syspropertyset> you can say

<java ...>
  <syspropertyset>
    <propertyref name="java.library.dir"/>
  </sysproperty>
</java>

As well as

<propertyset id="paths">
  <propertyref name="java.library.dir"/>
  ... more paths to come ...
</propertyset>

<java ...>
  <syspropertyset refid="paths"/>
</java>

Reply via email to