Le 27 oct. 2010 à 23:47, Maarten Coene a écrit : > Nicolas, > > Very nice :-) > Is this related to https://issues.apache.org/jira/browse/IVY-334 ?
I didn't knew about this issue, but it is definitively related. What I have implemented is for an inline mode only, but it can definitively be improved to support also an ivy.xml. Nicolas > > Maarten > > > > > ----- Original Message ---- > From: Nicolas Lalevée <nicolas.lale...@hibnet.org> > To: dev@ant.apache.org > Sent: Wed, October 27, 2010 6:50:27 PM > Subject: Re: svn commit: r1028013 - in /ant/ivy/core/trunk: ./ doc/ doc/use/ > src/java/org/apache/ivy/ant/ test/java/org/apache/ivy/ant/ > test/repositories/1/org2/mod2.1/ivys/ test/repositories/1/org2/mod2.1/jars/ > test/repositories/1/org2/mod2.2/ivys/ test/repositori... > > As you may see, I have updated the ant version used because resources used in > the new feature introduced are since Ant 1.7.0. > I haven't changed Ivy's requirement on Ant though. For me Ivy is still > requiring > Ant 1.6, and can even work with earlier versions. Only if the user want to > use > this new ivy:resources feature, it will require to have an Ant 1.7 minimum. > > Nicolas > > > Le 27 oct. 2010 à 17:57, hi...@apache.org a écrit : > >> Author: hibou >> Date: Wed Oct 27 15:57:36 2010 >> New Revision: 1028013 >> >> URL: http://svn.apache.org/viewvc?rev=1028013&view=rev >> Log: >> New Ivy Ant datatype: a resource collection compute from an Ivy resolve. >> The basic implementation work, but is not yet a complete clone/merge of >> ivy:resolve and ivy.xml's <dependencies> >> >> Added: >> ant/ivy/core/trunk/doc/use/resources.html >> ant/ivy/core/trunk/src/java/org/apache/ivy/ant/IvyDependency.java >> ant/ivy/core/trunk/src/java/org/apache/ivy/ant/IvyResources.java >> ant/ivy/core/trunk/test/java/org/apache/ivy/ant/IvyResourcesTest.java >> ant/ivy/core/trunk/test/repositories/1/org2/mod2.1/ivys/ivy-0.7.xml >> ant/ivy/core/trunk/test/repositories/1/org2/mod2.1/jars/mod2.1-0.7.jar >> ant/ivy/core/trunk/test/repositories/1/org2/mod2.2/ivys/ivy-0.10.xml >> ant/ivy/core/trunk/test/repositories/1/org2/mod2.2/jars/mod2.2-0.10.jar >> Modified: >> ant/ivy/core/trunk/doc/toc.json >> ant/ivy/core/trunk/ivy.xml >> ant/ivy/core/trunk/src/java/org/apache/ivy/ant/AntMessageLogger.java >> ant/ivy/core/trunk/src/java/org/apache/ivy/ant/IvyAntSettings.java >> ant/ivy/core/trunk/src/java/org/apache/ivy/ant/IvyTask.java >> ant/ivy/core/trunk/src/java/org/apache/ivy/ant/antlib.xml >> >> Modified: ant/ivy/core/trunk/doc/toc.json >> URL: >> http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/toc.json?rev=1028013&r1=1028012&r2=1028013&view=diff --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org