[jira] Resolved: (IVYDE-147) Upgrading from 2.0.0 alpha to 2.0.0 beta causes preferences problems.

2009-01-06 Thread JIRA
[ https://issues.apache.org/jira/browse/IVYDE-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Lalevée resolved IVYDE-147. --- Resolution: Duplicate There was effectively an issue in upgrading, solved here: IVYDE-136 than

[jira] Resolved: (IVYDE-148) Turning on retrieve after resolve with a disabled configuration causes IvyDE to begin throwing exceptions during resolve.

2009-01-06 Thread JIRA
[ https://issues.apache.org/jira/browse/IVYDE-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Lalevée resolved IVYDE-148. --- Resolution: Duplicate Yep, see IVYDE-140 > Turning on retrieve after resolve with a disabled

svn commit: r731889 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/taskdefs/Checksum.java src/tests/antunit/taskdefs/checksum-test.xml

2009-01-06 Thread bodewig
Author: bodewig Date: Tue Jan 6 01:27:38 2009 New Revision: 731889 URL: http://svn.apache.org/viewvc?rev=731889&view=rev Log: make checksum's totalproperty platform independent. PR 36748. Modified: ant/core/trunk/WHATSNEW ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Checksum.ja

DO NOT REPLY [Bug 36748] Ant checksum totalproperty does not match across platforms.

2009-01-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=36748 Stefan Bodewig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r731895 - /ant/core/trunk/docs/manual/CoreTasks/loadresource.html

2009-01-06 Thread bodewig
Author: bodewig Date: Tue Jan 6 01:36:19 2009 New Revision: 731895 URL: http://svn.apache.org/viewvc?rev=731895&view=rev Log: No, loadfile doesn't overwrite properties. PR 46440. Modified: ant/core/trunk/docs/manual/CoreTasks/loadresource.html Modified: ant/core/trunk/docs/manual/CoreTasks

DO NOT REPLY [Bug 46440] loadfile not overwriting property

2009-01-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46440 Stefan Bodewig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 46480] Running SQL Task inside Maven Ant-Run prevents logging for subsequent tasks

2009-01-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46480 --- Comment #2 from Brian Bonner 2009-01-06 04:53:17 PST --- Stefan, sorry about that. Thanks for your msg. I was too quick with the post. With 1.7.1, I see this: [INFO] Executing tasks [echo] test before sql [sql] Exec

svn commit: r731932 - in /ant/ivy/ivyde/trunk: org.apache.ivyde.eclipse/ org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/ test/exported/ test/exported/src/ test/exported/src/org

2009-01-06 Thread hibou
Author: hibou Date: Tue Jan 6 05:02:24 2009 New Revision: 731932 URL: http://svn.apache.org/viewvc?rev=731932&view=rev Log: IVYDE-149: - on edition, keep the 'exported' attribute Added: ant/ivy/ivyde/trunk/test/exported/ (with props) ant/ivy/ivyde/trunk/test/exported/.classpath an

[jira] Created: (IVYDE-152) Support for Eclipse variables

2009-01-06 Thread JIRA
Support for Eclipse variables - Key: IVYDE-152 URL: https://issues.apache.org/jira/browse/IVYDE-152 Project: IvyDE Issue Type: New Feature Affects Versions: 2.0.0.beta1 Reporter: Nicolas Lalevée

[jira] Resolved: (IVYDE-149) Changing any setting for the classpath container loses the "exported" setting of the classpath container

2009-01-06 Thread JIRA
[ https://issues.apache.org/jira/browse/IVYDE-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Lalevée resolved IVYDE-149. --- Resolution: Fixed Fix Version/s: 2.0.0.final Assignee: Nicolas Lalevée bug rep

[jira] Updated: (IVY-992) Ivy retrieve does not honor validate="false" from ivysettings

2009-01-06 Thread Martin Eigenbrodt (JIRA)
[ https://issues.apache.org/jira/browse/IVY-992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Eigenbrodt updated IVY-992: -- Attachment: ivybug.zip Files to reproduce the bug > Ivy retrieve does not honor validate="false"

[jira] Created: (IVY-992) Ivy retrieve does not honor validate="false" from ivysettings

2009-01-06 Thread Martin Eigenbrodt (JIRA)
Ivy retrieve does not honor validate="false" from ivysettings - Key: IVY-992 URL: https://issues.apache.org/jira/browse/IVY-992 Project: Ivy Issue Type: Bug Components: An

svn commit: r731937 - in /ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs: ReplaceTest.java optional/ReplaceRegExpTest.java

2009-01-06 Thread bodewig
Author: bodewig Date: Tue Jan 6 05:38:51 2009 New Revision: 731937 URL: http://svn.apache.org/viewvc?rev=731937&view=rev Log: sleep a little longer during tests Modified: ant/core/trunk/src/tests/junit/org/apache/tools/ant/taskdefs/ReplaceTest.java ant/core/trunk/src/tests/junit/org/ap

DO NOT REPLY [Bug 46480] Running SQL Task inside Maven Ant-Run prevents logging for subsequent tasks

2009-01-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46480 Stefan Bodewig changed: What|Removed |Added CC||notifications@ant.apache.org

[jira] Created: (IVYDE-153) Better support the resolve in workspace feature

2009-01-06 Thread JIRA
Better support the resolve in workspace feature --- Key: IVYDE-153 URL: https://issues.apache.org/jira/browse/IVYDE-153 Project: IvyDE Issue Type: Improvement Affects Versions: 2.0.0.beta1

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

2009-01-06 Thread bodewig
Author: bodewig Date: Tue Jan 6 06:27:37 2009 New Revision: 731951 URL: http://svn.apache.org/viewvc?rev=731951&view=rev Log: most likely fix PR 46480 Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/SQLExec.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs

DO NOT REPLY [Bug 46480] Running SQL Task inside Maven Ant-Run prevents logging for subsequent tasks

2009-01-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46480 --- Comment #4 from Stefan Bodewig 2009-01-06 06:28:00 PST --- Actually, my proposed fix would be svn revision 731951 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=731951 ) -- Configure bugmail: https://issues.apache.org/bugzi

svn commit: r731964 - /ant/ivy/ivyde/trunk/build.properties

2009-01-06 Thread hibou
Author: hibou Date: Tue Jan 6 06:55:58 2009 New Revision: 731964 URL: http://svn.apache.org/viewvc?rev=731964&view=rev Log: Update the build version Modified: ant/ivy/ivyde/trunk/build.properties Modified: ant/ivy/ivyde/trunk/build.properties URL: http://svn.apache.org/viewvc/ant/ivy/ivyde

[jira] Commented: (IVYDE-124) Source and javadocs are not available for jars in Eclipse if not using default cache

2009-01-06 Thread JIRA
[ https://issues.apache.org/jira/browse/IVYDE-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661162#action_12661162 ] Nicolas Lalevée commented on IVYDE-124: --- Any news ? Have you tried the IvyDE beta1 ? I

DO NOT REPLY [Bug 46440] loadfile not overwriting property

2009-01-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46440 --- Comment #2 from Matt Benson 2009-01-06 08:20:27 PST --- Note that you may get some love from the scoped properties in Ant's trunk. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are

[jira] Created: (IVY-993) latest-time strategy not compatible with version ranges in transitiv dependencies

2009-01-06 Thread K. Rekk (JIRA)
latest-time strategy not compatible with version ranges in transitiv dependencies - Key: IVY-993 URL: https://issues.apache.org/jira/browse/IVY-993 Project: Ivy

[jira] Updated: (IVY-993) latest-time strategy not compatible with version ranges in transitiv dependencies

2009-01-06 Thread K. Rekk (JIRA)
[ https://issues.apache.org/jira/browse/IVY-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] K. Rekk updated IVY-993: Attachment: ivy-latest-time.zip two modified hello-ivy tutorial projects one using packager the other normal reposito

svn commit: r732010 - in /ant/core/trunk/src/main/org/apache/tools/ant: taskdefs/SQLExec.java taskdefs/optional/junit/FormatterElement.java taskdefs/optional/ssh/SSHExec.java util/KeepAliveInputStream

2009-01-06 Thread bodewig
Author: bodewig Date: Tue Jan 6 09:27:01 2009 New Revision: 732010 URL: http://svn.apache.org/viewvc?rev=732010&view=rev Log: tiny refactoring. Allow JUnit task to be less concerned about formatters (right now formatters could close System.out/err unless they guard against it). Modified: a

[jira] Commented: (IVYDE-149) Changing any setting for the classpath container loses the "exported" setting of the classpath container

2009-01-06 Thread Adam Karl (JIRA)
[ https://issues.apache.org/jira/browse/IVYDE-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661229#action_12661229 ] Adam Karl commented on IVYDE-149: - Thank you for putting work into IvyDE. It was needed and

svn commit: r732105 - /ant/ivy/core/branches/2.0.0/doc/use/cachepath.html

2009-01-06 Thread maartenc
Author: maartenc Date: Tue Jan 6 12:40:22 2009 New Revision: 732105 URL: http://svn.apache.org/viewvc?rev=732105&view=rev Log: Updated the comment about not using ivy:cachepath in order to make the build process more independent from Ivy. It gave the wrong impression that this task shouldn't be

[jira] Created: (IVY-994) Extend packager resolver to allow arbitrary ant tasks in build instructions

2009-01-06 Thread Archie Cobbs (JIRA)
Extend packager resolver to allow arbitrary ant tasks in build instructions --- Key: IVY-994 URL: https://issues.apache.org/jira/browse/IVY-994 Project: Ivy Issue Type:

[jira] Updated: (IVY-994) Extend packager resolver to allow arbitrary ant tasks in build instructions

2009-01-06 Thread Archie Cobbs (JIRA)
[ https://issues.apache.org/jira/browse/IVY-994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Archie Cobbs updated IVY-994: - Attachment: restricted.txt > Extend packager resolver to allow arbitrary ant tasks in build instructions > -

[jira] Updated: (IVY-994) Extend packager resolver to allow arbitrary ant tasks in build instructions

2009-01-06 Thread Maarten Coene (JIRA)
[ https://issues.apache.org/jira/browse/IVY-994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten Coene updated IVY-994: -- Fix Version/s: (was: unspecified) > Extend packager resolver to allow arbitrary ant tasks in build ins

[jira] Updated: (IVY-994) Extend packager resolver to allow arbitrary ant tasks in build instructions

2009-01-06 Thread Maarten Coene (JIRA)
[ https://issues.apache.org/jira/browse/IVY-994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten Coene updated IVY-994: -- Fix Version/s: (was: 2.0) unspecified Assignee: Maarten Coene > Extend pac