RE: class loading speed can be improved in AntClassLoader.java

2007-04-26 Thread Brus, Tom
Sounds sensible and more traceable ;) I will do that later today. -Tom > -Original Message- > From: Jeffrey E Care [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 26, 2007 00:44 > To: Ant Developers List > Subject: RE: class loading speed can be improved in AntClassLoader.java > > It m

Re: [Vote] move defect tracking from bugzilla to Jira

2007-04-26 Thread Jeff Turner
On Tue, Apr 24, 2007 at 08:45:58PM +0200, Stefan Bodewig wrote: > On Tue, 24 Apr 2007, Steve Loughran <[EMAIL PROTECTED]> wrote: > > > The fact that people are running automation experiments on bugzilla > > makes me think that now is a good time to move to Jira. > > Other ASF projects have alread

DO NOT REPLY [Bug 42259] New: - Class loading speed can simply be improved in AntClassLoader.java

2007-04-26 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: class loading speed can be improved in AntClassLoader.java

2007-04-26 Thread Brus, Tom
I created a bugzilla for this: http://issues.apache.org/bugzilla/show_bug.cgi?id=42259 > -Original Message- > From: Brus, Tom [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 26, 2007 09:55 > To: Ant Developers List > Subject: RE: class loading speed can be improved in AntClassLoader.

DO NOT REPLY [Bug 42259] - Class loading speed can simply be improved in AntClassLoader.java

2007-04-26 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 41596] - ant 1.7 tar and bzip2 tasks corrupted output file when size exceeds certain limit

2007-04-26 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 41596] - ant 1.7 tar and bzip2 tasks corrupted output file when size exceeds certain limit

2007-04-26 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 41596] - ant 1.7 tar and bzip2 tasks corrupted output file when size exceeds certain limit

2007-04-26 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 42263] New: - built-in property ${ant.version} not set in a call with subant

2007-04-26 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 42264] New: - env properties not returning values

2007-04-26 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-04-26 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 42264] - env properties not returning values

2007-04-26 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: DO NOT REPLY [Bug 42219] - Inefficient code in Union, DirectoryScanner makes large copy tasks very slow

2007-04-26 Thread Steve Loughran
Alexey N. Solofnenko wrote: Relying on order of stuff in classloaders is just wrong. -gets complicated when you bring signing into the bix -gets complex when the IDE sets up the build order -makes debugging a PITA. I think we should not limit supported features supported by modern Java while k

DO NOT REPLY [Bug 41596] - ant 1.7 tar and bzip2 tasks corrupted output file when size exceeds certain limit

2007-04-26 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] move defect tracking from bugzilla to Jira

2007-04-26 Thread Steve Loughran
Here's the results of the vote: Matt +1 Martijn -0. Bruce Atherton +1 DD: -0 or -0.5 Stefan: 0 ( I guess) Jan Materne: -1 Alexey -0 Enough negativety to block it, the key issue being threading under gmail. I hadnt noticed that because I dont route jira mail to those accounts, but I clearly u

Re: JIRA/gmail threading

2007-04-26 Thread Steve Loughran
Jeff Turner wrote: On Tue, Apr 24, 2007 at 11:56:53AM -0500, Dominique Devienne wrote: On 4/24/07, Alexey Solofnenko <[EMAIL PROTECTED]> wrote: GMail itself does not honour threading info. For each bug, I get two message threads - one with "NEW" and another with continuation. The thread is als

Re: DO NOT REPLY [Bug 42219] - Inefficient code in Union, DirectoryScanner makes large copy tasks very slow

2007-04-26 Thread Alexey N. Solofnenko
Classpath ordering is a usual practice that is used, for example, for patching. The same classpath order could be used in debugger too. In our case it could be hidden inside launcher. But there are other ways to achieve the same - for example, factories that can return Java6 specific FileResour

Re: DO NOT REPLY [Bug 42219] - Inefficient code in Union, DirectoryScanner makes large copy tasks very slow

2007-04-26 Thread Steve Loughran
Alexey N. Solofnenko wrote: Classpath ordering is a usual practice that is used, for example, for patching. yes, and it doesnt work with signed JARs. And, because doesnt impose an order, you can't guarantee the order of use. The same classpath order could be used in debugger too. In our c

Re: DO NOT REPLY [Bug 42219] - Inefficient code in Union, DirectoryScanner makes large copy tasks very slow

2007-04-26 Thread Alexey Solofnenko
I would use inheritance instead of facades. - Alexey. On 4/26/07, Steve Loughran <[EMAIL PROTECTED]> wrote: Alexey N. Solofnenko wrote: > Classpath ordering is a usual practice that is used, for example, for > patching. yes, and it doesnt work with signed JARs. And, because doesnt impose an

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

2007-04-26 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 42264] - env properties not returning values

2007-04-26 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 test-ant-no-xerces (in module ant) failed

2007-04-26 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

DO NOT REPLY [Bug 42271] New: - Scp Task Block When Send Directories

2007-04-26 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 41596] - ant 1.7 bzip2 task creates corrupted output file for some inputs

2007-04-26 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