Issues using ivy
Posted
by Almas
on Stack Overflow
See other posts from Stack Overflow
or by Almas
Published on 2010-05-20T17:14:01Z
Indexed on
2010/05/21
7:30 UTC
Read the original article
Hit count: 305
ivy
Hi,
I am new bie to ivy.
I am using packager resolver and that packager resolver resolves the zip file, unzip it, extracts the jar file from it in temp build file, but it stays temporarily and only the jar file which i specified as a module name gets copied to destination rest of all are ignored. Is there a way i can get all the jar files? I use preseverBuildDirectories but is there a better way to do it?
Also is it possible for me to publish an artifact to svn using normal ivy? I got error while i was trying to use ivy 2.1.0 on XP using ant 1.8.0 java.illegalArguementException saying authorization failed. Is there a way i can work through ivy:publish?
Is there a way i can use ivy variable in packager.xml?
Thanks in advance, Almas
© Stack Overflow or respective owner