Re: Using IVY programatically

2010-10-30 Thread shacoshe
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

Re: Using IVY programatically

2010-10-26 Thread shacoshe
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

Re: Using IVY programatically

2010-10-26 Thread shacoshe
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

Re: Using IVY programatically

2010-10-26 Thread shacoshe
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. ---

Re: Using IVY programatically

2010-10-25 Thread shacoshe
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

Re: Using IVY programatically

2010-10-23 Thread shacoshe
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

Re: Using IVY programatically

2010-10-23 Thread shacoshe
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

Re: Using IVY programatically

2010-10-21 Thread shacoshe
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

Re: Using IVY programatically

2010-10-19 Thread shacoshe
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