svn commit: r495488 - in /ant/core/trunk: docs/faq.html xdocs/faq.xml

2007-01-11 Thread bodewig
Author: bodewig Date: Thu Jan 11 21:22:23 2007 New Revision: 495488 URL: http://svn.apache.org/viewvc?view=rev&rev=495488 Log: junit.jar is required to build 1.7.0 from sources Modified: ant/core/trunk/docs/faq.html ant/core/trunk/xdocs/faq.xml Modified: ant/core/trunk/docs/faq.html URL:

svn commit: r495399 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/ComponentHelper.java

2007-01-11 Thread stevel
Author: stevel Date: Thu Jan 11 14:01:51 2007 New Revision: 495399 URL: http://svn.apache.org/viewvc?view=rev&rev=495399 Log: Extra diagnostics. Dump all types in a namespace if the one you ask for isnt known. Good for identifying typos, and helps you differentiate "library not yet loaded" from

DO NOT REPLY [Bug 41353] - synchronization issues around Ant's properties

2007-01-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: r495340 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/PropertyHelper.java

2007-01-11 Thread mbenson
Author: mbenson Date: Thu Jan 11 11:21:54 2007 New Revision: 495340 URL: http://svn.apache.org/viewvc?view=rev&rev=495340 Log: Synchonization issues in PropertyHelper. Bugzilla 41353. Modified: ant/core/trunk/WHATSNEW ant/core/trunk/src/main/org/apache/tools/ant/PropertyHelper.java Modi

DO NOT REPLY [Bug 41353] New: - synchronization issues around Ant's properties

2007-01-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: memory profiling Ant

2007-01-11 Thread Dominique Devienne
So considering you're asking for it I think we can manage to ask a license and put a logo on ant's webpage... Wasn't the answer a no-no when Peter asked about this recently? --DD - To unsubscribe, e-mail: [EMAIL PROTECTED] For

DO NOT REPLY [Bug 41345] - java clonevm attribute documentation has duplicated word

2007-01-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: r495253 - /ant/core/trunk/docs/manual/CoreTasks/java.html

2007-01-11 Thread mbenson
Author: mbenson Date: Thu Jan 11 07:22:53 2007 New Revision: 495253 URL: http://svn.apache.org/viewvc?view=rev&rev=495253 Log: bugzilla 41345. s/true true/true/ from Darin Swanson Modified: ant/core/trunk/docs/manual/CoreTasks/java.html Modified: ant/core/trunk/docs/manual/CoreTasks/java.htm

Re: Maven Ant Task problem when used with Ant 1.7.0

2007-01-11 Thread Matt Benson
--- Kevin Jackson <[EMAIL PROTECTED]> wrote: > Hi Matt, > > > I have checked in code to fix this. Those > > experiencing the problem might want to test > against a > > build from SVN HEAD to verify the problem is fixed > for > > them. It wouldn't hurt to remind the Maven folks > to > > set the

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

2007-01-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

svn commit: r495229 - in /ant/core/trunk: ./ src/etc/testcases/taskdefs/rmic/ src/main/org/apache/tools/ant/taskdefs/rmic/ src/tests/junit/org/apache/tools/ant/taskdefs/

2007-01-11 Thread stevel
Author: stevel Date: Thu Jan 11 06:02:50 2007 New Revision: 495229 URL: http://svn.apache.org/viewvc?view=rev&rev=495229 Log: Bug 41349: rmic should strip out -J compiler args when not forking Modified: ant/core/trunk/WHATSNEW ant/core/trunk/src/etc/testcases/taskdefs/rmic/rmic.xml a

DO NOT REPLY [Bug 41349] - rmic should strip out -J compiler args when not forking

2007-01-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 41349] - rmic should strip out -J compiler args when not forking

2007-01-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 41349] New: - rmic should strip out -J compiler args when not forking

2007-01-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: memory profiling Ant

2007-01-11 Thread Stephane Bailliez
Steve Loughran wrote: What's the best way to memory profile Ant? We have an interesting problem at work where is running out of memory when run in an ivy-managed Run, but not when run standalone. So something is eating up lots of memory, and is the symptom, not the problem. Same problem

Re: memory profiling Ant

2007-01-11 Thread Peter Reilly
I have used the -XX:+HeapDumpOnOutOfMemoryError option in ANT_OPTS, caused the OOM, and run yourkit http://www.yourkit.com/changes/index.jsp#memory to analyize the heap file. Pretty nice. Peter On 1/11/07, Steve Loughran <[EMAIL PROTECTED]> wrote: What's the best way to memory profile Ant? W

memory profiling Ant

2007-01-11 Thread Steve Loughran
What's the best way to memory profile Ant? We have an interesting problem at work where is running out of memory when run in an ivy-managed Run, but not when run standalone. So something is eating up lots of memory, and is the symptom, not the problem. Same problem on Ant1.6 and 1.7, java

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

2007-01-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

AW: In AntLib defined type not accessible

2007-01-11 Thread Jan.Materne
Thanks, that works. Jan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: In AntLib defined type not accessible

2007-01-11 Thread Peter Reilly
You cannot (currently) do that like that. However you can use ant types to do the same thing. --- src/mymapper/MyMapper.java --- package mymapper; import org.apache.tools.ant.util.FileNameMapper; public class MyMapper