svn commit: r465167 - in /ant/core/trunk: docs/manual/CoreTasks/subant.html src/etc/common2master.xsl

2006-10-18 Thread jhm
Author: jhm Date: Wed Oct 18 00:31:52 2006 New Revision: 465167 URL: http://svn.apache.org/viewvc?view=rev&rev=465167 Log: Add a stylesheet for generating a master buildfile (iterating over all targets) from a common buildfile. Added: ant/core/trunk/src/etc/common2master.xsl Modified: an

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

2006-10-18 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

Re: references: backwards compatibility

2006-10-18 Thread Steve Loughran
Dominique Devienne wrote: Ok, I will get my id reference stuff ready. I do not think that we need a commandline arg or a property, the only thing that is needed is a warning like DD's Warning: Reference y has not been set at runtime, but was found during build file parsing, attempting to resolve

Re: svn commit: r465013 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/taskdefs/ExecuteJava.java src/main/org/apache/tools/ant/taskdefs/ExecuteWatchdog.java src/main/org/apache/tools/ant

2006-10-18 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Author: stevel Date: Tue Oct 17 12:28:20 2006 New Revision: 465013 URL: http://svn.apache.org/viewvc?view=rev&rev=465013 Log: Having learned about how the java memory model really works, I have had a quick code review of the threading here. 1. stuff that is shared read

DO NOT REPLY [Bug 40776] - a problem compiling a Java 5 project with generics

2006-10-18 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 40776] - a problem compiling a Java 5 project with generics

2006-10-18 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

Ivy at the Apache incubator

2006-10-18 Thread Antoine Levy-Lambert
Hi, the Ivy project [1], a dependency manager for Java builds, is thinking about its future and wants to become a true Open Source project [2]. We have been in contact, particularly with Xavier Hanin, to discuss the possibility of Ivy moving to the ASF. The Ivy project has prepared a proposal

DO NOT REPLY [Bug 40632] - spawned process through exec task blocks parent exec task

2006-10-18 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

AbstractFileSet optimization

2006-10-18 Thread Kevin Cline
My project has a class path containing about 100 jars stored in a Clearcase vob. We have a this fileset definition: which is used to run JUnit tests like this: ... It takes about 30 seconds for the file s

Re: AbstractFileSet optimization

2006-10-18 Thread Jeffrey E Care
FWIW I'm -1 on this change. What happens when the contents of the directory changes? With your proposed patch new files will not be picked up & deleted files will not be removed. Might I suggest using pathconvert instead? That way you can construct the path once, convert it to a property & then

Re: AbstractFileSet optimization

2006-10-18 Thread Kevin Cline
On 10/18/06, Jeffrey E Care <[EMAIL PROTECTED]> wrote: FWIW I'm -1 on this change. What happens when the contents of the directory changes? With your proposed patch new files will not be picked up & deleted files will not be removed. Might I suggest using pathconvert instead? That way you can

Re: AbstractFileSet optimization

2006-10-18 Thread Dominique Devienne
> Might I suggest using pathconvert instead? That way you can construct the > path once, convert it to a property & then use the property in your tests. Thanks. That solves my problem. Darn, I didn't think of that! Simple and efficient. Jeffrey must be used to this type of work around, since h

Re: AbstractFileSet optimization

2006-10-18 Thread Jeffrey E Care
Actually, WAS doesn't use ClearCase; we're still on IBM CMVC. Jeffrey E. (Jeff) Care [EMAIL PROTECTED] IBM WebSphere Application Server Development WAS 7.0 Lead Release Engineer "Dominiqu

svn commit: r465470 - /ant/antlibs/common/tags/antunit_10beta2/

2006-10-18 Thread bodewig
Author: bodewig Date: Wed Oct 18 21:15:14 2006 New Revision: 465470 URL: http://svn.apache.org/viewvc?view=rev&rev=465470 Log: tag for AntUnit 1.0 Beta 2 Added: ant/antlibs/common/tags/antunit_10beta2/ - copied from r465468, ant/antlibs/common/trunk/ --

svn commit: r465471 - in /ant/antlibs/antunit/tags/10_BETA2: ./ NOTICE README build.xml contributors.xml doap_AntUnit.rdf docs/ src/ version.properties

2006-10-18 Thread bodewig
Author: bodewig Date: Wed Oct 18 21:18:21 2006 New Revision: 465471 URL: http://svn.apache.org/viewvc?view=rev&rev=465471 Log: tag 1.0 Beta 2 Added: ant/antlibs/antunit/tags/10_BETA2/ (props changed) - copied from r465468, ant/antlibs/antunit/trunk/ ant/antlibs/antunit/tags/10_BET

[VOTE] Release AntUnit 1.0Beta2

2006-10-18 Thread Stefan Bodewig
Hi, I've uploaded binaries of AntUnit to , please verify them. I propose to publish them as Apache AntUnit 1.0 Beta2. Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [VOTE] Release AntUnit 1.0Beta2

2006-10-18 Thread Antoine Levy-Lambert
Hello Stefan, did a quick verification of the download of the tar.gz. Works fine, checked md5 and signature. By the way, if you svn checkout openpgp from jakarta commons sandbox, the ant task to gpg sign binary files is here, and you can build it with mvn install. I wanted even to update the openp

svn commit: r465491 - /ant/site/generated/

2006-10-18 Thread antoine
Author: antoine Date: Wed Oct 18 22:11:34 2006 New Revision: 465491 URL: http://svn.apache.org/viewvc?view=rev&rev=465491 Log: modified svn:externals to point to Beta3 manual Modified: ant/site/generated/ (props changed) Propchange: ant/site/generated/ -

svn commit: r465494 - /ant/core/trunk/ReleaseInstructions

2006-10-18 Thread antoine
Author: antoine Date: Wed Oct 18 22:17:24 2006 New Revision: 465494 URL: http://svn.apache.org/viewvc?view=rev&rev=465494 Log: add point concerning parallel maintenance of https://svn.apache.org/repos/asf/ant/site Modified: ant/core/trunk/ReleaseInstructions Modified: ant/core/trunk/Release