svn commit: r537347 - /ant/core/trunk/src/tests/antunit/taskdefs/echoxml-test.xml

2007-05-11 Thread kevj
Author: kevj Date: Fri May 11 23:16:08 2007 New Revision: 537347 URL: http://svn.apache.org/viewvc?view=rev&rev=537347 Log: -new antunit test for echoxml Added: ant/core/trunk/src/tests/antunit/taskdefs/echoxml-test.xml Added: ant/core/trunk/src/tests/antunit/taskdefs/echoxml-test.xml URL:

svn commit: r537346 - /ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml

2007-05-11 Thread kevj
Author: kevj Date: Fri May 11 23:11:04 2007 New Revision: 537346 URL: http://svn.apache.org/viewvc?view=rev&rev=537346 Log: -add new macro based on resourcecontains Modified: ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml Modified: ant/antlibs/antunit/trunk/src/main/org

svn commit: r537345 - /ant/core/trunk/src/tests/antunit/taskdefs/condition/resourcecontains-test.xml

2007-05-11 Thread kevj
Author: kevj Date: Fri May 11 23:09:48 2007 New Revision: 537345 URL: http://svn.apache.org/viewvc?view=rev&rev=537345 Log: -test for new ResourceContains condition Added: ant/core/trunk/src/tests/antunit/taskdefs/condition/resourcecontains-test.xml Added: ant/core/trunk/src/tests/antunit/

svn commit: r537344 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/ResourceContains.java

2007-05-11 Thread kevj
Author: kevj Date: Fri May 11 23:09:06 2007 New Revision: 537344 URL: http://svn.apache.org/viewvc?view=rev&rev=537344 Log: -new ResourceContains condition Added: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/ResourceContains.java Added: ant/core/trunk/src/main/org/apache

svn commit: r537343 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/ResourcesMatch.java

2007-05-11 Thread kevj
Author: kevj Date: Fri May 11 23:08:26 2007 New Revision: 537343 URL: http://svn.apache.org/viewvc?view=rev&rev=537343 Log: -remove erroneous space Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/ResourcesMatch.java Modified: ant/core/trunk/src/main/org/apache/too

svn commit: r537342 - /ant/core/trunk/src/main/org/apache/tools/ant/types/conditions/antlib.xml

2007-05-11 Thread kevj
Author: kevj Date: Fri May 11 23:06:29 2007 New Revision: 537342 URL: http://svn.apache.org/viewvc?view=rev&rev=537342 Log: -new ResourceContains condition Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/conditions/antlib.xml Modified: ant/core/trunk/src/main/org/apache/tools/a

New condition, new antunit tests, new macro for antunit - please review & reject if not happy

2007-05-11 Thread Kevin Jackson
Hi all, I've got a fair chunk of changes I'm about to check in to svn right after this missive. I've got antunit tests for everything and everything seems fine from my testing on Java6 here. Given that it looks like we will have to release a bug-fix/stability release for 1.7.1, I'd like a secon

Antunit timings inaccurate?

2007-05-11 Thread Kevin Jackson
Hi all, Just writing some antunit tests for a new condition and got this in the output: [antunit] took 1,178,948,204.551 sec That's a long time! Kev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

svn commit: r537334 - /ant/core/trunk/src/main/org/apache/tools/ant/util/DOMElementWriter.java

2007-05-11 Thread kevj
Author: kevj Date: Fri May 11 21:32:11 2007 New Revision: 537334 URL: http://svn.apache.org/viewvc?view=rev&rev=537334 Log: -doc typo Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/DOMElementWriter.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/DOMElementWrite

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

2007-05-11 Thread kevj
Author: kevj Date: Fri May 11 21:31:40 2007 New Revision: 537333 URL: http://svn.apache.org/viewvc?view=rev&rev=537333 Log: -remove whitespace, use antunit-base.xml Modified: ant/core/trunk/src/tests/antunit/taskdefs/optional/script/scriptdef-test.xml Modified: ant/core/trunk/src/tests/antu

svn commit: r537332 - /ant/core/trunk/docs/manual/OptionalTasks/sshexec.html

2007-05-11 Thread kevj
Author: kevj Date: Fri May 11 21:18:36 2007 New Revision: 537332 URL: http://svn.apache.org/viewvc?view=rev&rev=537332 Log: -updated docs with info about commandResource for SSHExec Modified: ant/core/trunk/docs/manual/OptionalTasks/sshexec.html Modified: ant/core/trunk/docs/manual/OptionalT

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

2007-05-11 Thread kevj
Author: kevj Date: Fri May 11 21:10:25 2007 New Revision: 537331 URL: http://svn.apache.org/viewvc?view=rev&rev=537331 Log: -update with new entries Modified: ant/core/trunk/WHATSNEW Modified: ant/core/trunk/WHATSNEW URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?view=diff&rev=53

Re: ant 1.7.1

2007-05-11 Thread Kevin Jackson
Hi all, I can see this is a serious issue; if you follow the links its causing problems with eclipse 3.3 apps options 1. let Eclipse backport it themselves. -no work for us, but we end up splitting bug reps between the two teams, and there's still some issues with the locator stability to dea

Re: debian packaging related tasks - sandboxable?

2007-05-11 Thread Bruce Atherton
I think your plan is a great one. I'm having a related but different thought about debian support. What do people think about Ant supporting a way to install and remove antlibs from the command line into a standard antlib directory that is automatically added to the classpath on startup? That

Re: ant 1.7.1

2007-05-11 Thread Darin Swanson
Thank you for the fast response. I have released a workaround within the Eclipse 3.3 code base. Please see https://bugs.eclipse.org/bugs/show_bug.cgi?id=183283 for the details. We could still have problems but I believe the critical paths are now covered. So currently my vote would be #3 (if y

[EMAIL PROTECTED]: Project test-ant-no-xerces (in module ant) failed

2007-05-11 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project test-ant-no-xerces has an issue affecting its community integration. This issue a

[EMAIL PROTECTED]: Project test-ant (in module ant) failed

2007-05-11 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project test-ant has an issue affecting its community integration. This issue affects 1 p

ant 1.7.1

2007-05-11 Thread Steve Loughran
[EMAIL PROTECTED] wrote: DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.

DO NOT REPLY [Bug 42222] - Locator implementation not encoding URI strings properly: spaces in paths

2007-05-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42222] - Locator implementation not encoding URI strings properly: spaces in paths

2007-05-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42222] - Locator implementation not encoding URI strings properly: spaces in paths

2007-05-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[EMAIL PROTECTED]: Project svn-antlib-test (in module ant-antlibs) failed

2007-05-11 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project svn-antlib-test has an issue affecting its community integration. This issue affe

DO NOT REPLY [Bug 42222] - Locator implementation not encoding URI strings properly: spaces in paths

2007-05-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42397] - Reference does not work for within a

2007-05-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42397] New: - NPE when combining and /

2007-05-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42222] - Locator implementation not encoding URI strings properly: spaces in paths

2007-05-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42222] - Locator implementation not encoding URI strings properly: spaces in paths

2007-05-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r537194 - /ant/core/trunk/src/main/org/apache/tools/ant/util/optional/JavaxScriptRunner.java

2007-05-11 Thread peterreilly
Author: peterreilly Date: Fri May 11 07:00:14 2007 New Revision: 537194 URL: http://svn.apache.org/viewvc?view=rev&rev=537194 Log: Allow javafx to be run. The current version of openjfx has a requirement that beans are defined with their types in the format : Hopefully, this will change, in the me

DO NOT REPLY [Bug 42222] - Locator implementation not encoding URI strings properly: spaces in paths

2007-05-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42222] - Locator implementation not encoding URI strings properly: spaces in paths

2007-05-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: AW: [EMAIL PROTECTED]: Project test-ant (in module ant) failed

2007-05-11 Thread Steve Loughran
[EMAIL PROTECTED] wrote: [junit] Testcase: testTripleForwardSlashNetworkURI_BugID_42275(org.apache.tools.ant.launch.LocatorTest): FAILED [junit] file:///PC03/jclasses/lib/ant-1.7.0.jar expected: but was: [junit] junit.framework.ComparisonFailure: file:///PC03/jclasses/lib/ant-1.7.0.jar

Re: debian packaging related tasks - sandboxable?

2007-05-11 Thread Steve Loughran
Kevin Jackson wrote: Hi all, I have been working on some tasks related to debian packaging. So far I have : - dpkg (creates a debian package from a directory) - control (creates a dpkg control file) and I'm working on : - install, takes a .deb package and installs it - more robust error checki

AW: [EMAIL PROTECTED]: Project test-ant (in module ant) failed

2007-05-11 Thread Jan.Materne
[junit] Testcase: testTripleForwardSlashNetworkURI_BugID_42275(org.apache.tools.ant.launch.LocatorTest): FAILED [junit] file:///PC03/jclasses/lib/ant-1.7.0.jar expected: but was: [junit] junit.framework.ComparisonFailure: file:///PC03/jclasses/lib/ant-1.7.0.jar expected:

DO NOT REPLY [Bug 42392] - copy/flatten does not like filelist with empty dir attribute

2007-05-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 42392] New: - copy/flatten does not like filelist with empty dir attribute

2007-05-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

debian packaging related tasks - sandboxable?

2007-05-11 Thread Kevin Jackson
Hi all, I have been working on some tasks related to debian packaging. So far I have : - dpkg (creates a debian package from a directory) - control (creates a dpkg control file) and I'm working on : - install, takes a .deb package and installs it - more robust error checking etc for the current