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

2007-11-01 Thread stevel
Author: stevel Date: Thu Nov 1 06:00:02 2007 New Revision: 590988 URL: http://svn.apache.org/viewvc?rev=590988view=rev Log: make it impossible to have a null notify value Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/WorkerAnt.java Modified:

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

2007-11-01 Thread stevel
Author: stevel Date: Thu Nov 1 06:12:49 2007 New Revision: 590990 URL: http://svn.apache.org/viewvc?rev=590990view=rev Log: read the javadocs on wait(long) to see why this change was made Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/WorkerAnt.java Modified:

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

2007-11-01 Thread stevel
Author: stevel Date: Thu Nov 1 06:29:23 2007 New Revision: 590998 URL: http://svn.apache.org/viewvc?rev=590998view=rev Log: no, I'm rolling this back. Let's wait and see what the tests I'm running at work on something similar say. Modified:

Re: Bugs in release branch

2007-11-01 Thread Steve Loughran
Jesse Glick wrote: Stefan Bodewig wrote: file://cluster/home/ant/lib This is probably illegal too; AFAIK the host field is meaningless for a file-protocol URL. I think it is not (SMB or NFS), something like ls //nfserver/homes/mine translates into a file URI with host. Not on Unix; NFS

DO NOT REPLY [Bug 38732] - rmic task doesn't work with -Xnew and JDK 6.0

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

svn commit: r591013 - /ant/core/trunk/src/etc/testcases/taskdefs/rmic/rmic.xml

2007-11-01 Thread stevel
Author: stevel Date: Thu Nov 1 07:06:39 2007 New Revision: 591013 URL: http://svn.apache.org/viewvc?rev=591013view=rev Log: defect 38732; rmic task doesn't work with -Xnew and JDK 6.0 turning the test off on java6, as it damages the XML parser Modified:

DO NOT REPLY [Bug 38732] - rmic task doesn't work with -Xnew and JDK 6.0

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

Re: Bugs in release branch -rmic

2007-11-01 Thread Steve Loughran
Kevin Jackson wrote: Hi, On Windows with JDK6, the following tests fail: I see the rmi tests on linux+the latest jdk6 too. RmicAdvancedTest.testXnew rmic.testXnew: [base-rmic] RMI Compiling 1 class to /home/slo/Java/Apache/ant/src/etc/testcases/taskdefs/rmic/build [base-rmic] rmic:

Re: Bugs in release branch

2007-11-01 Thread Steve Loughran
Kevin Jackson wrote: LocatorTest.testNetworkURI Failure Expected file:\\PC03\jclasses\lib\ant-1.7.0.jar to resolve to \\PC03\jclasses\lib\ant-1.7.0.jar but got D:\\PC03\jclasses\lib\ant-1.7.0.jar expected:[]\\PC03\jclasses\lib\... but was:[D:]\\PC03\jclasses\lib\... I dont think this is

svn commit: r591037 - /ant/core/trunk/src/tests/junit/org/apache/tools/ant/launch/LocatorTest.java

2007-11-01 Thread stevel
Author: stevel Date: Thu Nov 1 07:58:49 2007 New Revision: 591037 URL: http://svn.apache.org/viewvc?rev=591037view=rev Log: test changes to handle windows systems better Modified: ant/core/trunk/src/tests/junit/org/apache/tools/ant/launch/LocatorTest.java Modified:

svn commit: r591040 - /ant/core/trunk/src/tests/junit/org/apache/tools/ant/launch/LocatorTest.java

2007-11-01 Thread stevel
Author: stevel Date: Thu Nov 1 08:02:20 2007 New Revision: 591040 URL: http://svn.apache.org/viewvc?rev=591040view=rev Log: test changes to handle windows systems better Modified: ant/core/trunk/src/tests/junit/org/apache/tools/ant/launch/LocatorTest.java Modified:

Re: Bugs in release branch

2007-11-01 Thread Steve Loughran
I've tweaked the locator tests to take a string of expected values for both windows and unix systems, so we can hard code what we expect for both Steve Loughran wrote: LocatorTest.testInternationalURI FailureExpected file:/D:/L/u00f6wenbrau/aus/M/u00fcnchen to resolve to

svn commit: r591042 - /ant/core/trunk/src/tests/junit/org/apache/tools/ant/launch/LocatorTest.java

2007-11-01 Thread mbenson
Author: mbenson Date: Thu Nov 1 08:09:20 2007 New Revision: 591042 URL: http://svn.apache.org/viewvc?rev=591042view=rev Log: fmting Modified: ant/core/trunk/src/tests/junit/org/apache/tools/ant/launch/LocatorTest.java Modified:

Re: Bugs in release branch

2007-11-01 Thread Kev Jackson
The windows tests will still be failing with bad paths, but now we can decide what the correct strings are and add them to the tests, then fix any locator bugs that exist. I guess they always passed on gump as it was running on linux/bsd, which is why we didn't see any problems until now.

Re: Bugs in release branch

2007-11-01 Thread Steve Loughran
Kev Jackson wrote: The windows tests will still be failing with bad paths, but now we can decide what the correct strings are and add them to the tests, then fix any locator bugs that exist. I guess they always passed on gump as it was running on linux/bsd, which is why we didn't see any

terminating running builds better

2007-11-01 Thread Steve Loughran
I'm midway through adding the smartfrog features to run ant builds remotely; buildexceptions will get wrapped and sent back over the wire to the caller via our friend RMI. as will, ultimately, the logs. you can use this to run build files as part of a big deployment, and be able to

Re: svn commit: r590990 - /ant/core/trunk/src/main/org/apache/tools/ant/util/WorkerAnt.java

2007-11-01 Thread Martijn Kruithof
public void waitUntilFinished(long timeout) throws InterruptedException { synchronized(notify) { -if(finished) { -return; +while (!finished) { +notify.wait(timeout); } -notify.wait(timeout);

Ant SVN Trunk - errors in LocatorTest RmicAdvancedTest

2007-11-01 Thread Kev Jackson
Hi, After Steve's work yesterday, I was going to pull in the changes to the release to try and get a clean build...but: (these errors occur with the svn trunk code) LocatorTest testNetworkURI Failure Expected file:\\PC03\jclasses\lib\ant-1.7.0.jar to resolve to

Rmic WebLogic failure more info

2007-11-01 Thread Kev Jackson
Hi, Here's the -debug output of executing testWlrmic in isolation: D:\eclipse\workspace2\ant-core-trunkant -debug -f src\etc\testcases\taskdefs\rm ic\rmic.xml testWlrmic Apache Ant version 1.8.0alpha compiled on November 2 2007 Buildfile: src\etc\testcases\taskdefs\rmic\rmic.xml Adding