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

2006-10-17 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,

DO NOT REPLY [Bug 28283] - OutOfMemory error

2006-10-17 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 33061] - OutOfMemoryError with custom Task in sub-build

2006-10-17 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 28283] - OutOfMemory error

2006-10-17 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: r465073 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/IntrospectionHelper.java

2006-10-17 Thread peterreilly
Author: peterreilly Date: Tue Oct 17 14:56:16 2006 New Revision: 465073 URL: http://svn.apache.org/viewvc?view=rev&rev=465073 Log: Fix for OOME with <*ant*> and Bugzilla report 28283 and 33061 IH had a map of class->IH objects. The class is the typedefed class and IH is the attributes, elements

svn commit: r465065 - in /ant/core/trunk: ./ src/main/org/apache/tools/ant/ src/main/org/apache/tools/ant/helper/ src/main/org/apache/tools/ant/taskdefs/ src/tests/antunit/types/

2006-10-17 Thread peterreilly
Author: peterreilly Date: Tue Oct 17 14:33:42 2006 New Revision: 465065 URL: http://svn.apache.org/viewvc?view=rev&rev=465065 Log: add fall-back for undefined references that are parsed Modified: ant/core/trunk/WHATSNEW ant/core/trunk/src/main/org/apache/tools/ant/Project.java ant/cor

Reading source files in sql

2006-10-17 Thread Hunter Peress
Im wondering why the sql command has a src and delimiter attribute. both source and delimeter commands fail within the tags. wouldnt it be less complex to just allow them?

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/uti

2006-10-17 Thread stevel
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 is always marked volatile,

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

2006-10-17 Thread bodewig
Author: bodewig Date: Tue Oct 17 11:58:03 2006 New Revision: 465004 URL: http://svn.apache.org/viewvc?view=rev&rev=465004 Log: update docs Modified: ant/antlibs/dotnet/trunk/README ant/antlibs/dotnet/trunk/docs/ildasm.html ant/antlibs/dotnet/trunk/docs/wsdltodotnet.html Modified: ant

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

2006-10-17 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: references: backwards compatibility

2006-10-17 Thread Joe Schmetzer
On Tue, 17 October, 2006 5:24 pm, Dominique Devienne wrote: >> > BC is important to me, but when keeping BC means breaking my least >> > surprises motto, then BC is not my friend any more ;-) --DD >> >> I am afraid that ant has a lot of surprises! > > And this is bad. That's why Ant is difficult to

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

2006-10-17 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-17 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-17 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] New: - a problem compiling a Java 5 project with generics

2006-10-17 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: references: backwards compatibility

2006-10-17 Thread Dominique Devienne
[...], a copy of the UE will be executed and the "real" object [...] I guess this is where the difference really is. The implementation on how the 'static' reference is resolve is now safer, yet at the user level, the behavior remains the same, with just a new warning thrown in. I wanted us to

Re: references: backwards compatibility

2006-10-17 Thread Peter Reilly
On 10/17/06, Dominique Devienne <[EMAIL PROTECTED]> 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

AW: [AntUnit] Ready for Beta2?

2006-10-17 Thread Jan.Materne
+1 Jan >-Ursprüngliche Nachricht- >Von: Peter Reilly [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 17. Oktober 2006 11:45 >An: Ant Developers List >Betreff: Re: [AntUnit] Ready for Beta2? > >On 10/17/06, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: >> Stefan Bodewig wrote: >> > >> >

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

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

Re: references: backwards compatibility

2006-10-17 Thread Dominique Devienne
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. Future versions of Ant ma

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

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

Re: references: backwards compatibility

2006-10-17 Thread Steve Loughran
Peter Reilly wrote: On 10/17/06, Stefan Bodewig <[EMAIL PROTECTED]> wrote: On Mon, 16 Oct 2006, Peter Reilly <[EMAIL PROTECTED]> wrote: > what do other people think? I'm with Steve here. We need a way to get around broken build files of projects you want to build but don't own. I don't care

Re: references: backwards compatibility

2006-10-17 Thread Peter Reilly
On 10/17/06, Stefan Bodewig <[EMAIL PROTECTED]> wrote: On Mon, 16 Oct 2006, Peter Reilly <[EMAIL PROTECTED]> wrote: > what do other people think? I'm with Steve here. We need a way to get around broken build files of projects you want to build but don't own. I don't care much whether it is a

Re: [AntUnit] Ready for Beta2?

2006-10-17 Thread Peter Reilly
On 10/17/06, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: Stefan Bodewig wrote: > > If not I'll build new beta releases and call for a vote on them later > this week. > > Stefan > > +1 +1 Peter Good morning Europe, Antoine --

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

2006-10-17 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: Property expansion notification interesting?

2006-10-17 Thread Marc Guillemot
Hi, the problem is that the PropertyHelper doesn't know the name of the property being expanded: it receives only the value to expand. Marc. Stefan Bodewig wrote: On Mon, 09 Oct 2006, Marc Guillemot <[EMAIL PROTECTED]> wrote: would it make sense that Ant notify listeners (or a special sort