DO NOT REPLY [Bug 43428] New: - Resource Framework: Reading attributes of a resource

2007-09-19 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: r577365 - in /ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/taskdefs: compilers/ cvslib/ email/ optional/ optional/depend/ optional/dotnet/

2007-09-19 Thread peterreilly
Author: peterreilly Date: Wed Sep 19 09:55:14 2007 New Revision: 577365 URL: http://svn.apache.org/viewvc?rev=577365&view=rev Log: sync: more magic numbers Modified: ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter.java ant/core/bra

svn commit: r577364 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs: compilers/ cvslib/ email/ optional/ optional/depend/ optional/dotnet/

2007-09-19 Thread peterreilly
Author: peterreilly Date: Wed Sep 19 09:53:41 2007 New Revision: 577364 URL: http://svn.apache.org/viewvc?rev=577364&view=rev Log: more magic numbers Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter.java ant/core/trunk/src/main/org/apache/

svn commit: r577309 - in /ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/taskdefs: ProcessDestroyer.java RecorderEntry.java Redirector.java Sleep.java StreamPumper.java Tar.java Zip.jav

2007-09-19 Thread peterreilly
Author: peterreilly Date: Wed Sep 19 07:07:54 2007 New Revision: 577309 URL: http://svn.apache.org/viewvc?rev=577309&view=rev Log: sync: more magic numbers Modified: ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/taskdefs/ProcessDestroyer.java ant/core/branches/ANT_17_BRA

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-19 Thread peterreilly
Author: peterreilly Date: Wed Sep 19 07:07:35 2007 New Revision: 577308 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 ant/core/trunk/src/main/org/apache/tools/ant/taskdefs

svn commit: r577307 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java

2007-09-19 Thread peterreilly
Author: peterreilly Date: Wed Sep 19 07:05:07 2007 New Revision: 577307 URL: http://svn.apache.org/viewvc?rev=577307&view=rev Log: checkstyle Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/ta

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

2007-09-19 Thread Steve Loughran
[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 ... Its not ant, its t

AW: ant really slow, 100% CPU?

2007-09-19 Thread Jan.Materne
$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 ... Jan >-Ursprüngliche Nachricht- >Von: [

svn commit: r577281 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/taskdefs/optional/unix/Symlink.java src/tests/antunit/taskdefs/optional/unix/ src/tests/antunit/taskdefs/optional/unix/

2007-09-19 Thread stevel
Author: stevel Date: Wed Sep 19 05:29:39 2007 New Revision: 577281 URL: http://svn.apache.org/viewvc?rev=577281&view=rev Log: bugzilla ID 38199, symlink fails on second call bugzilla ID 43426, cant create a symlink over a file solution is the same: opt for ln -sf after trying to do it internally

DO NOT REPLY [Bug 43426] - cant create a symlink over a file, whereas ln -sf does allow you

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

2007-09-19 Thread Peter Reilly
It is with tests or without? ie. ./build.sh, or ./build.sh test Peter On 9/19/07, Peter Reilly <[EMAIL PROTECTED]> wrote: > I have not noticed any slowdown. > ./build.sh on a clean system report 18 seconds to compile > everything (excluding the optional regexp, oro and netrexx jars) > > Peter >

Re: ant really slow, 100% CPU?

2007-09-19 Thread Peter Reilly
I have not noticed any slowdown. ./build.sh on a clean system report 18 seconds to compile everything (excluding the optional regexp, oro and netrexx jars) Peter ... test-jar: dist-lite: [copy] Copying 20 files to /work/reilly/svn/ant/trunk/dist/lib main: BUILD SUCCESSFUL Total time: 18 se

AW: ant really slow, 100% CPU?

2007-09-19 Thread Jan.Materne
>I've just rebuilt ant and now its really, really slow to build. I've >just rolled back those extra synchronized bits I'd added, and that >doesnt seem to be it. > >-its spinning at 100%, and its memory footprint is high, even >given that >this is a 64-bit JVM: > > > PID USER PR NI VIRT

ant really slow, 100% CPU?

2007-09-19 Thread Steve Loughran
I've just rebuilt ant and now its really, really slow to build. I've just rolled back those extra synchronized bits I'd added, and that doesnt seem to be it. -its spinning at 100%, and its memory footprint is high, even given that this is a 64-bit JVM: PID USER PR NI VIRT RES

DO NOT REPLY [Bug 38199] - symlink fails on second call

2007-09-19 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: r577279 - /ant/core/trunk/src/main/org/apache/tools/ant/ComponentHelper.java

2007-09-19 Thread stevel
Author: stevel Date: Wed Sep 19 05:28:01 2007 New Revision: 577279 URL: http://svn.apache.org/viewvc?rev=577279&view=rev Log: make this synchronized, especially the pop Modified: ant/core/trunk/src/main/org/apache/tools/ant/ComponentHelper.java Modified: ant/core/trunk/src/main/org/apache/to

DO NOT REPLY [Bug 43426] New: - cant create a symlink over a file, whereas ln -sf does allow you

2007-09-19 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: r577264 - in /ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/taskdefs: Execute.java Get.java JDBCTask.java Jikes.java KeySubst.java

2007-09-19 Thread peterreilly
Author: peterreilly Date: Wed Sep 19 05:05:00 2007 New Revision: 577264 URL: http://svn.apache.org/viewvc?rev=577264&view=rev Log: sync:magicnumbers Modified: ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/taskdefs/Execute.java ant/core/branches/ANT_17_BRANCH/src/main/org

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

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

svn commit: r577263 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs: Execute.java Get.java JDBCTask.java Jikes.java KeySubst.java

2007-09-19 Thread peterreilly
Author: peterreilly Date: Wed Sep 19 05:04:42 2007 New Revision: 577263 URL: http://svn.apache.org/viewvc?rev=577263&view=rev Log: magicnumbers Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Execute.java ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Get.java a

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

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

svn commit: r577262 - /ant/core/trunk/src/main/org/apache/tools/ant/listener/ProfileLogger.java

2007-09-19 Thread peterreilly
Author: peterreilly Date: Wed Sep 19 05:01:33 2007 New Revision: 577262 URL: http://svn.apache.org/viewvc?rev=577262&view=rev Log: trailing ws Modified: ant/core/trunk/src/main/org/apache/tools/ant/listener/ProfileLogger.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/listener/P

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

2007-09-19 Thread peterreilly
Author: peterreilly Date: Wed Sep 19 05:00:46 2007 New Revision: 577261 URL: http://svn.apache.org/viewvc?rev=577261&view=rev Log: checkstyle Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Parallel.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Parallel

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

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

DO NOT REPLY [Bug 42742] - big Ant/Ivy builds run out of permanent memory. Classloader leaks?

2007-09-19 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 42742] - big Ant/Ivy builds run out of permanent memory. Classloader leaks?

2007-09-19 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 42742] - big Ant/Ivy builds run out of permanent memory. Classloader leaks?

2007-09-19 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 42742] - big Ant/Ivy builds run out of permanent memory. Classloader leaks?

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

svn commit: r577183 - /ant/core/trunk/docs/manual/install.html

2007-09-19 Thread jhm
Author: jhm Date: Wed Sep 19 00:29:05 2007 New Revision: 577183 URL: http://svn.apache.org/viewvc?rev=577183&view=rev Log: some notes about the file types of the distribution Modified: ant/core/trunk/docs/manual/install.html Modified: ant/core/trunk/docs/manual/install.html URL: http://svn.