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=885612&view=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

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=886303&view=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/

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=886898&view=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

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=886938&view=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/

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=888184&view=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/

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=888188&view=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

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=888190&view=rev Log: Fixed inconsistency between equals() and hashCode() Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/core/module/descriptor/AbstractArtifact.java Modi

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=888191&view=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/

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=888563&view=rev Log: FIX: Encountered 'multiple artifacts retrieved to same file' error when module does not have multiple artifacts (IVY-1148) Modified: ant/ivy/core/tru

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=891459&view=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/c

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=891461&view=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.tx

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=892370&view=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/t

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=893024&view=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

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=893145&view=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/re

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=893901&view=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

svn commit: r894621 - in /ant/ivy/core/trunk: CHANGES.txt doc/samples/ivy-doc.xsl

2009-12-30 Thread maartenc
Author: maartenc Date: Wed Dec 30 14:21:36 2009 New Revision: 894621 URL: http://svn.apache.org/viewvc?rev=894621&view=rev Log: DOCUMENTATION: ivy-doc.xsl does not show configurations (IVY-1151) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/doc/samples/ivy-doc.xsl Modi

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=894987&view=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:

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=897018&view=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/t

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=897035&view=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/iv

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=897039&view=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:

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=897043&view=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:

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=897046&view=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:

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=897049&view=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/IvyRetrieve

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=898269&view=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/sett

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=898344&view=rev Log: NEW: Make ivy.xml available (IVY-1158) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/doc/use/info.html ant/ivy/core/trunk/src/java/org/ap

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=900986&view=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/s

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=902569&view=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/sett

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=905823&view=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

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=906240&view=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:

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

2010-02-10 Thread maartenc
Author: maartenc Date: Wed Feb 10 22:01:29 2010 New Revision: 908664 URL: http://svn.apache.org/viewvc?rev=908664&view=rev Log: FIX: parent.groupId is not resolved in maven 2 parser (IVY-1169) (thanks to Achim Huegen) Added: ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parse

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=908679&view=rev Log: IMPROVEMENT: Enhance task to access the 'publication', 'branch' and published artifacts as ant propeties (IVY-395) (thanks to Carl Quinn)

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=908693&view=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

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=912228&r1=912227&r2=912228&view=diff == --- ant/ivy/core/trunk/doc/tutorial/

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=912232&view=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/

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=915099&view=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

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=916867&view=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

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=916871&view=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/res

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=917056&view=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/t

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=922994&view=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/

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=923105&view=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/

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=925003&view=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

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=925032&view=rev Log: 'checkIfCompiled' attribute doesn't exist, it should be 'checkIfChanged' Modified: ant/ivy/core/trunk/doc/use/resolve.html Modifie

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=926307&view=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/

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=926312&view=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

svn commit: r926346 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/core/module/id/ModuleRevisionId.java

2010-03-22 Thread maartenc
Author: maartenc Date: Mon Mar 22 21:24:51 2010 New Revision: 926346 URL: http://svn.apache.org/viewvc?rev=926346&view=rev Log: FIX: Can't deal with [VERSION] version pattern from Maven (IVY-1177) (thanks to Richard Vowles) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/c

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=926374&view=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.

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=926844&view=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

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=927628&view=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/ap

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=929238&view=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

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=929239&view=rev Log: FIX: Transitive dependencies resolutions issue when eviction is triggered (IVY-1178) Modified: ant/ivy/core/trunk/test/java/org/apache/ivy/core/res

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=929246&view=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

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=930569&view=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

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-03 Thread maartenc
Author: maartenc Date: Sun Apr 4 06:01:37 2010 New Revision: 930629 URL: http://svn.apache.org/viewvc?rev=930629&view=rev Log: - DOCUMENTATION: Added documentation of the 'changing' attribute on the ivy:resolve Ant task (IVY-1180) - IMPROVEMENT: Support changing="true"

svn commit: r931309 - /ant/ivy/core/trunk/test/java/org/apache/ivy/util/url/AbstractURLHandlerTest.java

2010-04-06 Thread maartenc
Author: maartenc Date: Tue Apr 6 20:31:02 2010 New Revision: 931309 URL: http://svn.apache.org/viewvc?rev=931309&view=rev Log: Added junit tests for IVY-923 Added: ant/ivy/core/trunk/test/java/org/apache/ivy/util/url/AbstractURLHandlerTest.java (with props) Added: ant/ivy/core/t

svn commit: r931310 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/util/url/AbstractURLHandler.java test/java/org/apache/ivy/util/url/AbstractURLHandlerTest.java

2010-04-06 Thread maartenc
Author: maartenc Date: Tue Apr 6 20:35:31 2010 New Revision: 931310 URL: http://svn.apache.org/viewvc?rev=931310&view=rev Log: FIX: Ivy cannot connect to URLs with '_' in their hostname Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java/org/apach

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

2010-04-06 Thread maartenc
Author: maartenc Date: Tue Apr 6 20:37:19 2010 New Revision: 931313 URL: http://svn.apache.org/viewvc?rev=931313&view=rev Log: Removed unused imports Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/util/url/AbstractURLHandler.java Modified: ant/ivy/core/trunk/src/java/org/apache

svn commit: r931321 - in /ant/ivy/core/trunk: CHANGES.txt src/example/build-a-ivy-repository/settings/ivysettings-advanced.xml

2010-04-06 Thread maartenc
Author: maartenc Date: Tue Apr 6 20:48:25 2010 New Revision: 931321 URL: http://svn.apache.org/viewvc?rev=931321&view=rev Log: -DOCUMENTATION: Refer to the maven wiki instead of listing some maven2 mirrors ourselfs (IVY-491) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/t

svn commit: r932124 - /ant/ivy/site/links.html

2010-04-08 Thread maartenc
Author: maartenc Date: Thu Apr 8 21:25:04 2010 New Revision: 932124 URL: http://svn.apache.org/viewvc?rev=932124&view=rev Log: - Added Ivy RoundUp repository and removed non-existing repositories (IVY-1181). Modified: ant/ivy/site/links.html Modified: ant/ivy/site/links.html URL:

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

2010-04-08 Thread maartenc
Author: maartenc Date: Thu Apr 8 21:34:33 2010 New Revision: 932130 URL: http://svn.apache.org/viewvc?rev=932130&view=rev Log: Updated bouncycastle dependency used for signing the Ivy artifacts Modified: ant/ivy/core/trunk/build-release.xml Modified: ant/ivy/core/trunk/build-release

svn commit: r932142 - /ant/ivy/site/license.html

2010-04-08 Thread maartenc
Author: maartenc Date: Thu Apr 8 22:01:18 2010 New Revision: 932142 URL: http://svn.apache.org/viewvc?rev=932142&view=rev Log: Ivy is not in Apache Incubator any more... Modified: ant/ivy/site/license.html Modified: ant/ivy/site/license.html URL: http://svn.apache.org/viewvc/ant/ivy/

svn commit: r935304 - /ant/ivy/site/links.html

2010-04-17 Thread maartenc
Author: maartenc Date: Sun Apr 18 06:26:44 2010 New Revision: 935304 URL: http://svn.apache.org/viewvc?rev=935304&view=rev Log: Updated URL of IvySvn Modified: ant/ivy/site/links.html Modified: ant/ivy/site/links.html URL: http://svn.apache.org/viewvc/ant/ivy/site/links.html?rev=93530

svn commit: r935390 - /ant/ivy/site/xooki/antlib.xml

2010-04-18 Thread maartenc
Author: maartenc Date: Sun Apr 18 19:11:09 2010 New Revision: 935390 URL: http://svn.apache.org/viewvc?rev=935390&view=rev Log: Added missing license Modified: ant/ivy/site/xooki/antlib.xml Modified: ant/ivy/site/xooki/antlib.xml URL: http://svn.apache.org/viewvc/ant/ivy/site/x

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=936523&view=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) A

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=936546&view=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

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=937084&view=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

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=937085&view=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/

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=937087&view=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/reso

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=937481&view=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/

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=937482&view=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

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=938251&view=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:

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=940638&view=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

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=942195&view=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=942195&view=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 p

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=942864&view=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/ap

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=942885&view=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/

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=944019&view=rev Log: Changed the location of the deliver directory to "build/test/deliver" instead of the default "distrib". Modified: ant/ivy/core/trunk/test/

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=944020&view=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.

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=944408&view=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/ex

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

2010-05-14 Thread maartenc
Author: maartenc Date: Fri May 14 19:20:11 2010 New Revision: 944410 URL: http://svn.apache.org/viewvc?rev=944410&view=rev Log: Cleanup deliver directory after test Modified: ant/ivy/core/trunk/test/java/org/apache/ivy/core/resolve/ResolveTest.java Modified: ant/ivy/core/trunk/test/

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=946806&view=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.

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=947489&view=rev Log: Second attempt to fix regressions with authentication proxies with realm information. Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/util

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=949015&view=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

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=949849&view=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

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=949860&view=rev Log: FIX: LatestVersionMatcher.needModuleDescriptor() does not honor custom statuses (IVY-1170) (thanks to Carl Quinn) Added: ant/ivy/core/trunk/test/java/org/ap

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=950762&view=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/a

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=951171&view=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/BasicURLHan

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=951772&view=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/

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=951969&view=rev Log: DOCUMENTATION: Corrected link to namespace tutorial Modified: ant/ivy/core/trunk/doc/settings/namespaces.html Modified: ant/ivy/core/trunk/doc/sett

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=952453&view=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/PomModuleDescriptorPa

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=952457&view=rev Log: Removed unused method from ParserSettings interface. Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/core/cache/ParserSettingsMonitor.java ant/ivy/

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=953111&view=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=953162&view=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

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=954142&view=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/apach

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=954291&view=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/tuto

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=954656&view=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/plu

svn propchange: r954656 - svn:log

2010-06-15 Thread maartenc
Author: maartenc Revision: 954656 Modified property: svn:log Modified: svn:log at Tue Jun 15 21:28:03 2010 -- --- svn:log (original) +++ svn:log Tue Jun 15 21:28:03 2010 @@ -1 +1 @@ -FIX: makepom ignores artifact type in

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=955059&view=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:

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=956709&view=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 Modi

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=956713&view=rev Log: Transform everything to the system namespace before saving the internal datafile. Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/core/c

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=957055&view=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/b

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