DO NOT REPLY [Bug 34633] - ReplaceRegExp periodically errors out with "Couldn't rename temporary file"

2007-09-20 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 dotnet-antlib-test (in module ant-antlibs) failed

2007-09-20 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 dotnet-antlib-test has an issue affecting its community integration. This issue a

AW: svn commit: r577308 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs: ProcessDestroyer.java RecorderEntry.java Redirector.java Sleep.java StreamPumper.java Tar.java Zip.java

2007-09-20 Thread Jan.Materne
>URL: http://svn.apache.org/viewvc?rev=577308&view=rev >Log: more magic numbers > > >Modified: >ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/ProcessDestroyer. java > class ProcessDestroyer implements Runnable { >- >+private static final int TWENTY_SECONDS = 2; > private Vector

Re: svn commit: r577308 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs: ProcessDestroyer.java RecorderEntry.java Redirector.java Sleep.java StreamPumper.java Tar.java Zip.java

2007-09-20 Thread Peter Reilly
Yes, It is difficult to come up with good names When I see wait(1000), my brain translates this it wait for a signal, but if it does not happen in a second, give up. So in this case, one second as a name sounds reasonable (or at least better than 1000). Peter On 9/20/07, [EMAIL PROTECTED]

svn commit: r577684 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional: dotnet/ jlink/ jsp/ junit/ net/ splash/ ssh/

2007-09-20 Thread peterreilly
Author: peterreilly Date: Thu Sep 20 04:12:37 2007 New Revision: 577684 URL: http://svn.apache.org/viewvc?rev=577684&view=rev Log: more magic num Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/NetCommand.java ant/core/trunk/src/main/org/apache/tools/ant/

svn commit: r577685 - in /ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/taskdefs/optional: dotnet/ jlink/ jsp/ junit/ net/ splash/ ssh/

2007-09-20 Thread peterreilly
Author: peterreilly Date: Thu Sep 20 04:12:57 2007 New Revision: 577685 URL: http://svn.apache.org/viewvc?rev=577685&view=rev Log: sync: more magic num Modified: ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/NetCommand.java ant/core/branches/ANT_

AW: svn commit: r577308 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs: ProcessDestroyer.java RecorderEntry.java Redirector.java Sleep.java StreamPumper.java Tar.java Zip.java

2007-09-20 Thread Jan.Materne
>Yes, It is difficult to come up with good names I know ... But maybe we could find any together. >When I see wait(1000), my brain translates this it wait >for a signal, but if it does not happen in a second, >give up. > >So in this case, one second as a name sounds reasonable >(or at least

Re: svn commit: r577308 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs: ProcessDestroyer.java RecorderEntry.java Redirector.java Sleep.java StreamPumper.java Tar.java Zip.java

2007-09-20 Thread Peter Reilly
These are good suggestions. Peter On 9/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >Yes, It is difficult to come up with good names > > I know ... > But maybe we could find any together. > > > >When I see wait(1000), my brain translates this it wait > >for a signal, but if it does n

AW: svn commit: r577684 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional: dotnet/ jlink/ jsp/ junit/ net/ splash/ ssh/

2007-09-20 Thread Jan.Materne
>ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/jsp/JspN ameMangler.java > if (filename.endsWith(".jsp")) { >-className = filename.substring(0, filename.length() - 4); >+className = filename.substring(0, filename.length() - ".jsp".length()); >

Re: svn commit: r577308 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs: ProcessDestroyer.java RecorderEntry.java Redirector.java Sleep.java StreamPumper.java Tar.java Zip.java

2007-09-20 Thread Peter Reilly
I would be happy for you to change them ;-). I am just trying to get rid of all the checkstyle reported errors so that we can introduce a clean checkstyle commit policy. Having 200-300 violations is not good. Peter On 9/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >These are good sugge

AW: svn commit: r577308 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs: ProcessDestroyer.java RecorderEntry.java Redirector.java Sleep.java StreamPumper.java Tar.java Zip.java

2007-09-20 Thread Jan.Materne
>These are good suggestions. Ok, thanks. Do you change them? Jan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2007-09-20 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

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

2007-09-20 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 ant-xdocs-proposal (in module ant) failed

2007-09-20 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 ant-xdocs-proposal has an issue affecting its community integration. This issue a

DO NOT REPLY [Bug 43437] New: - only saves one of a commandResource sequence, rather than all responses

2007-09-20 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: ant really slow, 100% CPU?

2007-09-20 Thread Steve Loughran
Steve Loughran wrote: [EMAIL PROTECTED] wrote: $rd bootstrap build dist $build dist-lite test on a WinXP with JDK 1.3. 19.09.2007 15:27:38,20 : Starting Ant-Build 19.09.2007 15:35:33,51 : Finishing Ant-Build so eight minutes for the build including the whole testsuite thats ok with me ...

Re: AW: ant really slow, 100% CPU?

2007-09-20 Thread Steve Loughran
And, some minutes later, we're still in the same state "main" prio=10 tid=0x40112c00 nid=0x42cf runnable [0x40229000..0x4022aec0] java.lang.Thread.State: RUNNABLE at java.util.Vector.contains(Vector.java:320) at org.apache.tools.ant.taskdefs.Property

svn commit: r577765 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs: ProcessDestroyer.java Redirector.java optional/net/TelnetTask.java optional/splash/SplashTask.java optional/ssh/SSHExec

2007-09-20 Thread jhm
Author: jhm Date: Thu Sep 20 07:26:16 2007 New Revision: 577765 URL: http://svn.apache.org/viewvc?rev=577765&view=rev Log: Use better constant names. Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/ProcessDestroyer.java ant/core/trunk/src/main/org/apache/tools/ant/taskdefs

DO NOT REPLY [Bug 43438] New: - looping/race condition in Property/PropertyHelper

2007-09-20 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

[VOTE] Graduate Ivy as a subproject of Ant

2007-09-20 Thread Xavier Hanin
Hi, As discussed recently on this mailing list [1], I would like to start a community vote to decide if the Ivy community feels ready to graduate as a subproject of Ant. The graduation guide [2] can be used as a basis to collect information about what is usually necessary to graduate. Note that

svn commit: r577781 - in /ant/core/trunk/src: main/org/apache/tools/ant/util/StringUtils.java tests/junit/org/apache/tools/ant/util/StringUtilsTest.java

2007-09-20 Thread jhm
Author: jhm Date: Thu Sep 20 07:51:11 2007 New Revision: 577781 URL: http://svn.apache.org/viewvc?rev=577781&view=rev Log: * Test for removeSuffix() * Test + Impl of removePrefix() Modified: ant/core/trunk/src/main/org/apache/tools/ant/util/StringUtils.java ant/core/trunk/src/tests/junit

svn commit: r577772 - in /ant/core/trunk/src/main/org/apache/tools/ant: taskdefs/optional/jsp/JspNameMangler.java util/StringUtils.java

2007-09-20 Thread jhm
Author: jhm Date: Thu Sep 20 07:33:40 2007 New Revision: 52 URL: http://svn.apache.org/viewvc?rev=52&view=rev Log: Factor removeSuffix() out. Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/jsp/JspNameMangler.java ant/core/trunk/src/main/org/apache/tools/

Re: AW: ant really slow, 100% CPU?

2007-09-20 Thread Dominique Devienne
On 9/20/07, Steve Loughran <[EMAIL PROTECTED]> wrote: > it appears to hang at 100% CPU during gzip > > release.gzip-rpm: >[tar] Building tar: ... > [gzip] Building:.../smartfrog-rpm-bundle-3.12.003dev.gz > > through the miracle that is kill -QUIT, here's the thread dump Did I miss th

Re: AW: ant really slow, 100% CPU?

2007-09-20 Thread Steve Loughran
Dominique Devienne wrote: On 9/20/07, Steve Loughran <[EMAIL PROTECTED]> wrote: it appears to hang at 100% CPU during gzip release.gzip-rpm: [tar] Building tar: ... [gzip] Building:.../smartfrog-rpm-bundle-3.12.003dev.gz through the miracle that is kill -QUIT, here's the thread du