who can i tell ivy what artifacts are currently install ,
and how to get dependencies by the new now
can u provide an example please?
--
View this message in context:
http://ant.1045680.n5.nabble.com/Using-IVY-programatically-tp3204508p3243439.html
Sent from the Ant - Dev mailing list archive
yes i want to use Ivy programatically
can u direct me to where should i look.
and why cant i do this with the provided example
--
View this message in context:
http://ant.1045680.n5.nabble.com/Using-IVY-programatically-tp3204508p3237848.html
Sent from the Ant - Dev mailing list archive at
Sorry, I probably don't understand your question, but if you are looking for
some example code for using Ivy programatically, you could take a look at how
the Ivy Ant tasks are implemented.
If that was not your question, please forgive me :-)
Maarten
- Original Message
ok ,what example where ? :)
task with no xml ?
--
View this message in context:
http://ant.1045680.n5.nabble.com/Using-IVY-programatically-tp3204508p3237836.html
Sent from the Ant - Dev mailing list archive at Nabble.com
You could use the Ivy ant tasks as an example.
Maarten
- Original Message
From: shacoshe
To: dev@ant.apache.org
Sent: Tue, October 26, 2010 8:37:15 PM
Subject: Re: Using IVY programatically
why so complicated , is there some examples of this
--
View this message in context
why so complicated , is there some examples of this
--
View this message in context:
http://ant.1045680.n5.nabble.com/Using-IVY-programatically-tp3204508p3237587.html
Sent from the Ant - Dev mailing list archive at Nabble.com
solver.java:783)
-
also before(using new IvySettings()) the resolve did not throw any exception
but the retrive did throw same exception
thank you
--
View this message in context:
http://ant.1045680.n5.nabble.com/Using-IVY-programatically-tp3204508p3235878.html
Sent from the Ant - D
You should do a resolve first.
The retriece expects that the resolve has been performed and looks for
information in the cache
Maarten
- Original Message
From: shacoshe
To: dev@ant.apache.org
Sent: Sat, October 23, 2010 8:04:49 PM
Subject: Re: Using IVY programatically
thank you
va:288)
at
org.apache.ivy.core.retrieve.RetrieveEngine.retrieve(RetrieveEngine.java:104)
... 2 more
why he is looking for a file that dose not exists
"'D:\programming\eclipse_projects\ivyTest\repo\cache\org.jtpc-movies-default.xml'"
thank you
--
View t
Le 23 oct. 2010 à 13:07, shacoshe a écrit :
>
> why IVY is so complicated to use problematically ,
nice slip-up ;)
> and way do you force me to use XML ,
> why there is a lake of API for that ,
>
> i can see why nobody helps / can help me
Ivy is mainly designed to be used in Ant tasks, yes
why IVY is so complicated to use problematically ,
and way do you force me to use XML ,
why there is a lake of API for that ,
i can see why nobody helps / can help me
--
View this message in context:
http://ant.1045680.n5.nabble.com/Using-IVY-programatically-tp3204508p3233346.html
Sent from
ptions.setUseOrigin(true);
retriveOptions.setConfs(md.getConfigurationsNames());
ivy.retrieve(md.getModuleRevisionId(), "lib/[conf]/[artifact].[ext]",
retriveOptions);
--
View this message in context:
http://ant.1045680.n5.nabble.com/Using-IVY-programatically-tp3204508p3229246.htm
message in context:
http://ant.1045680.n5.nabble.com/Using-IVY-programatically-tp3204508p3218360.html
Sent from the Ant - Dev mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional
toine Levy-Lambert
To: Ant Developers List
Sent: Fri, October 8, 2010 2:33:12 PM
Subject: Re: Using IVY programatically
Hello Shay,
yes, ivy can be used programmatically. I think nearly all classes have public
interfaces.
here a snippet of a piece of code written on my project using ivy 2.1.x
Hello Shay,
yes, ivy can be used programmatically. I think nearly all classes have
public interfaces.
here a snippet of a piece of code written on my project using ivy 2.1.x
APIs (not sure if there is any change in 2.2.x)
import org.apache.ivy.Ivy;
import org.apache.ivy.Ivy.IvyCallback;
im
m new to IVY ,and i notice only XML configuration tutorial
am i at the right direction?
can IVY help me completing my task?
thank you
--
View this message in context:
http://old.nabble.com/Using-IVY-programatically-tp29914705p29914705.html
Sent from the ivy-dev mailing list archive at Nabbl
16 matches
Mail list logo