[EMAIL PROTECTED] wrote:
Quick question.

If I wanted to pass Maven a property telling it where to find the latest jelly jar, where do I get the location of the jar file from?
With a <property> element, of course. ;-)

See: http://jakarta.apache.org/gump/ant.html, look for reference="jarpath".

Also, <depend> elements with ant can often be used as a shortcut. If the project only has one jar, simply move the depend element into the ant element and add the property name.

- Sam Ruby


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



Reply via email to