You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Chris <sh...@yahoo.com> on 2008/12/02 01:19:02 UTC

Proper syntax for referencing dependencies in Ant?

At the bottom of this page:

http://maven.apache.org/plugins/maven-antrun-plugin/examples/classpaths.html

it says that you can use the path to each dependency artifact in your 
Ant script. I can't get this to work. Can anyone give me the right 
syntax with an example?

This fails:
								<property name="logging_jar" 
refid="maven.dependency.commons-logging:commons-logging:jar.path"/>
								<echo>${logging_jar}</echo>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Proper syntax for referencing dependencies in Ant?

Posted by schegi <sc...@uni-koblenz.de>.
I have the same Problem nice to know if you solved that.

Stefan

-- 
View this message in context: http://www.nabble.com/Proper-syntax-for-referencing-dependencies-in-Ant--tp20783656p21958298.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org