Author: maartenc Date: Tue Mar 6 22:47:49 2012 New Revision: 1297774 URL: http://svn.apache.org/viewvc?rev=1297774&view=rev Log: FIX: /localivy target does not work when building Ivy jar (IVY-1338) (thanks to Ben Schmidt)
Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/build.xml Modified: ant/ivy/core/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/CHANGES.txt?rev=1297774&r1=1297773&r2=1297774&view=diff ============================================================================== --- ant/ivy/core/trunk/CHANGES.txt (original) +++ ant/ivy/core/trunk/CHANGES.txt Tue Mar 6 22:47:49 2012 @@ -102,6 +102,7 @@ for detailed view of each issue, please Brian Sanders Adrian Sandor Michael Scheetz + Ben Schmidt Ruslan Shevchenko John Shields Simon Steiner @@ -140,6 +141,7 @@ for detailed view of each issue, please - IMPROVEMENT: ivy:retrieve can now convert 'dotted'-organisation names into a directory tree. - IMPROVEMENT: ivy:retrieve now accepts a nested mapper type. +- FIX: /localivy target does not work when building Ivy jar (IVY-1338) (thanks to Ben Schmidt) - FIX: The showprogress=false attribute of ivy:resolve doesn't do what it should (IVY-1052) (thanks to Joseph Boyd) - FIX: extends ignores defaultconfmapping/defaultconf/confmappingoverride attributes from parent's configurations and dependencies tags (IVY-1213) - FIX: NullPointerException when providing empty password to <credentials> (IVY-1335) Modified: ant/ivy/core/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/build.xml?rev=1297774&r1=1297773&r2=1297774&view=diff ============================================================================== --- ant/ivy/core/trunk/build.xml (original) +++ ant/ivy/core/trunk/build.xml Tue Mar 6 22:47:49 2012 @@ -37,7 +37,7 @@ <target name="init-ivy-home" depends="init-ivy-user-home, init-ivy-local-home" /> - <target name="init-ivy" depends="compile-bootstrap"> + <target name="init-ivy" depends="compile-bootstrap, init-ivy-home"> <taskdef resource="org/apache/ivy/ant/antlib.xml" uri="antlib:org.apache.ivy.ant"> <classpath>