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 a
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 Nabb
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.
-
To
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.
---
it was weird that i am passing to
"PomModuleDescriptorParser.getInstance().parseDescriptor" a new IVYSettings
so i passed the instance i created before ,
cause in the logger i see that ,ivy is trying to use file inside IVY jar
:: loading settings :: url =
jar:file:/D:/programming/eclipse_pro
thank you for your help .
this is what i am trying now
try{
File pom = null; // a provided maven pom
// Create a FileSystemResolver pointing to the local maven repository
// FileSystemResolver fsResolver = new FileSystemResolver();
// fsResolver.setName("local-maven-r
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 t
ok , i made a little test ,
i came to some errors , And i dont know how to define my "archiva"
repository
can u help me
this what i have so far :
IvySettings settings = new IvySettings();
settings.setDefaultIvyUserDir(new
File("D:/programming/eclipse_projects/ivyTest/repo/"));
setting
hey ,
how i can give a POM file (for new plugin) , and ask IVY what dependencies
are required
base on CORE application jars , and on installed plug-in jars
and when uninstalling a plug-in i want to call again and check dependencies
are ok .
can u help me please
thank you
--
View this messag