AW: svn commit: r465004 - in /ant/antlibs/dotnet/trunk: README docs/ildasm.html docs/wsdltodotnet.html

2006-10-18 Thread Jan.Materne
--- ant/antlibs/dotnet/trunk/README (original) @@ -16,8 +16,8 @@ Building It should work with any Java(TM) Runtime (and compile with any Java(TM) Really ANY? Or a 1.2+ like Ant itself? Jan - To unsubscribe,

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=revrev=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:

[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

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

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=revrev=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 http://issues.apache.org/bugzilla/show_bug.cgi?id=40776. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

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 http://issues.apache.org/bugzilla/show_bug.cgi?id=40776. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

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 http://issues.apache.org/bugzilla/show_bug.cgi?id=40632. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

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: path id =classpath.unit_test pathelement path=bin/ !-- add all files in lib.dir to path -- fileset dir=lib include name=**/*.jar/

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

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

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=revrev=465471 Log: tag 1.0 Beta 2 Added: ant/antlibs/antunit/tags/10_BETA2/ (props changed) - copied from r465468, ant/antlibs/antunit/trunk/

[VOTE] Release AntUnit 1.0Beta2

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

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=revrev=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=revrev=465494 Log: add point concerning parallel maintenance of https://svn.apache.org/repos/asf/ant/site Modified: ant/core/trunk/ReleaseInstructions Modified: