yes, that works. however I want to do this on a per dependency basis
i.e. some jars need to have -[rev] and some don't!
[EMAIL PROTECTED] wrote:
Should be possible via the pattern attribute of retrieve.
http://incubator.apache.org/ivy/history/trunk/use/retrieve.html
<ivy:retrieve pattern="[artifact].[ext]"/>
Jan
-----Ursprüngliche Nachricht-----
Von: news [mailto:[EMAIL PROTECTED] Im Auftrag von teknokrat
Gesendet: Donnerstag, 19. Juli 2007 11:41
An: [email protected]
Betreff: any way to rewrite dependency name?
This is a bit of a strange requirement, but is it possible to have ivy
download thefile-1.0/jar and rename it to thefile.jar? I would like to
have version numbers in the repository but i have some third party
libraries that have the name of thelibrary.jar hard coded in them.
cheers