Re: cvs commit: jakarta-commons-sandbox/graph2 build.xml

Sam Ruby <[email protected]> Thu, 02 Jan 2003 18:02:23 -0500
Newsgroups gmane.comp.jakarta.alexandria.devel
Message-ID <[email protected]>
[email protected] wrote:
>><depend project="jakarta-ant" property="maven.jar.ant" id="ant"/>
> 
> And.
>   <property name="maven.jar.ant" value="${gump's location of ant jar file 
> - ${jarDir}/jakarta-ant/ant.jar???}" />

That should not be required.  Note the "property=" on the depend 
element.  There even is an "id" which identifies which ant jar, to 
handle those cases where projects rename jars.

- Sam Ruby