[jira] Commented: (IVY-900) Parsing of m2 pom does not handle properties correctly.

2008-09-10 Thread Xavier Hanin (JIRA)
[ https://issues.apache.org/jira/browse/IVY-900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12629728#action_12629728 ] Xavier Hanin commented on IVY-900: -- Thanks for your contribution Kevin, but could you be more

svn commit: r693729 - /ant/core/trunk/src/tests/antunit/taskdefs/optional/script/scriptdef-test.xml

2008-09-10 Thread bodewig
Author: bodewig Date: Wed Sep 10 01:05:12 2008 New Revision: 693729 URL: http://svn.apache.org/viewvc?rev=693729view=rev Log: Tests fail in Gump if BSF has been built without JavaScript support. Modified: ant/core/trunk/src/tests/antunit/taskdefs/optional/script/scriptdef-test.xml Modified:

svn commit: r693732 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Javac.java

2008-09-10 Thread bodewig
Author: bodewig Date: Wed Sep 10 01:08:23 2008 New Revision: 693732 URL: http://svn.apache.org/viewvc?rev=693732view=rev Log: remove duplicate code Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Javac.java Modified:

svn commit: r693733 - /ant/core/trunk/WHATSNEW

2008-09-10 Thread bodewig
Author: bodewig Date: Wed Sep 10 01:11:18 2008 New Revision: 693733 URL: http://svn.apache.org/viewvc?rev=693733view=rev Log: deleting something might break old builds, even if it is expected behavior Modified: ant/core/trunk/WHATSNEW Modified: ant/core/trunk/WHATSNEW URL:

svn commit: r693785 - /ant/core/trunk/src/main/org/apache/tools/ant/DirectoryScanner.java

2008-09-10 Thread bodewig
Author: bodewig Date: Wed Sep 10 04:04:50 2008 New Revision: 693785 URL: http://svn.apache.org/viewvc?rev=693785view=rev Log: some style changes, doc fixes (non-wildcard patterns are store upper-case), some minor optimizations and some additional memoization of File.list() that may actually

svn commit: r693791 - in /ant/core/trunk/src: main/org/apache/tools/ant/DirectoryScanner.java main/org/apache/tools/ant/types/AbstractFileSet.java tests/antunit/types/fileset-test.xml

2008-09-10 Thread bodewig
Author: bodewig Date: Wed Sep 10 04:18:57 2008 New Revision: 693791 URL: http://svn.apache.org/viewvc?rev=693791view=rev Log: make sure the 'correct' error is reported if the directory doesn't exist. Sync error messages of DirectoryScanner and AbstractFileSet. Modified:

svn commit: r693870 - in /ant/core/trunk/src: main/org/apache/tools/ant/DirectoryScanner.java main/org/apache/tools/ant/types/AbstractFileSet.java main/org/apache/tools/ant/util/CollectionUtils.java t

2008-09-10 Thread bodewig
Author: bodewig Date: Wed Sep 10 08:41:49 2008 New Revision: 693870 URL: http://svn.apache.org/viewvc?rev=693870view=rev Log: don't run into infinite lopps caused by symbolic links. PR 45499. Modified: ant/core/trunk/src/main/org/apache/tools/ant/DirectoryScanner.java

DO NOT REPLY [Bug 45499] DirectoryScanner infinitely recurses on symlinks to parent directories

2008-09-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45499 Stefan Bodewig [EMAIL PROTECTED] changed: What|Removed |Added Target Milestone|--- |1.8.0 ---

[jira] Commented: (IVY-899) POM packaging not always mapped to main artifact file extension correctly

2008-09-10 Thread Tom Widmer (JIRA)
[ https://issues.apache.org/jira/browse/IVY-899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12629843#action_12629843 ] Tom Widmer commented on IVY-899: The interim solution appears to work - I tried out trunk

[jira] Commented: (IVY-818) Ivy ibiblio resolver chokes on variables while checking descriptor consistency

2008-09-10 Thread Shawn Zeller (JIRA)
[ https://issues.apache.org/jira/browse/IVY-818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12629858#action_12629858 ] Shawn Zeller commented on IVY-818: -- Thanks. Much appreciated. Ivy ibiblio resolver chokes

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

2008-09-10 Thread maartenc
Author: maartenc Date: Wed Sep 10 15:25:06 2008 New Revision: 694036 URL: http://svn.apache.org/viewvc?rev=694036view=rev Log: FIX: ivy.cache.dir.${settingsRef} is set to default instead of the defaultCacheDir from the ivysettings.xml after ivy:resolve (IVY-898) Added:

[jira] Resolved: (IVY-898) ivy.cache.dir.${settingsRef} is set to default instead of the defaultCacheDir from the ivysettings.xml after ivy:resolve

2008-09-10 Thread Maarten Coene (JIRA)
[ https://issues.apache.org/jira/browse/IVY-898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten Coene resolved IVY-898. --- Resolution: Fixed Fix Version/s: 2.0-RC1 Assignee: Maarten Coene Thanks for reporting!