[jira] Resolved: (IVY-915) Examples broken due to removal of antlib.xml from ivy.jar

2008-10-01 Thread Maarten Coene (JIRA)
[ https://issues.apache.org/jira/browse/IVY-915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten Coene resolved IVY-915. --- Resolution: Invalid Assignee: Maarten Coene I'll mark this issue as invalid because I think you di

[jira] Resolved: (IVY-923) Can't download files containing space or + in their names by HTTP

2008-10-01 Thread Maarten Coene (JIRA)
[ https://issues.apache.org/jira/browse/IVY-923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten Coene resolved IVY-923. --- Resolution: Fixed Fix Version/s: trunk Assignee: Maarten Coene I've committed a fix into

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

2008-10-01 Thread maartenc
Author: maartenc Date: Wed Oct 1 14:52:11 2008 New Revision: 700941 URL: http://svn.apache.org/viewvc?rev=700941&view=rev Log: FIX: Can't download files containing space or + in their names by HTTP (IVY-923) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java/org/apache/

svn commit: r700939 - /ant/ivy/core/trunk/src/java/org/apache/ivy/ant/IvyAntSettings.java

2008-10-01 Thread maartenc
Author: maartenc Date: Wed Oct 1 14:42:45 2008 New Revision: 700939 URL: http://svn.apache.org/viewvc?rev=700939&view=rev Log: Removed debug code Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/ant/IvyAntSettings.java Modified: ant/ivy/core/trunk/src/java/org/apache/ivy/ant/IvyAntSetti

[jira] Resolved: (IVY-930) HttpClientHandler hanging in certain cases

2008-10-01 Thread Maarten Coene (JIRA)
[ https://issues.apache.org/jira/browse/IVY-930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten Coene resolved IVY-930. --- Resolution: Fixed Fix Version/s: trunk Thank you for reporting! I've committed your (slighlty mo

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

2008-10-01 Thread maartenc
Author: maartenc Date: Wed Oct 1 14:21:11 2008 New Revision: 700932 URL: http://svn.apache.org/viewvc?rev=700932&view=rev Log: FIX: HttpClientHandler hanging in certain cases (IVY-930) (thanks to Scott Hebert) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java/org/apac

svn commit: r700929 - in /ant/ivy/core/trunk/test/java/org/apache/ivy/ant: IvyAntSettingsBuildFileStackOverflow.xml IvyAntSettingsBuildFileTest.java

2008-10-01 Thread maartenc
Author: maartenc Date: Wed Oct 1 14:12:02 2008 New Revision: 700929 URL: http://svn.apache.org/viewvc?rev=700929&view=rev Log: Added junit test for IVY-924 Added: ant/ivy/core/trunk/test/java/org/apache/ivy/ant/IvyAntSettingsBuildFileStackOverflow.xml Modified: ant/ivy/core/trunk/test/

[jira] Resolved: (IVY-925) ivy:settings doesn't work if id is a property

2008-10-01 Thread Maarten Coene (JIRA)
[ https://issues.apache.org/jira/browse/IVY-925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten Coene resolved IVY-925. --- Resolution: Fixed Fix Version/s: trunk I was able to reproduce your problem and fixed it in SVN t

svn commit: r700920 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/ant/IvyAntSettings.java test/java/org/apache/ivy/ant/IvyAntSettingsBuildFile.xml test/java/org/apache/ivy/ant/IvyAntSe

2008-10-01 Thread maartenc
Author: maartenc Date: Wed Oct 1 14:00:57 2008 New Revision: 700920 URL: http://svn.apache.org/viewvc?rev=700920&view=rev Log: FIX: ivy:settings doesn't work if id is a property (IVY-925) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java/org/apache/ivy/ant/IvyAntSettin

[jira] Updated: (IVY-925) ivy:settings doesn't work if id is a property

2008-10-01 Thread Maarten Coene (JIRA)
[ https://issues.apache.org/jira/browse/IVY-925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten Coene updated IVY-925: -- Component/s: (was: Core) Ant Affects Version/s: 2.0-RC1

svn commit: r700917 - /ant/ivy/core/trunk/doc/dev/updatesite.html

2008-10-01 Thread hibou
Author: hibou Date: Wed Oct 1 13:56:39 2008 New Revision: 700917 URL: http://svn.apache.org/viewvc?rev=700917&view=rev Log: Improve the updatesite doc, simplify the process by using the svn export command Modified: ant/ivy/core/trunk/doc/dev/updatesite.html Modified: ant/ivy/core/trunk/doc/

[jira] Assigned: (IVY-930) HttpClientHandler hanging in certain cases

2008-10-01 Thread Maarten Coene (JIRA)
[ https://issues.apache.org/jira/browse/IVY-930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten Coene reassigned IVY-930: - Assignee: Maarten Coene > HttpClientHandler hanging in certain cases > -

[jira] Assigned: (IVY-925) ivy:settings / ivy:configure task are skipped if ivy.instance property doesn't exists

2008-10-01 Thread Maarten Coene (JIRA)
[ https://issues.apache.org/jira/browse/IVY-925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten Coene reassigned IVY-925: - Assignee: Maarten Coene > ivy:settings / ivy:configure task are skipped if ivy.instance property >

[jira] Created: (IVY-930) HttpClientHandler hanging in certain cases

2008-10-01 Thread Scott Hebert (JIRA)
HttpClientHandler hanging in certain cases -- Key: IVY-930 URL: https://issues.apache.org/jira/browse/IVY-930 Project: Ivy Issue Type: Bug Affects Versions: 2.0-RC1 Reporter: Scott Hebe

svn commit: r700900 - in /ant/ivy/updatesite/trunk: signArtifacts.sh signIvyArtifacts.sh signIvyDEArtifacts.sh

2008-10-01 Thread hibou
Author: hibou Date: Wed Oct 1 13:09:00 2008 New Revision: 700900 URL: http://svn.apache.org/viewvc?rev=700900&view=rev Log: Split the sign scripts Added: ant/ivy/updatesite/trunk/signIvyArtifacts.sh - copied, changed from r700859, ant/ivy/updatesite/trunk/signArtifacts.sh ant/ivy/u

[jira] Created: (IVY-929) Extra Attributes specified in the Dependency's Module Descriptor are not available to resolvers

2008-10-01 Thread Scott Hebert (JIRA)
Extra Attributes specified in the Dependency's Module Descriptor are not available to resolvers --- Key: IVY-929 URL: https://issues.apache.org/jira/browse/IVY-929

svn commit: r700826 - /ant/ivy/core/trunk/doc/dev/updatesite.html

2008-10-01 Thread hibou
Author: hibou Date: Wed Oct 1 09:26:49 2008 New Revision: 700826 URL: http://svn.apache.org/viewvc?rev=700826&view=rev Log: Document that there is now one target for Ivy and one target for IvyDE Modified: ant/ivy/core/trunk/doc/dev/updatesite.html Modified: ant/ivy/core/trunk/doc/dev/update

svn commit: r700825 - in /ant/ivy/updatesite/trunk: ./ build.xml

2008-10-01 Thread hibou
Author: hibou Date: Wed Oct 1 09:23:29 2008 New Revision: 700825 URL: http://svn.apache.org/viewvc?rev=700825&view=rev Log: Make two different targets when releaseing Ivy or when releasing IvyDE, so there is no worry to have about some overrided jars, there should be none Modified: ant/ivy/

DO NOT REPLY [Bug 42275] running ant off a network share can cause Ant to fail

2008-10-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42275 --- Comment #12 from Jesse Glick <[EMAIL PROTECTED]> 2008-10-01 09:07:15 PST --- The minimal fix for the UNC import problem in Ant 1.7.1 (which I think should be merged to a 1.7.2 if one is created, since this is a serious regression),

svn commit: r700807 - /ant/ivy/core/trunk/doc/dev/updatesite.html

2008-10-01 Thread hibou
Author: hibou Date: Wed Oct 1 08:22:41 2008 New Revision: 700807 URL: http://svn.apache.org/viewvc?rev=700807&view=rev Log: Update of the release process of the updatesite Modified: ant/ivy/core/trunk/doc/dev/updatesite.html Modified: ant/ivy/core/trunk/doc/dev/updatesite.html URL: http://

svn commit: r700803 - in /ant/ivy/site: build.xml ivyde/updatesite/features/ ivyde/updatesite/ivy-feature-template/ ivyde/updatesite/plugins/ ivyde/updatesite/signArtifacts.sh ivyde/updatesite/verifyA

2008-10-01 Thread hibou
Author: hibou Date: Wed Oct 1 07:59:15 2008 New Revision: 700803 URL: http://svn.apache.org/viewvc?rev=700803&view=rev Log: remove the moved updatesite, just keep the cgi script for mirror managing and the artifact deployed into the site Removed: ant/ivy/site/ivyde/updatesite/features/

[jira] Resolved: (IVY-928) NullPointerException in AbstractPatternsBasedResolver when organization is null

2008-10-01 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin resolved IVY-928. -- Resolution: Fixed Fix Version/s: trunk Assignee: Xavier Hanin Fixed on trunk, still have t

svn commit: r700798 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/plugins/resolver/AbstractPatternsBasedResolver.java

2008-10-01 Thread xavier
Author: xavier Date: Wed Oct 1 07:50:18 2008 New Revision: 700798 URL: http://svn.apache.org/viewvc?rev=700798&view=rev Log: FIX: NullPointerException in AbstractPatternsBasedResolver when organization is null (IVY-928) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/ja

[jira] Created: (IVY-928) NullPointerException in AbstractPatternsBasedResolver when organization is null

2008-10-01 Thread Xavier Hanin (JIRA)
NullPointerException in AbstractPatternsBasedResolver when organization is null --- Key: IVY-928 URL: https://issues.apache.org/jira/browse/IVY-928 Project: Ivy Issu

svn commit: r700793 - in /ant/ivy/updatesite: ./ branches/ tags/ trunk/ trunk/dist/ trunk/dist/features/ trunk/dist/plugins/ trunk/ivy-feature-template/

2008-10-01 Thread hibou
Author: hibou Date: Wed Oct 1 07:46:28 2008 New Revision: 700793 URL: http://svn.apache.org/viewvc?rev=700793&view=rev Log: As discussed on ant-dev, move the updatesite so it has its own tags-branches-trunk structure Added: ant/ivy/updatesite/ ant/ivy/updatesite/branches/ ant/ivy/up

[jira] Resolved: (IVY-927) NullPointerException when Ivy cannot locate pom parent

2008-10-01 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xavier Hanin resolved IVY-927. -- Resolution: Fixed Fix Version/s: trunk Fixed on trunk, still have to merge on 2.0.x branch > NullP

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

2008-10-01 Thread xavier
Author: xavier Date: Wed Oct 1 07:41:39 2008 New Revision: 700792 URL: http://svn.apache.org/viewvc?rev=700792&view=rev Log: FIX: NullPointerException when Ivy cannot locate pom parent (IVY-927) Modified: ant/ivy/core/trunk/CHANGES.txt ant/ivy/core/trunk/src/java/org/apache/ivy/plugins/

[jira] Created: (IVY-927) NullPointerException when Ivy cannot locate pom parent

2008-10-01 Thread Xavier Hanin (JIRA)
NullPointerException when Ivy cannot locate pom parent -- Key: IVY-927 URL: https://issues.apache.org/jira/browse/IVY-927 Project: Ivy Issue Type: Bug Components: Maven Compatibil

DO NOT REPLY [Bug 31331] Controling the XML processor used by the XSLT element

2008-10-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=31331 --- Comment #1 from Patrick Wiederkehr <[EMAIL PROTECTED]> 2008-10-01 06:05:28 PST --- I would also like to have a passthroug for features to the xml parser (eg xerces) cause i need xerces to activate xinclude features. -- Configur

[jira] Issue Comment Edited: (IVY-925) ivy:settings / ivy:configure task are skipped if ivy.instance property doesn't exists

2008-10-01 Thread Jean-Louis Boudart (JIRA)
[ https://issues.apache.org/jira/browse/IVY-925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12635989#action_12635989 ] jboudart edited comment on IVY-925 at 10/1/08 3:08 AM: - Oh ! m

[jira] Updated: (IVY-925) ivy:settings / ivy:configure task are skipped if ivy.instance property doesn't exists

2008-10-01 Thread Jean-Louis Boudart (JIRA)
[ https://issues.apache.org/jira/browse/IVY-925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Louis Boudart updated IVY-925: --- Attachment: test-ivyInstance.tar.gz Oh ! my bad i've made some other test and it using ivy:confi