Re: AW: Bootstrapping on Solaris does not work because of

2005-10-20 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Just an idea - are there any downloadable vm-images for free OSes, like Linux, OpenSolaris, FreeBSD, ...? Maybe we could provide the used images. Jan vmware have just announced a free runtime; people wth the full copy need to create the images but any windows or li

AW: AW: Bootstrapping on Solaris does not work because of

2005-10-20 Thread Jan.Materne
>> Just an idea - are there any downloadable vm-images for free OSes, >> like Linux, OpenSolaris, FreeBSD, ...? >> Maybe we could provide the used images. > >vmware have just announced a free runtime; people wth the full >copy need >to create the images but any windows or linux/x86 will run them

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

2005-10-20 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

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

2005-10-20 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: Tar and resource collections

2005-10-20 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Wed, 19 Oct 2005, Matt Benson > <[EMAIL PROTECTED]> wrote: > > > Hmm... seems like it would take some work (maybe a > lot > > of stream magic), but would still be doable to try > to > > augment ZipResource to be able to accept a ZipFile > > insta

Re: Tar and resource collections

2005-10-20 Thread Antoine Levy-Lambert
> --- Ursprüngliche Nachricht --- > Von: Matt Benson <[EMAIL PROTECTED]> > An: Ant Developers List > Betreff: Re: Tar and resource collections > Datum: Thu, 20 Oct 2005 07:58:41 -0700 (PDT) > > I'll keep thinking about this. It'll be like (the > nightmare that is) the redirector element stuff.

DO NOT REPLY [Bug 37184] New: - Repeated call of macro (defined by macrodef-task) causes slowing down of following processing

2005-10-20 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: Tar and resource collections

2005-10-20 Thread Matt Benson
:P --- Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > > --- Ursprüngliche Nachricht --- > > Von: Matt Benson <[EMAIL PROTECTED]> > > An: Ant Developers List > > Betreff: Re: Tar and resource collections > > Datum: Thu, 20 Oct 2005 07:58:41 -0700 (PDT) > > > > I'll keep thinking about this.

Re: Tar and resource collections

2005-10-20 Thread Antoine Levy-Lambert
Matt Benson wrote: >:P > > > Hello, Matt, what does :P mean ? now, I have built and tested the current HEAD under Windows 2000, cygwin, JDK 1.5 and I get a lot of errors in the testcases. Do you also have these errors when you run the tests ? I get hit a lot by this one : throw

svn commit: r326976 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Tar.java

2005-10-20 Thread bodewig
Author: bodewig Date: Thu Oct 20 12:01:48 2005 New Revision: 326976 URL: http://svn.apache.org/viewcvs?rev=326976&view=rev Log: tweak a backwards incompatibilty in Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Tar.java Modified: ant/core/trunk/src/main/org/apache/tools/ant

svn commit: r326980 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/ExecuteOn.java

2005-10-20 Thread bodewig
Author: bodewig Date: Thu Oct 20 12:15:49 2005 New Revision: 326980 URL: http://svn.apache.org/viewcvs?rev=326980&view=rev Log: make work again even if only filesets but no other resource collections have been specified Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Execute

Re: Tar and resource collections

2005-10-20 Thread Stefan Bodewig
On Thu, 20 Oct 2005, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > now, I have built and tested the current HEAD under Windows 2000, > cygwin, JDK 1.5 and I get a lot of errors in the testcases. Passed for me, otherwise I wouldn't have committed it. But I now see them fail in Gump as well.

Re: Bootstrapping on Solaris does not work because of

2005-10-20 Thread Stefan Bodewig
On Wed, 19 Oct 2005, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Mon, 17 Oct 2005, Alexey N. Solofnenko <[EMAIL PROTECTED]> > wrote: > >> I found the reason why I cannot build on Solaris - does >> nothing. > > Happens on my Linux box as well. should work now. Stefan ---

svn commit: r326984 - /ant/core/trunk/src/main/org/apache/tools/ant/types/ArchiveFileSet.java

2005-10-20 Thread bodewig
Author: bodewig Date: Thu Oct 20 12:30:39 2005 New Revision: 326984 URL: http://svn.apache.org/viewcvs?rev=326984&view=rev Log: only one setSrc method, otherwise it is not predictable which one is picked by IntorspectionHelper Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/Arch

Re: Tar and resource collections

2005-10-20 Thread Stefan Bodewig
On Thu, 20 Oct 2005, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Thu, 20 Oct 2005, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > >> now, I have built and tested the current HEAD under Windows 2000, >> cygwin, JDK 1.5 and I get a lot of errors in the testcases. > > Passed for me, otherwise

svn commit: r327004 - /ant/core/trunk/src/main/org/apache/tools/ant/types/ArchiveFileSet.java

2005-10-20 Thread antoine
Author: antoine Date: Thu Oct 20 14:24:45 2005 New Revision: 327004 URL: http://svn.apache.org/viewcvs?rev=327004&view=rev Log: instantiate a FileResource when setSrc(Resource) is called. Otherwise a number of tests break. Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/ArchiveF

Re: svn commit: r327004 - /ant/core/trunk/src/main/org/apache/tools/ant/types/ArchiveFileSet.java

2005-10-20 Thread Antoine Levy-Lambert
Hello Stefan, sorry, I kept looking at the list, and I did not see your commit mail arrive. :-) I guess we can revert some of what I changed. Cheers, Antoine [EMAIL PROTECTED] wrote: >Author: antoine >Date: Thu Oct 20 14:24:45 2005 >New Revision: 327004 > >URL: http://svn.apache.org/viewcvs?rev

svn commit: r327056 - /ant/core/trunk/src/testcases/org/apache/tools/ant/AntClassLoaderTest.java

2005-10-20 Thread antoine
Author: antoine Date: Thu Oct 20 17:53:22 2005 New Revision: 327056 URL: http://svn.apache.org/viewcvs?rev=327056&view=rev Log: solve problem refering jars specfied by Class-Path attribute in manifest of a ant task jar file, when this ant task jar file is located in a directory with space. Bugzi

DO NOT REPLY [Bug 37085] - problem refering jars specfied by Class-Path attribute in manifest of a ant task jar file, when this ant task jar file is located in a directory with space

2005-10-20 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: r327058 - /ant/core/trunk/src/etc/testcases/core/antclassloader.xml

2005-10-20 Thread antoine
Author: antoine Date: Thu Oct 20 17:55:41 2005 New Revision: 327058 URL: http://svn.apache.org/viewcvs?rev=327058&view=rev Log: solve problem refering jars specfied by Class-Path attribute in manifest of a ant task jar file, when this ant task jar file is located in a directory with space. Bugzi

Re: Bootstrapping on Solaris does not work because of

2005-10-20 Thread Alexey Solofnenko
Bootstrapping is working now. Thank you. - Alexey. On 10/20/05, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > > On Wed, 19 Oct 2005, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > > On Mon, 17 Oct 2005, Alexey N. Solofnenko <[EMAIL PROTECTED]> > > wrote: > > > >> I found the reason why I cannot build

svn commit: r327061 - /ant/core/trunk/src/main/org/apache/tools/ant/AntClassLoader.java

2005-10-20 Thread antoine
Author: antoine Date: Thu Oct 20 17:57:48 2005 New Revision: 327061 URL: http://svn.apache.org/viewcvs?rev=327061&view=rev Log: solve problem refering jars specfied by Class-Path attribute in manifest of a ant task jar file, when this ant task jar file is located in a directory with space. Bugzi

svn commit: r327062 - /ant/core/trunk/WHATSNEW

2005-10-20 Thread antoine
Author: antoine Date: Thu Oct 20 18:00:51 2005 New Revision: 327062 URL: http://svn.apache.org/viewcvs?rev=327062&view=rev Log: solve problem refering jars specfied by Class-Path attribute in manifest of a ant task jar file, when this ant task jar file is located in a directory with space. Bugzi

Re: svn commit: r327004 - /ant/core/trunk/src/main/org/apache/tools/ant/types/ArchiveFileSet.java

2005-10-20 Thread Stefan Bodewig
On Thu, 20 Oct 2005, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > Hello Stefan, sorry, I kept looking at the list, and I did not see > your commit mail arrive. :-) I guess we can revert some of what I > changed. Yes, we even must because your change shuld now break tarfileset's with sources

svn commit: r327090 - /ant/core/trunk/src/main/org/apache/tools/ant/types/ArchiveFileSet.java

2005-10-20 Thread bodewig
Author: bodewig Date: Thu Oct 20 20:53:14 2005 New Revision: 327090 URL: http://svn.apache.org/viewcvs?rev=327090&view=rev Log: revert parts of rev 327004 Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/ArchiveFileSet.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/t

Idea-- Tstamp attribute

2005-10-20 Thread 須佐忠弘
Hi, I want to add "value"attribute to TstampTask. Please let me know if there are any problem in this idea or better ideas . Thanks, --usage-- ant -Dday=20051011 clean.logfile ... [delete]/var/log/20050511/*.log --dir-- /var/log/20050510/*.log /var/log/20050511/*.log /var/log/20050512/*.log .

DO NOT REPLY [Bug 37184] - Repeated call of macro (defined by macrodef-task) causes slowing down of following processing

2005-10-20 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

AW: Idea-- Tstamp attribute

2005-10-20 Thread Jan.Materne
Mmh, some thoughts: First thought was: why you need that? Just do a $ant -Dlogdate=20050511 and you´ll get it. But maybe there are more derived dates... Then have a look at the format... check and throw the BuildEx for your own --> which pattern? should be the same as sp