svn commit: r983788 - in /ant/ivy/core/trunk/src/java/org/apache/ivy: ant/IvyMakePom.java plugins/parser/m2/PomModuleDescriptorWriter.java plugins/parser/m2/PomWriterOptions.java

2010-08-09 Thread maartenc
Author: maartenc Date: Mon Aug 9 19:30:35 2010 New Revision: 983788 URL: http://svn.apache.org/viewvc?rev=983788&view=rev Log: Use dedicated options class to pass configuration options to PomModuleDescriptorWriter. Added: ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parse

svn commit: r983793 - /ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorWriterTest.java

2010-08-09 Thread maartenc
Author: maartenc Date: Mon Aug 9 19:41:24 2010 New Revision: 983793 URL: http://svn.apache.org/viewvc?rev=983793&view=rev Log: Use dedicated options class to pass configuration options to PomModuleDescriptorWriter. Modified: ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/parse

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

2010-08-09 Thread maartenc
Author: maartenc Date: Mon Aug 9 19:50:55 2010 New Revision: 983797 URL: http://svn.apache.org/viewvc?rev=983797&view=rev Log: IMPROVEMENT: ivy:makepom now has an option to disable the generation of an extra Ivy comment block in the POM Modified: ant/ivy/core/trunk/CHANGES.txt ant

svn commit: r983820 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/plugins/parser/xml/XmlModuleDescriptorParser.java

2010-08-09 Thread maartenc
Author: maartenc Date: Mon Aug 9 20:56:37 2010 New Revision: 983820 URL: http://svn.apache.org/viewvc?rev=983820&view=rev Log: IMPROVEMENT: Handle attributes in description subelements (IVY-1214) (thanks to Jean-Louis Boudart) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/

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

2010-08-09 Thread maartenc
Author: maartenc Date: Mon Aug 9 21:11:18 2010 New Revision: 983826 URL: http://svn.apache.org/viewvc?rev=983826&view=rev Log: FIX: OutOfMemoryError when uploading large files using commons-httpclient (IVY-1197) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java

svn commit: r983832 - in /ant/ivy/core/branches/2.2.x: ./ doc/use/ src/java/org/apache/ivy/ant/ src/java/org/apache/ivy/plugins/parser/m2/ src/java/org/apache/ivy/plugins/parser/xml/ test/java/org/apa

2010-08-09 Thread maartenc
Author: maartenc Date: Mon Aug 9 21:42:37 2010 New Revision: 983832 URL: http://svn.apache.org/viewvc?rev=983832&view=rev Log: - IMPROVEMENT: Handle attributes in description subelements (IVY-1214) (thanks to Jean-Louis Boudart) (merged from trunk) - IMPROVEMENT: ivy:makepom now has an op

svn commit: r983833 - /ant/ivy/core/branches/2.2.x/src/java/org/apache/ivy/ant/IvyPublish.java

2010-08-09 Thread maartenc
Author: maartenc Date: Mon Aug 9 21:46:51 2010 New Revision: 983833 URL: http://svn.apache.org/viewvc?rev=983833&view=rev Log: Reverting unwanted changes to IvyPublish Modified: ant/ivy/core/branches/2.2.x/src/java/org/apache/ivy/ant/IvyPublish.java Modified: ant/ivy/core/branches/2

svn commit: r984579 - in /ant/ivy/core/trunk: ./ doc/use/ src/java/org/apache/ivy/ant/ src/java/org/apache/ivy/plugins/parser/m2/

2010-08-11 Thread maartenc
Author: maartenc Date: Wed Aug 11 21:06:02 2010 New Revision: 984579 URL: http://svn.apache.org/viewvc?rev=984579&view=rev Log: IMPROVEMENT: MakePom task handling of mulitple artifacts for Maven2 (IVY-707) (thanks to Jesper Pedersen) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/

svn commit: r984586 - /ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorWriter.java

2010-08-11 Thread maartenc
Author: maartenc Date: Wed Aug 11 21:19:00 2010 New Revision: 984586 URL: http://svn.apache.org/viewvc?rev=984586&view=rev Log: Fixed NPE Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorWriter.java Modified: ant/ivy/core/trunk/src/java/org/ap

svn commit: r984592 - in /ant/ivy/core/branches/2.2.x: ./ doc/use/ src/java/org/apache/ivy/ant/ src/java/org/apache/ivy/plugins/parser/m2/

2010-08-11 Thread maartenc
Author: maartenc Date: Wed Aug 11 21:37:59 2010 New Revision: 984592 URL: http://svn.apache.org/viewvc?rev=984592&view=rev Log: Merged changes for IVY-770 from trunk into 2.2.x branch. Modified: ant/ivy/core/branches/2.2.x/CHANGES.txt ant/ivy/core/branches/2.2.x/doc/use/makepom.

svn commit: r984952 - in /ant/ivy/core/trunk/src/java/org/apache/ivy: ant/IvyMakePom.java plugins/parser/m2/PomModuleDescriptorWriter.java plugins/parser/m2/PomWriterOptions.java

2010-08-12 Thread maartenc
Author: maartenc Date: Thu Aug 12 20:39:31 2010 New Revision: 984952 URL: http://svn.apache.org/viewvc?rev=984952&view=rev Log: Fixed an issue with the ivy:makepom scope mapping if a dependency had more than 1 configuration or if more than 1 conf was specified (IVY-770) Modified: ant

svn commit: r988332 - in /ant/ivy/core/branches/2.2.x: ./ src/java/org/apache/ivy/ant/IvyMakePom.java src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorWriter.java src/java/org/apache/ivy/p

2010-08-23 Thread maartenc
Author: maartenc Date: Mon Aug 23 21:59:38 2010 New Revision: 988332 URL: http://svn.apache.org/viewvc?rev=988332&view=rev Log: Merged revision 984952 from trunk into 2.2.x branch. Modified: ant/ivy/core/branches/2.2.x/ (props changed) ant/ivy/core/branches/2.2.x/src/java/org/ap

svn commit: r988337 - in /ant/ivy/core/trunk: ./ doc/settings/ doc/settings/namespace/

2010-08-23 Thread maartenc
Author: maartenc Date: Mon Aug 23 22:09:15 2010 New Revision: 988337 URL: http://svn.apache.org/viewvc?rev=988337&view=rev Log: DOCUMENTATION: Grammar, spelling, and clarity of Settings File documentation (IVY-1216) (thanks to Steve Miller) Modified: ant/ivy/core/trunk/CHANGES.txt

svn commit: r988668 - in /ant/ivy/core/branches/2.2.x: ./ doc/settings/ doc/settings/namespace/

2010-08-24 Thread maartenc
Author: maartenc Date: Tue Aug 24 19:05:59 2010 New Revision: 988668 URL: http://svn.apache.org/viewvc?rev=988668&view=rev Log: Merged revision 988337 from trunk into 2.2.x branch. Modified: ant/ivy/core/branches/2.2.x/ (props changed) ant/ivy/core/branches/2.2.x/CHANGES.txt

svn commit: r988678 - in /ant/ivy/core/trunk: ./ doc/use/ src/java/org/apache/ivy/ant/ src/java/org/apache/ivy/plugins/parser/m2/

2010-08-24 Thread maartenc
Author: maartenc Date: Tue Aug 24 19:21:56 2010 New Revision: 988678 URL: http://svn.apache.org/viewvc?rev=988678&view=rev Log: IMPROVEMENT: ivy:makepom can generate a element in the pom (IVY-1215) (thanks to Jesper Pedersen) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/t

svn commit: r988679 - in /ant/ivy/core/branches/2.2.x: ./ doc/use/ src/java/org/apache/ivy/ant/ src/java/org/apache/ivy/plugins/parser/m2/

2010-08-24 Thread maartenc
Author: maartenc Date: Tue Aug 24 19:24:16 2010 New Revision: 988679 URL: http://svn.apache.org/viewvc?rev=988679&view=rev Log: Merged revision 988678 from trunk into 2.2.x branch. Modified: ant/ivy/core/branches/2.2.x/ (props changed) ant/ivy/core/branches/2.2.x/CHANGES.txt

svn commit: r988691 - in /ant/ivy/core/trunk: CHANGES.txt doc/use/publish.html src/java/org/apache/ivy/ant/IvyPublish.java

2010-08-24 Thread maartenc
Author: maartenc Date: Tue Aug 24 19:50:05 2010 New Revision: 988691 URL: http://svn.apache.org/viewvc?rev=988691&view=rev Log: - DOCUMENTATION: Added missing documentation about the ivy:publish child elements. - IMPROVEMENT: the child of ivy:publish now accepts any attribute. Modi

svn commit: r988707 - in /ant/ivy/core/trunk: build-release.xml ivysettings-release.xml

2010-08-24 Thread maartenc
Author: maartenc Date: Tue Aug 24 20:24:29 2010 New Revision: 988707 URL: http://svn.apache.org/viewvc?rev=988707&view=rev Log: Added target to upload Ivy to Nexus. Added: ant/ivy/core/trunk/ivysettings-release.xml - copied, changed from r963855, ant/ivy/core/trunk/ivysett

svn commit: r988714 - in /ant/ivy/core/branches/2.2.x: ./ CHANGES.txt build-release.xml doc/use/publish.html ivysettings-release.xml src/java/org/apache/ivy/ant/IvyPublish.java

2010-08-24 Thread maartenc
Author: maartenc Date: Tue Aug 24 20:38:48 2010 New Revision: 988714 URL: http://svn.apache.org/viewvc?rev=988714&view=rev Log: Merged revisions 988691 and 988707 from trunk into 2.2.x branch. Added: ant/ivy/core/branches/2.2.x/ivysettings-release.xml - copied unchanged from r98

svn commit: r991108 - in /ant/ivy/core/trunk: ./ doc/ doc/settings/ src/java/org/apache/ivy/core/settings/ src/java/org/apache/ivy/plugins/resolver/ src/java/org/apache/ivy/plugins/signer/ src/java/or

2010-08-31 Thread maartenc
Author: maartenc Date: Tue Aug 31 07:47:06 2010 New Revision: 991108 URL: http://svn.apache.org/viewvc?rev=991108&view=rev Log: NEW: Ivy can now generate OpenPGP compatible ASCII armored detached signatures when publishing artifacts. Added: ant/ivy/core/trunk/src/java/org/apache/ivy/plu

svn commit: r991121 - /ant/ivy/core/branches/2.2.x/CHANGES.txt

2010-08-31 Thread maartenc
Author: maartenc Date: Tue Aug 31 08:42:34 2010 New Revision: 991121 URL: http://svn.apache.org/viewvc?rev=991121&view=rev Log: Sorted list of contributors Modified: ant/ivy/core/branches/2.2.x/CHANGES.txt Modified: ant/ivy/core/branches/2.2.x/CHANGES.txt URL: http://svn.apache.org/vi

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

2010-09-01 Thread maartenc
Author: maartenc Date: Wed Sep 1 21:26:39 2010 New Revision: 991709 URL: http://svn.apache.org/viewvc?rev=991709&view=rev Log: No need to add the http://svn.apache.org/viewvc/ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/PomReader.java?rev=991709&r1=991708&r2=9917

svn commit: r992124 - /ant/ivy/core/trunk/ivysettings-signtask.xml

2010-09-02 Thread maartenc
Author: maartenc Date: Thu Sep 2 21:42:15 2010 New Revision: 992124 URL: http://svn.apache.org/viewvc?rev=992124&view=rev Log: Renamed to ivysettings-release.xml Removed: ant/ivy/core/trunk/ivysettings-signtask.xml

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

2010-09-09 Thread maartenc
Author: maartenc Date: Thu Sep 9 22:04:54 2010 New Revision: 995589 URL: http://svn.apache.org/viewvc?rev=995589&view=rev Log: FIX: New attempt to fix the OutOfMemoryError when uploading large files using commons-httpclient (IVY-1197) (thanks to Torkild U. Resheim) Modified: ant/ivy/

svn commit: r997508 - in /ant/ivy/core/trunk: ./ doc/use/ src/java/org/apache/ivy/ant/ src/java/org/apache/ivy/plugins/parser/m2/

2010-09-15 Thread maartenc
Author: maartenc Date: Wed Sep 15 21:22:18 2010 New Revision: 997508 URL: http://svn.apache.org/viewvc?rev=997508&view=rev Log: NEW: the ivy:makepom Ant task can use a custom template file to generate the pom.xml Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/doc

svn commit: r997511 - /ant/ivy/core/trunk/doc/use/makepom.html

2010-09-15 Thread maartenc
Author: maartenc Date: Wed Sep 15 21:24:51 2010 New Revision: 997511 URL: http://svn.apache.org/viewvc?rev=997511&view=rev Log: NEW: the ivy:makepom Ant task can use a custom template file to generate the pom.xml Modified: ant/ivy/core/trunk/doc/use/makepom.html Modified: ant/ivy/

svn commit: r997517 - /ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/pom.template

2010-09-15 Thread maartenc
Author: maartenc Date: Wed Sep 15 21:34:01 2010 New Revision: 997517 URL: http://svn.apache.org/viewvc?rev=997517&view=rev Log: NEW: the ivy:makepom Ant task can use a custom template file to generate the pom.xml Added: ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parse

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

2010-09-16 Thread maartenc
Author: maartenc Date: Thu Sep 16 22:03:26 2010 New Revision: 997931 URL: http://svn.apache.org/viewvc?rev=997931&view=rev Log: FIX: Ivy cannot handle Maven pom with parents depending back on theirselfs (IVY-1225) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java

svn commit: r997935 - in /ant/ivy/core/branches/2.2.x: ./ .classpath.default CHANGES.txt src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorBuilder.java src/java/org/apache/ivy/plugins/resol

2010-09-16 Thread maartenc
Author: maartenc Date: Thu Sep 16 22:14:53 2010 New Revision: 997935 URL: http://svn.apache.org/viewvc?rev=997935&view=rev Log: Merged revisions 997391,997711 and 997931 from trunk. Modified: ant/ivy/core/branches/2.2.x/ (props changed) ant/ivy/core/branches/2.2.x/.classpath.def

svn commit: r999129 - in /ant/ivy/core/trunk: build-release.xml src/etc/makepom/ src/etc/makepom/pom.template

2010-09-20 Thread maartenc
Author: maartenc Date: Mon Sep 20 21:49:29 2010 New Revision: 999129 URL: http://svn.apache.org/viewvc?rev=999129&view=rev Log: Pass a custom pom template to the ivy:makepom task containing extra information like a parent pom, mailing lists, JIRA link, ... Added: ant/ivy/core/trunk/src

svn commit: r999131 - /ant/core/trunk/src/etc/poms/pom.xml

2010-09-20 Thread maartenc
Author: maartenc Date: Mon Sep 20 21:55:11 2010 New Revision: 999131 URL: http://svn.apache.org/viewvc?rev=999131&view=rev Log: Fixed typo in developer-scm-url. Modified: ant/core/trunk/src/etc/poms/pom.xml Modified: ant/core/trunk/src/etc/poms/pom.xml URL: http://svn.apache.org/viewvc

svn commit: r1000206 - in /ant/ivy/core/trunk: CHANGES.txt doc/ivyfile/artifact.html

2010-09-22 Thread maartenc
Author: maartenc Date: Wed Sep 22 20:38:39 2010 New Revision: 1000206 URL: http://svn.apache.org/viewvc?rev=1000206&view=rev Log: DOCUMENTATION: Spelling fixes on artifact description page (IVY-1230) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/doc/ivyfile/artifact.

svn commit: r1000222 - in /ant/ivy/core/branches/2.2.x: ./ CHANGES.txt doc/ivyfile/artifact.html

2010-09-22 Thread maartenc
Author: maartenc Date: Wed Sep 22 20:54:48 2010 New Revision: 1000222 URL: http://svn.apache.org/viewvc?rev=1000222&view=rev Log: Merged revision 1000206 from trunk. Modified: ant/ivy/core/branches/2.2.x/ (props changed) ant/ivy/core/branches/2.2.x/CHANGES.txt ant/ivy/core/bran

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

2010-09-22 Thread maartenc
Author: maartenc Date: Wed Sep 22 20:56:13 2010 New Revision: 1000225 URL: http://svn.apache.org/viewvc?rev=1000225&view=rev Log: Corrected the JIRA issue number from IVY-707 to IVY-770. Modified: ant/ivy/core/trunk/CHANGES.txt Modified: ant/ivy/core/trunk/CHANGES.txt URL:

svn commit: r1000232 - in /ant/ivy/core/branches/2.2.x: ./ CHANGES.txt

2010-09-22 Thread maartenc
Author: maartenc Date: Wed Sep 22 21:10:25 2010 New Revision: 1000232 URL: http://svn.apache.org/viewvc?rev=1000232&view=rev Log: Merged revision 1000225 from trunk. Modified: ant/ivy/core/branches/2.2.x/ (props changed) ant/ivy/core/branches/2.2.x/CHANGES.txt Propchange: ant/ivy/

svn propchange: r984579 - svn:log

2010-09-22 Thread maartenc
Author: maartenc Revision: 984579 Modified property: svn:log Modified: svn:log at Wed Sep 22 21:13:39 2010 -- --- svn:log (original) +++ svn:log Wed Sep 22 21:13:39 2010 @@ -1 +1 @@ -IMPROVEMENT: MakePom task handling of

svn commit: r1000246 - in /ant/ivy/core/branches/2.2.x: ./ doc/use/ src/etc/makepom/ src/java/org/apache/ivy/ant/ src/java/org/apache/ivy/plugins/parser/m2/

2010-09-22 Thread maartenc
Author: maartenc Date: Wed Sep 22 21:34:43 2010 New Revision: 1000246 URL: http://svn.apache.org/viewvc?rev=1000246&view=rev Log: NEW: the ivy:makepom Ant task can use a custom template file to generate the pom.xml (merged from trunk) Added: ant/ivy/core/branches/2.2.x/src/etc/mak

svn commit: r1000257 - /ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorWriter.java

2010-09-22 Thread maartenc
Author: maartenc Date: Wed Sep 22 22:04:33 2010 New Revision: 1000257 URL: http://svn.apache.org/viewvc?rev=1000257&view=rev Log: Don't take empty lines into account for calculating the indent. Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/

svn commit: r1000258 - /ant/ivy/core/branches/2.2.x/version.properties

2010-09-22 Thread maartenc
Author: maartenc Date: Wed Sep 22 22:13:58 2010 New Revision: 1000258 URL: http://svn.apache.org/viewvc?rev=1000258&view=rev Log: Preparing 2.2.0 release. Modified: ant/ivy/core/branches/2.2.x/version.properties Modified: ant/ivy/core/branches/2.2.x/version.properties URL:

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

2010-09-22 Thread maartenc
Author: maartenc Date: Wed Sep 22 22:16:44 2010 New Revision: 1000262 URL: http://svn.apache.org/viewvc?rev=1000262&view=rev Log: Exclude the bouncycastle jars from the binary distributions. Modified: ant/ivy/core/trunk/build-release.xml Modified: ant/ivy/core/trunk/build-release.xml

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

2010-09-22 Thread maartenc
Author: maartenc Date: Wed Sep 22 22:17:53 2010 New Revision: 1000263 URL: http://svn.apache.org/viewvc?rev=1000263&view=rev Log: Add direct dependency on bcprov since we also use the BouncyCastle Provider Modified: ant/ivy/core/trunk/ivy.xml Modified: ant/ivy/core/trunk/ivy.xml URL:

svn commit: r1000264 - in /ant/ivy/core/branches/2.2.x: ./ build-release.xml ivy.xml src/java/org/apache/ivy/plugins/parser/m2/PomModuleDescriptorWriter.java

2010-09-22 Thread maartenc
Author: maartenc Date: Wed Sep 22 22:21:27 2010 New Revision: 1000264 URL: http://svn.apache.org/viewvc?rev=1000264&view=rev Log: Merged revisions 1000258, 1000262 and 1000263 from trunk. Modified: ant/ivy/core/branches/2.2.x/ (props changed) ant/ivy/core/branches/2.2.x/b

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

2010-09-23 Thread maartenc
Author: maartenc Date: Thu Sep 23 20:27:53 2010 New Revision: 1000609 URL: http://svn.apache.org/viewvc?rev=1000609&view=rev Log: FIX: ApacheURLLister doesn't handle some truncated linknames properly (IVY-1232) (thanks to John Tinetti) Modified: ant/ivy/core/trunk/CHANGES.txt

svn commit: r1000613 - in /ant/ivy/core/branches/2.2.x: ./ CHANGES.txt src/java/org/apache/ivy/util/url/ApacheURLLister.java

2010-09-23 Thread maartenc
Author: maartenc Date: Thu Sep 23 20:33:49 2010 New Revision: 1000613 URL: http://svn.apache.org/viewvc?rev=1000613&view=rev Log: Merged revision 1000609 from trunk. Modified: ant/ivy/core/branches/2.2.x/ (props changed) ant/ivy/core/branches/2.2.x/CHANGES.txt ant/ivy/

svn commit: r1000618 - in /ant/ivy/core/branches/2.2.x: README RELEASE_NOTES

2010-09-23 Thread maartenc
Author: maartenc Date: Thu Sep 23 20:50:53 2010 New Revision: 1000618 URL: http://svn.apache.org/viewvc?rev=1000618&view=rev Log: Preparing 2.2.0 release Modified: ant/ivy/core/branches/2.2.x/README ant/ivy/core/branches/2.2.x/RELEASE_NOTES Modified: ant/ivy/core/branches/2.2.x/RE

svn commit: r1000622 - /ant/ivy/core/branches/2.2.x/doc/release-notes.html

2010-09-23 Thread maartenc
Author: maartenc Date: Thu Sep 23 21:00:03 2010 New Revision: 1000622 URL: http://svn.apache.org/viewvc?rev=1000622&view=rev Log: Preparing 2.2.0 release Modified: ant/ivy/core/branches/2.2.x/doc/release-notes.html Modified: ant/ivy/core/branches/2.2.x/doc/release-notes.html URL:

svn commit: r1000645 - /ant/ivy/core/tags/2.2.0/

2010-09-23 Thread maartenc
Author: maartenc Date: Thu Sep 23 21:53:29 2010 New Revision: 1000645 URL: http://svn.apache.org/viewvc?rev=1000645&view=rev Log: Tagged 2.2.0 release Added: ant/ivy/core/tags/2.2.0/ (props changed) - copied from r1000644, ant/ivy/core/branches/2.2.x/ Propchange: ant/ivy/core/

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

2010-09-28 Thread maartenc
Author: maartenc Date: Tue Sep 28 22:01:22 2010 New Revision: 1002371 URL: http://svn.apache.org/viewvc?rev=1002371&view=rev Log: FIX: Couldn't authenticate against sites having the same address as the proxy server (IVY-1234) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/c

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

2010-09-29 Thread maartenc
Author: maartenc Date: Wed Sep 29 21:16:55 2010 New Revision: 1002850 URL: http://svn.apache.org/viewvc?rev=1002850&view=rev Log: spelling fix Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/util/url/IvyAuthenticator.java Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/util

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

2010-10-01 Thread maartenc
Author: maartenc Date: Fri Oct 1 20:43:02 2010 New Revision: 1003643 URL: http://svn.apache.org/viewvc?rev=1003643&view=rev Log: The requested URL is no longer needed when creating the HttpClient instance. Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/util/url/HttpClientHandler.

svn commit: r1005206 - in /ant/ivy/site: history/ toc.json

2010-10-06 Thread maartenc
Author: maartenc Date: Wed Oct 6 19:05:12 2010 New Revision: 1005206 URL: http://svn.apache.org/viewvc?rev=1005206&view=rev Log: Preparing site for 2.2.0 release Modified: ant/ivy/site/history/ (props changed) ant/ivy/site/toc.json Propchange: ant/ivy/site/his

svn commit: r1005229 - in /ant/ivy/site: download.html images/ivy-dl-2.2.0.png index.html

2010-10-06 Thread maartenc
Author: maartenc Date: Wed Oct 6 20:20:38 2010 New Revision: 1005229 URL: http://svn.apache.org/viewvc?rev=1005229&view=rev Log: Preparing site for Ivy 2.2.0 release Added: ant/ivy/site/images/ivy-dl-2.2.0.png (with props) Modified: ant/ivy/site/download.html ant/ivy/

svn commit: r1005264 - in /ant/ivy/site/target/history/latest-milestone: ./ configuration/ configuration/caches/ configuration/macrodef/ configuration/namespace/ dev/ ivyfile/ resolver/ settings/ sett

2010-10-06 Thread maartenc
Author: maartenc Date: Wed Oct 6 21:42:56 2010 New Revision: 1005264 URL: http://svn.apache.org/viewvc?rev=1005264&view=rev Log: Preparing site for Ivy 2.2.0 release [This commit notification would consist of 150 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r1005268 [3/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/demo.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/demo.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/demo.html (original) +++ ant/ivy/site/target/de

svn commit: r1005268 [2/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/choose-distrib.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/choose-distrib.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/choose-distrib.html (origin

svn commit: r1005268 [4/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/download.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/download.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/download.html (original) +++ ant/ivy/si

svn commit: r1005268 [1/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Author: maartenc Date: Wed Oct 6 21:50:56 2010 New Revision: 1005268 URL: http://svn.apache.org/viewvc?rev=1005268&view=rev Log: Preparing site for Ivy 2.2.0 release Added: ant/ivy/site/target/history/latest-milestone/settings/signers.html ant/ivy/site/target/images/ivy-dl-2.2.0

svn commit: r1005268 [5/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/faq.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/faq.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/faq.html (original) +++ ant/ivy/site/target/faq.h

svn commit: r1005268 [7/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/get-involved.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/get-involved.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/get-involved.html (original) ++

svn commit: r1005268 [11/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/history/0.6.1.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/0.6.1.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/history/0.6.1.html (original)

svn commit: r1005268 [9/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/history/0.5.1.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/0.5.1.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/history/0.5.1.html (original)

svn commit: r1005268 [13/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/history/0.7.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/0.7.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/history/0.7.html (original) +++ a

svn commit: r1005268 [12/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/history/0.6.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/0.6.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/history/0.6.html (original) +++ a

svn commit: r1005268 [14/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/history/0.8.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/0.8.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/history/0.8.html (original) +++ a

svn commit: r1005268 [6/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/features.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/features.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/features.html (original) +++ ant/ivy/si

svn commit: r1005268 [8/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/history.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/history.html (original) +++ ant/ivy/site/

svn commit: r1005268 [10/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/history/0.5.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/0.5.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/history/0.5.html (original) +++ a

svn commit: r1005268 [15/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/history/0.9.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/0.9.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/history/0.9.html (original) +++ a

svn commit: r1005268 [20/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/history/1.1.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/1.1.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/history/1.1.html (original) +++ a

svn commit: r1005268 [24/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/history/1.3-rc3.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/1.3-rc3.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/history/1.3-rc3.html (ori

svn commit: r1005268 [18/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/history/1.0-rc3.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/1.0-rc3.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/history/1.0-rc3.html (ori

svn commit: r1005268 [22/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/history/1.3-rc1.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/1.3-rc1.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/history/1.3-rc1.html (ori

svn commit: r1005268 [16/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/history/1.0-rc1.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/1.0-rc1.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/history/1.0-rc1.html (ori

svn commit: r1005268 [26/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/history/1.3.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/1.3.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/history/1.3.html (original) +++ a

svn commit: r1005268 [17/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/history/1.0-rc2.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/1.0-rc2.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/history/1.0-rc2.html (ori

svn commit: r1005268 [33/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/history/2.1.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/2.1.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/history/2.1.html (original) +++ a

svn commit: r1005268 [23/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/history/1.3-rc2.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/1.3-rc2.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/history/1.3-rc2.html (ori

svn commit: r1005268 [19/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/history/1.0.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/1.0.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/history/1.0.html (original) +++ a

svn commit: r1005268 [31/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/history/2.0.0-alpha-1.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/2.0.0-alpha-1.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/history/2.0.0

svn commit: r1005268 [28/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/history/1.4-RC2.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/1.4-RC2.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/history/1.4-RC2.html (ori

svn commit: r1005268 [21/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/history/1.2a.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/1.2a.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/history/1.2a.html (original) ++

svn commit: r1005268 [25/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/history/1.3.1.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/1.3.1.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/history/1.3.1.html (original)

svn commit: r1005268 [32/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/history/2.0.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/2.0.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/history/2.0.html (original) +++ a

svn commit: r1005268 [30/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/history/1.4.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/1.4.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/history/1.4.html (original) +++ a

svn commit: r1005268 [29/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/history/1.4.1.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/1.4.1.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/history/1.4.1.html (original)

svn commit: r1005268 [27/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/history/1.4-RC1.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/history/1.4-RC1.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/history/1.4-RC1.html (ori

svn commit: r1005268 [37/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/license.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/license.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/license.html (original) +++ ant/ivy/site/

svn commit: r1005268 [38/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/links.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/links.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/links.html (original) +++ ant/ivy/site/target

svn commit: r1005268 [39/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/m2comparison.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/m2comparison.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/m2comparison.html (original) ++

svn commit: r1005268 [36/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/issues.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/issues.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/issues.html (original) +++ ant/ivy/site/tar

svn commit: r1005268 [41/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/search.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/search.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/search.html (original) +++ ant/ivy/site/tar

svn commit: r1005268 [40/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/mailing-lists.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/mailing-lists.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/mailing-lists.html (original)

svn commit: r1005268 [35/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/index.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/index.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/index.html (original) +++ ant/ivy/site/target

svn commit: r1005268 [42/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/testimonials.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/testimonials.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/testimonials.html (original) ++

svn commit: r1005268 [43/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/wiki.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/wiki.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/wiki.html (original) +++ ant/ivy/site/target/wi

svn commit: r1005268 [44/44] - in /ant/ivy/site/target: ./ history/ history/latest-milestone/settings/ images/

2010-10-06 Thread maartenc
Modified: ant/ivy/site/target/write-doc.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/write-doc.html?rev=1005268&r1=1005267&r2=1005268&view=diff == --- ant/ivy/site/target/write-doc.html (original) +++ ant/ivy

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

2010-10-08 Thread maartenc
Author: maartenc Date: Fri Oct 8 19:28:58 2010 New Revision: 1005981 URL: http://svn.apache.org/viewvc?rev=1005981&view=rev Log: Added link to David Harrigan's blog. Modified: ant/ivy/site/links.html Modified: ant/ivy/site/links.html URL: http://svn.apache.org/viewvc/ant

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

2010-10-08 Thread maartenc
Author: maartenc Date: Fri Oct 8 20:50:45 2010 New Revision: 1006012 URL: http://svn.apache.org/viewvc?rev=1006012&view=rev Log: Moved changes for 2.2.0 into it's own section. Modified: ant/ivy/core/trunk/CHANGES.txt Modified: ant/ivy/core/trunk/CHANGES.txt URL: http://svn.a

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

2010-10-17 Thread maartenc
Author: maartenc Date: Sun Oct 17 09:02:27 2010 New Revision: 1023438 URL: http://svn.apache.org/viewvc?rev=1023438&view=rev Log: FIX: Cached ivy.xml is invalid if the description contains the ampersand entity (&) (IVY-1237) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/co

svn commit: r1024027 - in /ant/ivy/core/trunk: ./ src/java/org/apache/ivy/plugins/resolver/util/ test/java/org/apache/ivy/plugins/resolver/util/ test/repositories/IVY-1238/ test/repositories/IVY-1238/

2010-10-18 Thread maartenc
Author: maartenc Date: Mon Oct 18 21:48:41 2010 New Revision: 1024027 URL: http://svn.apache.org/viewvc?rev=1024027&view=rev Log: FIX: Can not use a v[revision] in an artifact pattern of a filesystem resolver (IVY-1238) Added: ant/ivy/core/trunk/test/java/org/apache/ivy/plugins/reso

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