> My question to you: Is it possible to point the refid in the 
> <property> tag to a <path>  construct in another ant file?

As an alternative to entity including XML files, the XmlProperty 
task in CVS has the ability to specify classpaths in an xml 
property file:

<properties>
   <path id="foo">
     <pathelement location="bar"/>
   </path>
</properties>

PC
 
Paul Christmann
Prior Artisans
504-587-9072



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to