svn commit: r829250 - /ant/ivy/core/trunk/CHANGES.txt

2009-10-23 Thread maartenc
Author: maartenc Date: Fri Oct 23 21:30:17 2009 New Revision: 829250 URL: http://svn.apache.org/viewvc?rev=829250view=rev Log: improvements are placed before fixes Modified: ant/ivy/core/trunk/CHANGES.txt Modified: ant/ivy/core/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/ant/ivy

svn commit: r829259 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/core/resolve/ResolveEngine.java

2009-10-23 Thread maartenc
Author: maartenc Date: Fri Oct 23 22:09:20 2009 New Revision: 829259 URL: http://svn.apache.org/viewvc?rev=829259view=rev Log: FIX: IvyNodeEviction.cleanEvicted has bad comparison logic (IVY-1118) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java/org/apache/ivy/core

svn commit: r829263 - /ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/ResolveEngine.java

2009-10-23 Thread maartenc
Author: maartenc Date: Fri Oct 23 22:21:24 2009 New Revision: 829263 URL: http://svn.apache.org/viewvc?rev=829263view=rev Log: Reverted previous commit Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/ResolveEngine.java Modified: ant/ivy/core/trunk/src/java/org/apache/ivy

svn commit: r829264 - /ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/IvyNodeEviction.java

2009-10-23 Thread maartenc
Author: maartenc Date: Fri Oct 23 22:22:04 2009 New Revision: 829264 URL: http://svn.apache.org/viewvc?rev=829264view=rev Log: FIX: IvyNodeEviction.cleanEvicted has bad comparison logic (IVY-1118) Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/IvyNodeEviction.java

svn commit: r829662 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/core/resolve/ResolveData.java test/java/org/apache/ivy/core/resolve/ResolveTest.java test/repositories/1/org2/mod2.1/i

2009-10-25 Thread maartenc
Author: maartenc Date: Sun Oct 25 21:44:16 2009 New Revision: 829662 URL: http://svn.apache.org/viewvc?rev=829662view=rev Log: FIX: override ignored in dynamic resolve mode (IVY-1131) Added: ant/ivy/core/trunk/test/repositories/1/org2/mod2.1/ivys/ivy-0.6.xml (with props) Modified: ant

svn commit: r831776 - in /ant/ivy/core/trunk: ./ src/java/org/apache/ivy/plugins/parser/m2/ test/java/org/apache/ivy/core/resolve/ test/repositories/m2/org/apache/test-src/ test/repositories/m2/org/ap

2009-11-01 Thread maartenc
Author: maartenc Date: Sun Nov 1 22:57:30 2009 New Revision: 831776 URL: http://svn.apache.org/viewvc?rev=831776view=rev Log: IMPROVEMENT: discover 'src' sources in maven repos (IVY-1138) Added: ant/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-m2-with-src.xml (with props

svn commit: r832208 - /ant/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ResolveTest.java

2009-11-02 Thread maartenc
Author: maartenc Date: Mon Nov 2 23:55:39 2009 New Revision: 832208 URL: http://svn.apache.org/viewvc?rev=832208view=rev Log: Removed debug logging Modified: ant/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ResolveTest.java Modified: ant/ivy/core/trunk/test/java/org/apache/ivy

svn commit: r881024 - in /ant/ivy/core/trunk/test: java/org/apache/ivy/core/resolve/ repositories/extra-attributes-multipledependencies/ repositories/extra-attributes-multipledependencies/filerepo-att

2009-11-16 Thread maartenc
Author: maartenc Date: Mon Nov 16 22:55:31 2009 New Revision: 881024 URL: http://svn.apache.org/viewvc?rev=881024view=rev Log: Added unit tests for IVY-956 Added: ant/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-extra-att-multipledependencies.xml (with props) ant/ivy

svn commit: r881039 - /ant/ivy/core/trunk/CHANGES.txt

2009-11-16 Thread maartenc
Author: maartenc Date: Mon Nov 16 23:16:14 2009 New Revision: 881039 URL: http://svn.apache.org/viewvc?rev=881039view=rev Log: FIX: Resolve with Extra Attributes, Forced Dependencies causes invalid delivered ivy file (IVY-1079) Modified: ant/ivy/core/trunk/CHANGES.txt Modified: ant/ivy

svn commit: r881554 - /ant/ivy/core/trunk/CHANGES.txt

2009-11-17 Thread maartenc
Author: maartenc Date: Tue Nov 17 21:54:10 2009 New Revision: 881554 URL: http://svn.apache.org/viewvc?rev=881554view=rev Log: FIX: Latest Compatible Conflict Manager + Extra Attributes in Dependencies' IVY files == infinite loop (IVY-956) Modified: ant/ivy/core/trunk/CHANGES.txt Modified

svn commit: r881556 - /ant/ivy/core/trunk/CHANGES.txt

2009-11-17 Thread maartenc
Author: maartenc Date: Tue Nov 17 21:55:35 2009 New Revision: 881556 URL: http://svn.apache.org/viewvc?rev=881556view=rev Log: Moved Jon to the list of Ivy committers Modified: ant/ivy/core/trunk/CHANGES.txt Modified: ant/ivy/core/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/ant/ivy

svn commit: r883156 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/core/IvyPatternHelper.java test/java/org/apache/ivy/util/IvyPatternHelperTest.java

2009-11-22 Thread maartenc
Author: maartenc Date: Sun Nov 22 22:18:59 2009 New Revision: 883156 URL: http://svn.apache.org/viewvc?rev=883156view=rev Log: FIX: ivy:retrieve sync=true does nothing if first variable is optional (IVY-1142) (thanks to Andreas Axelsson) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy

svn commit: r885601 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/plugins/resolver/FileSystemResolver.java test/java/org/apache/ivy/plugins/resolver/FileSystemResolverTest.java

2009-11-30 Thread maartenc
Author: maartenc Date: Mon Nov 30 22:35:17 2009 New Revision: 885601 URL: http://svn.apache.org/viewvc?rev=885601view=rev Log: FIX: FileSystem resolver with m2compatible=true throws error when publishing modules with dotted organisation names (IVY-968) Modified: ant/ivy/core/trunk

svn commit: r885611 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/ant/IvyListModules.java

2009-11-30 Thread maartenc
Author: maartenc Date: Mon Nov 30 23:03:21 2009 New Revision: 885611 URL: http://svn.apache.org/viewvc?rev=885611view=rev Log: IMPROVEMENT: resolver attribute for ivy:listmodules task (IVY-1057) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java/org/apache/ivy/ant

svn commit: r885612 - /ant/ivy/core/trunk/doc/use/listmodules.html

2009-11-30 Thread maartenc
Author: maartenc Date: Mon Nov 30 23:06:27 2009 New Revision: 885612 URL: http://svn.apache.org/viewvc?rev=885612view=rev Log: IMPROVEMENT: resolver attribute for ivy:listmodules task (IVY-1057) Modified: ant/ivy/core/trunk/doc/use/listmodules.html Modified: ant/ivy/core/trunk/doc/use

svn commit: r886303 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/core/cache/DefaultRepositoryCacheManager.java

2009-12-02 Thread maartenc
Author: maartenc Date: Wed Dec 2 21:13:21 2009 New Revision: 886303 URL: http://svn.apache.org/viewvc?rev=886303view=rev Log: FIX: metadata lock files not always deleted from cache (IVY-1145) (thanks to Jason Trump) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java

svn commit: r886898 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/util/XMLHelper.java

2009-12-03 Thread maartenc
Author: maartenc Date: Thu Dec 3 20:10:23 2009 New Revision: 886898 URL: http://svn.apache.org/viewvc?rev=886898view=rev Log: FIX: Use of a shared DocumentBuilder causes SAXException during parallel resolutions (IVY-1147) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src

svn commit: r886938 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorParser.java

2009-12-03 Thread maartenc
Author: maartenc Date: Thu Dec 3 22:00:26 2009 New Revision: 886938 URL: http://svn.apache.org/viewvc?rev=886938view=rev Log: IMPROVEMENT: Ivy doesn't support Maven 2.0.9 'import' scope (IVY-807) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java/org/apache/ivy

svn commit: r888184 - in /ant/ivy/core/trunk/test/java/org/apache/ivy/core/resolve: ResolveTest.java ivy-956.xml

2009-12-07 Thread maartenc
Author: maartenc Date: Mon Dec 7 23:24:38 2009 New Revision: 888184 URL: http://svn.apache.org/viewvc?rev=888184view=rev Log: Added junit test for IVY-956 Added: ant/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-956.xml (with props) Modified: ant/ivy/core/trunk/test/java

svn commit: r888188 - in /ant/ivy/core/trunk/test: java/org/apache/ivy/plugins/resolver/FileSystemResolverTest.java repositories/1/org1/mod1.2/jars/mod1.2-0.9.jar

2009-12-07 Thread maartenc
Author: maartenc Date: Mon Dec 7 23:34:37 2009 New Revision: 888188 URL: http://svn.apache.org/viewvc?rev=888188view=rev Log: Fixed junit tests Added: ant/ivy/core/trunk/test/repositories/1/org1/mod1.2/jars/mod1.2-0.9.jar (with props) Modified: ant/ivy/core/trunk/test/java/org

svn commit: r888190 - /ant/ivy/core/trunk/src/java/org/apache/ivy/core/module/descriptor/AbstractArtifact.java

2009-12-07 Thread maartenc
Author: maartenc Date: Mon Dec 7 23:36:25 2009 New Revision: 888190 URL: http://svn.apache.org/viewvc?rev=888190view=rev Log: Fixed inconsistency between equals() and hashCode() Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/core/module/descriptor/AbstractArtifact.java Modified

svn commit: r888191 - /ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/IvyNode.java

2009-12-07 Thread maartenc
Author: maartenc Date: Mon Dec 7 23:37:38 2009 New Revision: 888191 URL: http://svn.apache.org/viewvc?rev=888191view=rev Log: Attempt to fix IVY-1148 Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/core/resolve/IvyNode.java Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/core

svn commit: r888563 - /ant/ivy/core/trunk/CHANGES.txt

2009-12-08 Thread maartenc
Author: maartenc Date: Tue Dec 8 20:39:00 2009 New Revision: 888563 URL: http://svn.apache.org/viewvc?rev=888563view=rev Log: FIX: Encountered 'multiple artifacts retrieved to same file' error when module does not have multiple artifacts (IVY-1148) Modified: ant/ivy/core/trunk/CHANGES.txt

svn commit: r891459 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorParser.java

2009-12-16 Thread maartenc
Author: maartenc Date: Wed Dec 16 22:29:05 2009 New Revision: 891459 URL: http://svn.apache.org/viewvc?rev=891459view=rev Log: FIX: optional dependencies, sources and javadocs aren't resolved when a maven module is relocated Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk

svn commit: r891461 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorBuilder.java

2009-12-16 Thread maartenc
Author: maartenc Date: Wed Dec 16 22:43:13 2009 New Revision: 891461 URL: http://svn.apache.org/viewvc?rev=891461view=rev Log: FIX: resolve fails for transitive relocated maven modules when the type of the dependency was set to 'jar' Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy

svn commit: r892370 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/ant/IvyArtifactReport.java

2009-12-18 Thread maartenc
Author: maartenc Date: Fri Dec 18 20:24:48 2009 New Revision: 892370 URL: http://svn.apache.org/viewvc?rev=892370view=rev Log: FIX: Artifact report throws NPE when artifact is not in cache (IVY-1150) (thanks to Steve Jones) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src

svn commit: r893024 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/util/url/BasicURLHandler.java

2009-12-21 Thread maartenc
Author: maartenc Date: Mon Dec 21 23:07:00 2009 New Revision: 893024 URL: http://svn.apache.org/viewvc?rev=893024view=rev Log: FIX: Ivy does not close URL connection to ivy-report.xsl properly (IVY-1152) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java/org/apache/ivy

svn commit: r893145 - /ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/report/XmlReportOutputter.java

2009-12-22 Thread maartenc
Author: maartenc Date: Tue Dec 22 11:28:38 2009 New Revision: 893145 URL: http://svn.apache.org/viewvc?rev=893145view=rev Log: FIX: Ivy does not close URL connection to ivy-report.xsl properly (IVY-1152) Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/report

svn commit: r893901 - in /ant/ivy/core/trunk: ./ src/java/org/apache/ivy/util/ test/repositories/checksums/allright/

2009-12-25 Thread maartenc
Author: maartenc Date: Fri Dec 25 23:54:14 2009 New Revision: 893901 URL: http://svn.apache.org/viewvc?rev=893901view=rev Log: FIX: Ivy cannot parse alternate format for Maven MD5 files (IVY-1155) Added: ant/ivy/core/trunk/test/repositories/checksums/allright/allright-IVY-1155-1.0.jar

svn commit: r894987 - /ant/ivy/core/trunk/CHANGES.txt

2010-01-01 Thread maartenc
Author: maartenc Date: Fri Jan 1 10:09:02 2010 New Revision: 894987 URL: http://svn.apache.org/viewvc?rev=894987view=rev Log: Grant credits to Jasper Blues for his contribution (IVY-1151) Modified: ant/ivy/core/trunk/CHANGES.txt Modified: ant/ivy/core/trunk/CHANGES.txt URL: http

svn commit: r897018 - in /ant/ivy/core/trunk: build.xml ivy.xml

2010-01-07 Thread maartenc
Author: maartenc Date: Thu Jan 7 21:18:45 2010 New Revision: 897018 URL: http://svn.apache.org/viewvc?rev=897018view=rev Log: Fixed junit classpath to make the tests run with Ant 1.8.0RC1 Modified: ant/ivy/core/trunk/build.xml ant/ivy/core/trunk/ivy.xml Modified: ant/ivy/core/trunk

svn commit: r897035 - /ant/ivy/core/trunk/ivy.xml

2010-01-07 Thread maartenc
Author: maartenc Date: Thu Jan 7 22:29:06 2010 New Revision: 897035 URL: http://svn.apache.org/viewvc?rev=897035view=rev Log: Re-added dependencies on ant-nodeps and ant-trax since they are needed to use the packager resolver. Modified: ant/ivy/core/trunk/ivy.xml Modified: ant/ivy/core

svn commit: r897039 - /ant/ivy/core/trunk/build.xml

2010-01-07 Thread maartenc
Author: maartenc Date: Thu Jan 7 22:37:19 2010 New Revision: 897039 URL: http://svn.apache.org/viewvc?rev=897039view=rev Log: Fixed junit classpath again to make the tests run with Ant 1.8.0RC1 Modified: ant/ivy/core/trunk/build.xml Modified: ant/ivy/core/trunk/build.xml URL: http

svn commit: r897043 - /ant/ivy/core/trunk/build.xml

2010-01-07 Thread maartenc
Author: maartenc Date: Thu Jan 7 23:02:03 2010 New Revision: 897043 URL: http://svn.apache.org/viewvc?rev=897043view=rev Log: Not all junit tests were executed in offline mode (cfr gump) Modified: ant/ivy/core/trunk/build.xml Modified: ant/ivy/core/trunk/build.xml URL: http

svn commit: r897046 - /ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/FileSystemResolverTest.java

2010-01-07 Thread maartenc
Author: maartenc Date: Thu Jan 7 23:06:47 2010 New Revision: 897046 URL: http://svn.apache.org/viewvc?rev=897046view=rev Log: Forgot to commit updated junit test for IVY-1155 Modified: ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/FileSystemResolverTest.java Modified: ant

svn commit: r897049 - /ant/ivy/core/trunk/test/java/org/apache/ivy/ant/IvyRetrieveTest.java

2010-01-07 Thread maartenc
Author: maartenc Date: Thu Jan 7 23:15:30 2010 New Revision: 897049 URL: http://svn.apache.org/viewvc?rev=897049view=rev Log: Don't forget to call the init() method when a new Project instance is created! Modified: ant/ivy/core/trunk/test/java/org/apache/ivy/ant/IvyRetrieveTest.java

svn commit: r898269 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/core/settings/XmlSettingsParser.java

2010-01-12 Thread maartenc
Author: maartenc Date: Tue Jan 12 10:09:16 2010 New Revision: 898269 URL: http://svn.apache.org/viewvc?rev=898269view=rev Log: FIX: ivy.settings.dir space escaping problem (IVY-1162) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java/org/apache/ivy/core/settings

svn commit: r898344 - in /ant/ivy/core/trunk: CHANGES.txt doc/use/info.html src/java/org/apache/ivy/ant/IvyInfo.java test/java/org/apache/ivy/ant/IvyInfoTest.java test/java/org/apache/ivy/ant/ivy-info

2010-01-12 Thread maartenc
Author: maartenc Date: Tue Jan 12 14:36:58 2010 New Revision: 898344 URL: http://svn.apache.org/viewvc?rev=898344view=rev Log: NEW: Make ivy.xml conf description available (IVY-1158) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/doc/use/info.html ant/ivy/core/trunk/src

svn commit: r900986 - /ant/ivy/core/trunk/doc/samples/ivy-doc.xsl

2010-01-19 Thread maartenc
Author: maartenc Date: Tue Jan 19 22:33:48 2010 New Revision: 900986 URL: http://svn.apache.org/viewvc?rev=900986view=rev Log: http://ivy.jayasoft.org/ - http://ant.apache.org/ivy/ http://ivyrep.jayasoft.org/ - http://www.jayasoft.fr/org/ivyrep Modified: ant/ivy/core/trunk/doc/samples/ivy

svn commit: r902569 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/core/settings/IvySettings.java test/java/org/apache/ivy/core/settings/IvySettingsTest.java

2010-01-24 Thread maartenc
Author: maartenc Date: Sun Jan 24 14:15:08 2010 New Revision: 902569 URL: http://svn.apache.org/viewvc?rev=902569view=rev Log: FIX: add ability to programmatically change default resolver (IVY-1163) (thanks to Jason Trump) Added: ant/ivy/core/trunk/test/java/org/apache/ivy/core/settings

svn commit: r905823 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/util/FileUtil.java

2010-02-02 Thread maartenc
Author: maartenc Date: Tue Feb 2 22:28:00 2010 New Revision: 905823 URL: http://svn.apache.org/viewvc?rev=905823view=rev Log: FIX: Creation of symlinks problematic in Windows with Cygwin 1.7 (IVY-1165) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java/org/apache/ivy

svn commit: r906240 - /ant/ivy/core/trunk/src/java/org/apache/ivy/util/FileUtil.java

2010-02-03 Thread maartenc
Author: maartenc Date: Wed Feb 3 21:02:28 2010 New Revision: 906240 URL: http://svn.apache.org/viewvc?rev=906240view=rev Log: Delete the invalid symlink instead of trying to overwrite it later (IVY-1165) Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/util/FileUtil.java Modified: ant

svn commit: r908679 - in /ant/ivy/core/trunk: CHANGES.txt doc/use/info.html src/java/org/apache/ivy/ant/IvyInfo.java test/java/org/apache/ivy/ant/IvyInfoTest.java test/java/org/apache/ivy/ant/ivy-arti

2010-02-10 Thread maartenc
Author: maartenc Date: Wed Feb 10 22:13:09 2010 New Revision: 908679 URL: http://svn.apache.org/viewvc?rev=908679view=rev Log: IMPROVEMENT: Enhance info/ task to access the 'publication', 'branch' and published artifacts as ant propeties (IVY-395) (thanks to Carl Quinn) Added: ant/ivy/core

svn commit: r908693 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/plugins/repository/sftp/SFTPRepository.java

2010-02-10 Thread maartenc
Author: maartenc Date: Wed Feb 10 22:34:40 2010 New Revision: 908693 URL: http://svn.apache.org/viewvc?rev=908693view=rev Log: FIX: Using SFTP resolver with full pattern URL prevents use of dynamic versions (IVY-1167) (thanks to Gregory Fernandez) Modified: ant/ivy/core/trunk/CHANGES.txt

svn commit: r912228 [2/2] - in /ant/ivy/core/trunk: ./ doc/ doc/ivyfile/ doc/tutorial/

2010-02-20 Thread maartenc
Modified: ant/ivy/core/trunk/doc/tutorial/defaultconf.html URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/tutorial/defaultconf.html?rev=912228r1=912227r2=912228view=diff == ---

svn commit: r912232 - /ant/ivy/core/trunk/CHANGES.txt

2010-02-20 Thread maartenc
Author: maartenc Date: Sat Feb 20 21:44:11 2010 New Revision: 912232 URL: http://svn.apache.org/viewvc?rev=912232view=rev Log: Names are listed alphabetically Modified: ant/ivy/core/trunk/CHANGES.txt Modified: ant/ivy/core/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/ant/ivy/core

svn commit: r915099 - in /ant/ivy/core/trunk: ./ src/java/org/apache/ivy/util/url/

2010-02-22 Thread maartenc
Author: maartenc Date: Mon Feb 22 22:37:54 2010 New Revision: 915099 URL: http://svn.apache.org/viewvc?rev=915099view=rev Log: FIX: Authentication won't work in some situations (IVY-1168) (thanks to Sven Walter) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java/org

svn commit: r916867 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/core/cache/DefaultRepositoryCacheManager.java

2010-02-26 Thread maartenc
Author: maartenc Date: Fri Feb 26 23:43:06 2010 New Revision: 916867 URL: http://svn.apache.org/viewvc?rev=916867view=rev Log: FIX: artifact-lock strategy could hang Ivy when resolving dynamic revisions Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java/org/apache/ivy

svn commit: r916871 - /ant/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ResolveTest.java

2010-02-26 Thread maartenc
Author: maartenc Date: Fri Feb 26 23:52:34 2010 New Revision: 916871 URL: http://svn.apache.org/viewvc?rev=916871view=rev Log: FIX: artifact-lock strategy could hang Ivy when resolving dynamic revisions (junit test) Modified: ant/ivy/core/trunk/test/java/org/apache/ivy/core/resolve

svn commit: r917056 - /ant/ivy/core/trunk/test/repositories/ivysettings-artifact-lock.xml

2010-02-27 Thread maartenc
Author: maartenc Date: Sat Feb 27 21:59:19 2010 New Revision: 917056 URL: http://svn.apache.org/viewvc?rev=917056view=rev Log: Settings for testing the artifact-lock problem. Added: ant/ivy/core/trunk/test/repositories/ivysettings-artifact-lock.xml (with props) Added: ant/ivy/core/trunk

svn commit: r922994 - in /ant/ivy/core/trunk: ./ src/java/org/apache/ivy/util/url/ test/java/org/apache/ivy/util/url/

2010-03-14 Thread maartenc
Author: maartenc Date: Sun Mar 14 22:52:00 2010 New Revision: 922994 URL: http://svn.apache.org/viewvc?rev=922994view=rev Log: FIX: ApacheURLLister does not allow directories not containing a dot on Artifactory (IVY-1175) (thanks to Anders Jacobsson) Added: ant/ivy/core/trunk/test/java/org

svn commit: r923105 - /ant/ivy/core/trunk/doc/use/publish.html

2010-03-15 Thread maartenc
Author: maartenc Date: Mon Mar 15 07:54:02 2010 New Revision: 923105 URL: http://svn.apache.org/viewvc?rev=923105view=rev Log: DOCUMENTATION: the conf attribute of the publish task now accepts wildcards (IVY-1171) Modified: ant/ivy/core/trunk/doc/use/publish.html Modified: ant/ivy/core

svn commit: r925003 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/ant/IvyAntSettings.java

2010-03-18 Thread maartenc
Author: maartenc Date: Thu Mar 18 21:25:02 2010 New Revision: 925003 URL: http://svn.apache.org/viewvc?rev=925003view=rev Log: FIX: verbose/debug messages were not logged while running ivy:configure task Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java/org/apache/ivy

svn commit: r925032 - /ant/ivy/core/trunk/doc/use/resolve.html

2010-03-18 Thread maartenc
Author: maartenc Date: Thu Mar 18 22:41:45 2010 New Revision: 925032 URL: http://svn.apache.org/viewvc?rev=925032view=rev Log: 'checkIfCompiled' attribute doesn't exist, it should be 'checkIfChanged' Modified: ant/ivy/core/trunk/doc/use/resolve.html Modified: ant/ivy/core/trunk/doc/use

svn commit: r926307 - /ant/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ResolveTest.java

2010-03-22 Thread maartenc
Author: maartenc Date: Mon Mar 22 20:13:12 2010 New Revision: 926307 URL: http://svn.apache.org/viewvc?rev=926307view=rev Log: Little code cleanup Modified: ant/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ResolveTest.java Modified: ant/ivy/core/trunk/test/java/org/apache/ivy/core

svn commit: r926312 - /ant/ivy/core/trunk/NOTICE

2010-03-22 Thread maartenc
Author: maartenc Date: Mon Mar 22 20:18:06 2010 New Revision: 926312 URL: http://svn.apache.org/viewvc?rev=926312view=rev Log: Updated copyright year Modified: ant/ivy/core/trunk/NOTICE Modified: ant/ivy/core/trunk/NOTICE URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/NOTICE?rev

svn commit: r926374 - /ant/ivy/core/trunk/src/java/org/apache/ivy/core/module/id/ModuleRevisionId.java

2010-03-22 Thread maartenc
Author: maartenc Date: Mon Mar 22 22:14:04 2010 New Revision: 926374 URL: http://svn.apache.org/viewvc?rev=926374view=rev Log: fixed problem finding dynamic revisions (introduced by fixing IVY-1177) Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/core/module/id/ModuleRevisionId.java

svn commit: r926844 - /ant/ivy/core/trunk/test/java/org/apache/ivy/IvyTest.java

2010-03-23 Thread maartenc
Author: maartenc Date: Tue Mar 23 23:13:52 2010 New Revision: 926844 URL: http://svn.apache.org/viewvc?rev=926844view=rev Log: Don't use ${user.home}/.ivy2/cache as the default Ivy cache for junit tests. Modified: ant/ivy/core/trunk/test/java/org/apache/ivy/IvyTest.java Modified: ant/ivy

svn commit: r927628 - /ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/FileSystemResolverTest.java

2010-03-25 Thread maartenc
Author: maartenc Date: Thu Mar 25 22:52:20 2010 New Revision: 927628 URL: http://svn.apache.org/viewvc?rev=927628view=rev Log: typing error Modified: ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/FileSystemResolverTest.java Modified: ant/ivy/core/trunk/test/java/org/apache

svn commit: r929238 - in /ant/ivy/core/trunk: ./ src/java/org/apache/ivy/core/resolve/ test/java/org/apache/ivy/core/resolve/ test/repositories/IVY-1178/ test/repositories/IVY-1178/myorg/ test/reposit

2010-03-30 Thread maartenc
Author: maartenc Date: Tue Mar 30 19:59:33 2010 New Revision: 929238 URL: http://svn.apache.org/viewvc?rev=929238view=rev Log: FIX: Transitive dependencies resolutions issue when eviction is triggered (IVY-1178) Added: ant/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ivy-1178.xml

svn commit: r929239 - /ant/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ResolveTest.java

2010-03-30 Thread maartenc
Author: maartenc Date: Tue Mar 30 20:01:55 2010 New Revision: 929239 URL: http://svn.apache.org/viewvc?rev=929239view=rev Log: FIX: Transitive dependencies resolutions issue when eviction is triggered (IVY-1178) Modified: ant/ivy/core/trunk/test/java/org/apache/ivy/core/resolve

svn commit: r929246 - /ant/ivy/core/trunk/CHANGES.txt

2010-03-30 Thread maartenc
Author: maartenc Date: Tue Mar 30 20:11:01 2010 New Revision: 929246 URL: http://svn.apache.org/viewvc?rev=929246view=rev Log: whitespace Modified: ant/ivy/core/trunk/CHANGES.txt Modified: ant/ivy/core/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/CHANGES.txt?rev

svn commit: r930569 - /ant/ivy/core/trunk/doc/use/resolve.html

2010-04-03 Thread maartenc
Author: maartenc Date: Sat Apr 3 20:03:29 2010 New Revision: 930569 URL: http://svn.apache.org/viewvc?rev=930569view=rev Log: DOCUMENTATION: checkIfChanges was introduced in Ivy 2.0 Modified: ant/ivy/core/trunk/doc/use/resolve.html Modified: ant/ivy/core/trunk/doc/use/resolve.html URL

svn commit: r930629 - in /ant/ivy/core/trunk: CHANGES.txt doc/use/postresolvetask.html doc/use/resolve.html src/java/org/apache/ivy/ant/IvyPostResolveTask.java

2010-04-04 Thread maartenc
Author: maartenc Date: Sun Apr 4 06:01:37 2010 New Revision: 930629 URL: http://svn.apache.org/viewvc?rev=930629view=rev Log: - DOCUMENTATION: Added documentation of the 'changing' attribute on the ivy:resolve Ant task (IVY-1180) - IMPROVEMENT: Support changing=true for inline retrieve (IVY

svn commit: r936523 - in /ant/ivy/core/trunk: ./ src/java/org/apache/ivy/plugins/resolver/packager/ test/java/org/apache/ivy/plugins/resolver/ test/repositories/IVY-1179/ test/repositories/IVY-1179/re

2010-04-21 Thread maartenc
Author: maartenc Date: Wed Apr 21 21:40:59 2010 New Revision: 936523 URL: http://svn.apache.org/viewvc?rev=936523view=rev Log: FIX: Packager resolver always extracts all files from archives even when the packaging instructions contains include tags (IVY-1179) (thanks to Stefan De Boey) Added

svn commit: r936546 - /ant/ivy/core/trunk/src/java/org/apache/ivy/util/url/IvyAuthenticator.java

2010-04-21 Thread maartenc
Author: maartenc Date: Wed Apr 21 22:20:55 2010 New Revision: 936546 URL: http://svn.apache.org/viewvc?rev=936546view=rev Log: The original Authenticator was not obtained correctly (it's a private field, so we need to call setAccessible(true) ! Modified: ant/ivy/core/trunk/src/java/org

svn commit: r937084 - in /ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/resolver/packager: build.xml packager-1.0.xsd packager.xsl

2010-04-22 Thread maartenc
Author: maartenc Date: Thu Apr 22 22:13:29 2010 New Revision: 937084 URL: http://svn.apache.org/viewvc?rev=937084view=rev Log: Made ASF license layout consistent with other source files Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/resolver/packager/build.xml ant/ivy

svn commit: r937085 - in /ant/ivy/core/trunk/test/repositories/IVY-1179/repo/org: A/1.0/packager.xml B/1.0/packager.xml

2010-04-22 Thread maartenc
Author: maartenc Date: Thu Apr 22 22:14:39 2010 New Revision: 937085 URL: http://svn.apache.org/viewvc?rev=937085view=rev Log: Fixed junit tests when running with JDK 1,4 Modified: ant/ivy/core/trunk/test/repositories/IVY-1179/repo/org/A/1.0/packager.xml ant/ivy/core/trunk/test

svn commit: r937087 - /ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/PackagerResolverTest.java

2010-04-22 Thread maartenc
Author: maartenc Date: Thu Apr 22 22:27:08 2010 New Revision: 937087 URL: http://svn.apache.org/viewvc?rev=937087view=rev Log: Improved test to check that something has been unzipped/untarred at all... Modified: ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver

svn commit: r937481 - /ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/PackagerResolverTest.java

2010-04-23 Thread maartenc
Author: maartenc Date: Fri Apr 23 19:30:53 2010 New Revision: 937481 URL: http://svn.apache.org/viewvc?rev=937481view=rev Log: Removed unnecessary code Modified: ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/PackagerResolverTest.java Modified: ant/ivy/core/trunk/test/java

svn commit: r937482 - /ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/PackagerResolverTest.java

2010-04-23 Thread maartenc
Author: maartenc Date: Fri Apr 23 19:36:22 2010 New Revision: 937482 URL: http://svn.apache.org/viewvc?rev=937482view=rev Log: Code style Modified: ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/resolver/PackagerResolverTest.java Modified: ant/ivy/core/trunk/test/java/org/apache/ivy

svn commit: r938251 - in /ant/ivy/site/target: license.html links.html

2010-04-26 Thread maartenc
Author: maartenc Date: Mon Apr 26 21:52:26 2010 New Revision: 938251 URL: http://svn.apache.org/viewvc?rev=938251view=rev Log: Regenerated Ivy website Modified: ant/ivy/site/target/license.html ant/ivy/site/target/links.html Modified: ant/ivy/site/target/license.html URL: http

svn commit: r940638 - /ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/report/XmlReportWriter.java

2010-05-03 Thread maartenc
Author: maartenc Date: Mon May 3 21:46:50 2010 New Revision: 940638 URL: http://svn.apache.org/viewvc?rev=940638view=rev Log: Removed space in generated xml report Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/report/XmlReportWriter.java Modified: ant/ivy/core/trunk/src

svn commit: r942195 [3/3] - in /ant/ivy/core/trunk: ./ doc/ doc/ivyfile/ doc/use/ src/java/org/apache/ivy/ant/ src/java/org/apache/ivy/core/deliver/ src/java/org/apache/ivy/core/module/descriptor/ src

2010-05-07 Thread maartenc
Added: ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/xml/test-extends-all.xml URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/xml/test-extends-all.xml?rev=942195view=auto

svn commit: r942195 [1/3] - in /ant/ivy/core/trunk: ./ doc/ doc/ivyfile/ doc/use/ src/java/org/apache/ivy/ant/ src/java/org/apache/ivy/core/deliver/ src/java/org/apache/ivy/core/module/descriptor/ src

2010-05-07 Thread maartenc
Author: maartenc Date: Fri May 7 20:00:48 2010 New Revision: 942195 URL: http://svn.apache.org/viewvc?rev=942195view=rev Log: NEW: Support ivy.xml parent mechanism (IVY-742) (thanks to Jason Trump and Jean-Louis Boudart) Added: ant/ivy/core/trunk/doc/ivyfile/extends.html (with props

svn commit: r942864 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/core/deliver/DeliverEngine.java

2010-05-10 Thread maartenc
Author: maartenc Date: Mon May 10 19:27:38 2010 New Revision: 942864 URL: http://svn.apache.org/viewvc?rev=942864view=rev Log: IMPROVEMENT: better diagnostics when reporting bad ivy file in cache (IVY-1190) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java/org/apache

svn commit: r942885 - in /ant/ivy/core/trunk: ./ doc/settings/ doc/use/ src/java/org/apache/ivy/ant/ src/java/org/apache/ivy/core/retrieve/ src/java/org/apache/ivy/core/settings/ test/java/org/apache/

2010-05-10 Thread maartenc
Author: maartenc Date: Mon May 10 20:07:08 2010 New Revision: 942885 URL: http://svn.apache.org/viewvc?rev=942885view=rev Log: IMPROVEMENT: retrieve doesn't retrive files if the current one is more recent (IVY-1044) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/doc

svn commit: r944019 - /ant/ivy/core/trunk/test/java/org/apache/ivy/core/deliver/DeliverTest.java

2010-05-13 Thread maartenc
Author: maartenc Date: Thu May 13 21:20:38 2010 New Revision: 944019 URL: http://svn.apache.org/viewvc?rev=944019view=rev Log: Changed the location of the deliver directory to build/test/deliver instead of the default distrib. Modified: ant/ivy/core/trunk/test/java/org/apache/ivy/core

svn commit: r944020 - /ant/ivy/core/trunk/src/java/org/apache/ivy/core/retrieve/RetrieveEngine.java

2010-05-13 Thread maartenc
Author: maartenc Date: Thu May 13 21:23:04 2010 New Revision: 944020 URL: http://svn.apache.org/viewvc?rev=944020view=rev Log: Fixed bug when overwriteMode was set to 'different' (IVY-1044) Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/core/retrieve/RetrieveEngine.java Modified: ant

svn commit: r944408 - /ant/ivy/core/trunk/doc/ivyfile/extends.html

2010-05-14 Thread maartenc
Author: maartenc Date: Fri May 14 19:19:13 2010 New Revision: 944408 URL: http://svn.apache.org/viewvc?rev=944408view=rev Log: The 'extends' element is new since version 2.2.0 Modified: ant/ivy/core/trunk/doc/ivyfile/extends.html Modified: ant/ivy/core/trunk/doc/ivyfile/extends.html URL

svn commit: r946806 - /ant/ivy/core/trunk/src/java/org/apache/ivy/util/url/HttpClientHandler.java

2010-05-20 Thread maartenc
Author: maartenc Date: Thu May 20 22:03:32 2010 New Revision: 946806 URL: http://svn.apache.org/viewvc?rev=946806view=rev Log: Attempt to fix regressions with authentication proxies with realm information. Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/util/url/HttpClientHandler.java

svn commit: r947489 - /ant/ivy/core/trunk/src/java/org/apache/ivy/util/url/HttpClientHandler.java

2010-05-23 Thread maartenc
Author: maartenc Date: Sun May 23 20:23:13 2010 New Revision: 947489 URL: http://svn.apache.org/viewvc?rev=947489view=rev Log: Second attempt to fix regressions with authentication proxies with realm information. Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/util/url

svn commit: r949015 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/util/url/HttpClientHandler.java

2010-05-27 Thread maartenc
Author: maartenc Date: Thu May 27 21:56:54 2010 New Revision: 949015 URL: http://svn.apache.org/viewvc?rev=949015view=rev Log: FIX: Proxy authentication could fail when using commons-httpclient Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java/org/apache/ivy/util/url

svn commit: r949849 - /ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/version/VersionRangeMatcherTest.java

2010-05-31 Thread maartenc
Author: maartenc Date: Mon May 31 19:48:33 2010 New Revision: 949849 URL: http://svn.apache.org/viewvc?rev=949849view=rev Log: Improved code style (thanks to Carl Quinn) Modified: ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/version/VersionRangeMatcherTest.java Modified: ant/ivy

svn commit: r949860 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/plugins/version/LatestVersionMatcher.java test/java/org/apache/ivy/plugins/version/LatestVersionMatcherTest.java

2010-05-31 Thread maartenc
Author: maartenc Date: Mon May 31 20:57:10 2010 New Revision: 949860 URL: http://svn.apache.org/viewvc?rev=949860view=rev Log: FIX: LatestVersionMatcher.needModuleDescriptor() does not honor custom statuses (IVY-1170) (thanks to Carl Quinn) Added: ant/ivy/core/trunk/test/java/org/apache

svn commit: r950762 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/util/url/BasicURLHandler.java src/java/org/apache/ivy/util/url/HttpClientHandler.java

2010-06-02 Thread maartenc
Author: maartenc Date: Wed Jun 2 21:20:49 2010 New Revision: 950762 URL: http://svn.apache.org/viewvc?rev=950762view=rev Log: IMPROVEMENT: added support for 'gzip' HTTP Content-Encoding (IVY-1194) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java/org/apache/ivy/util

svn commit: r951171 - /ant/ivy/core/trunk/src/java/org/apache/ivy/util/url/BasicURLHandler.java

2010-06-03 Thread maartenc
Author: maartenc Date: Thu Jun 3 21:31:05 2010 New Revision: 951171 URL: http://svn.apache.org/viewvc?rev=951171view=rev Log: Don't check content length if content encoding was gzip (IVY-1194) Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/util/url/BasicURLHandler.java Modified: ant

svn commit: r951772 - in /ant/ivy/core/trunk: ./ src/java/org/apache/ivy/util/url/ test/java/org/apache/ivy/util/url/

2010-06-05 Thread maartenc
Author: maartenc Date: Sat Jun 5 21:25:26 2010 New Revision: 951772 URL: http://svn.apache.org/viewvc?rev=951772view=rev Log: IMPROVEMENT: added support for 'deflate' HTTP Content-Encoding (IVY-1194) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java/org/apache/ivy

svn commit: r951969 - /ant/ivy/core/trunk/doc/settings/namespaces.html

2010-06-06 Thread maartenc
Author: maartenc Date: Sun Jun 6 21:04:53 2010 New Revision: 951969 URL: http://svn.apache.org/viewvc?rev=951969view=rev Log: DOCUMENTATION: Corrected link to namespace tutorial Modified: ant/ivy/core/trunk/doc/settings/namespaces.html Modified: ant/ivy/core/trunk/doc/settings

svn commit: r952453 - in /ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2: PomModuleDescriptorParser.java PomReader.java

2010-06-07 Thread maartenc
Author: maartenc Date: Mon Jun 7 21:49:10 2010 New Revision: 952453 URL: http://svn.apache.org/viewvc?rev=952453view=rev Log: We don't need to pass a URL if we have a Resource available Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorParser.java

svn commit: r952457 - in /ant/ivy/core/trunk/src/java/org/apache/ivy: core/cache/ParserSettingsMonitor.java plugins/parser/ParserSettings.java

2010-06-07 Thread maartenc
Author: maartenc Date: Mon Jun 7 21:58:18 2010 New Revision: 952457 URL: http://svn.apache.org/viewvc?rev=952457view=rev Log: Removed unused method from ParserSettings interface. Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/core/cache/ParserSettingsMonitor.java ant/ivy/core

svn commit: r953111 - in /ant/ivy/core/trunk: ./ src/java/org/apache/ivy/core/cache/ src/java/org/apache/ivy/core/settings/ src/java/org/apache/ivy/plugins/parser/ src/java/org/apache/ivy/plugins/pars

2010-06-09 Thread maartenc
Author: maartenc Date: Wed Jun 9 18:40:35 2010 New Revision: 953111 URL: http://svn.apache.org/viewvc?rev=953111view=rev Log: FIX: Namespace rules not properly applied to parent projects (IVY-1186) Added: ant/ivy/core/trunk/test/repositories/parentPom/ivysettings-namespace.xml

svn commit: r953162 - in /ant/ivy/core/trunk: ./ doc/use/ src/java/org/apache/ivy/ant/ src/java/org/apache/ivy/core/deliver/ src/java/org/apache/ivy/core/resolve/ test/java/org/apache/ivy/core/resolve

2010-06-09 Thread maartenc
Author: maartenc Date: Wed Jun 9 21:14:51 2010 New Revision: 953162 URL: http://svn.apache.org/viewvc?rev=953162view=rev Log: FIX: Resolved Ivy properties written to cache during ivy:resolve incorrectly represents forced revisions (IVY-1159) Added: ant/ivy/core/trunk/test/repositories/IVY

svn commit: r954142 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/ant/AntMessageLogger.java src/java/org/apache/ivy/ant/IvyAntSettings.java src/java/org/apache/ivy/util/MessageLoggerEn

2010-06-12 Thread maartenc
Author: maartenc Date: Sat Jun 12 21:39:52 2010 New Revision: 954142 URL: http://svn.apache.org/viewvc?rev=954142view=rev Log: FIX: Ant output wasn't always prefixed by the name of the Ivy task Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java/org/apache/ivy/ant

svn commit: r954291 - /ant/ivy/core/trunk/doc/tutorial/start.html

2010-06-13 Thread maartenc
Author: maartenc Date: Sun Jun 13 19:40:53 2010 New Revision: 954291 URL: http://svn.apache.org/viewvc?rev=954291view=rev Log: DOCUMENTATION: updated organisation name of the ivy.xml example Modified: ant/ivy/core/trunk/doc/tutorial/start.html Modified: ant/ivy/core/trunk/doc/tutorial

svn commit: r954656 - in /ant/ivy/core/trunk: ./ src/java/org/apache/ivy/plugins/parser/m2/ test/java/org/apache/ivy/plugins/parser/m2/

2010-06-14 Thread maartenc
Author: maartenc Date: Mon Jun 14 21:49:11 2010 New Revision: 954656 URL: http://svn.apache.org/viewvc?rev=954656view=rev Log: FIX: makepom ignores artifact type in ivy.xml and hardcodes 'jar' in the output pom (IVY-736) Added: ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2

svn commit: r955059 - /ant/ivy/core/trunk/CHANGES.txt

2010-06-15 Thread maartenc
Author: maartenc Date: Tue Jun 15 21:29:21 2010 New Revision: 955059 URL: http://svn.apache.org/viewvc?rev=955059view=rev Log: Give credits to Aaron Hachez for the patch for IVY-736 Modified: ant/ivy/core/trunk/CHANGES.txt Modified: ant/ivy/core/trunk/CHANGES.txt URL: http://svn.apache.org

svn commit: r956709 - /ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/resolver/BasicResolver.java

2010-06-21 Thread maartenc
Author: maartenc Date: Mon Jun 21 21:45:30 2010 New Revision: 956709 URL: http://svn.apache.org/viewvc?rev=956709view=rev Log: No need to log this warning if we are in the system namespace Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/resolver/BasicResolver.java Modified

svn commit: r956713 - in /ant/ivy/core/trunk/src/java/org/apache/ivy: core/cache/DefaultRepositoryCacheManager.java plugins/resolver/BasicResolver.java

2010-06-21 Thread maartenc
Author: maartenc Date: Mon Jun 21 21:50:48 2010 New Revision: 956713 URL: http://svn.apache.org/viewvc?rev=956713view=rev Log: Transform everything to the system namespace before saving the internal datafile. Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/core/cache

svn commit: r957055 - /ant/ivy/core/trunk/build-release.xml

2010-06-22 Thread maartenc
Author: maartenc Date: Tue Jun 22 22:07:37 2010 New Revision: 957055 URL: http://svn.apache.org/viewvc?rev=957055view=rev Log: Created target to generate the logs of the tutorials (not finished yet) Modified: ant/ivy/core/trunk/build-release.xml Modified: ant/ivy/core/trunk/build

<    1   2   3   4   5   6   7   8   9   10   >