Re: suggestion refactor SCM

2005-09-28 Thread Emmanuel Venisse
Trygve Laugstøl a écrit : On Wed, 2005-09-28 at 16:56 +0100, Jose Alberto Fernandez wrote: From: Steve Loughran [mailto:[EMAIL PROTECTED] Jose Alberto Fernandez wrote: But here we seem to be talking about a new family of generic tasks, If this works well, we could deprecate the old tasks a

DO NOT REPLY [Bug 36854] New: - The CVS link is incorrect

2005-09-28 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

[Patch] svn antlib

2005-09-28 Thread Kev Jackson
-use FileUtils.close method Kev Index: D:/java_projects/ant-sandbox/antlibs/svn/trunk/src/main/org/apache/ant/svn/AbstractSvnTask.java === --- D:/java_projects/ant-sandbox/antlibs/svn/trunk/src/main/org/apache/ant/svn/AbstractSvnTa

Re: Maven and Ant collaboration on task codebase

2005-09-28 Thread Stefan Bodewig
On Wed, 21 Sep 2005, Brett Porter <[EMAIL PROTECTED]> wrote: > On 9/21/05, Steve Loughran <[EMAIL PROTECTED]> wrote: >> -release a separate ant-execution library, at exactly the same >> frequency as ant point releases. > > I'm not sure that this is required. Surely an Ant release can just > use t

Re: Maven and Ant collaboration on task codebase

2005-09-28 Thread Stefan Bodewig
On Wed, 21 Sep 2005, Kev Jackson <[EMAIL PROTECTED]> wrote: > The Antlib idea seems to me to be the best way of refactoring Ant > into a component based system where individual tasks can be released > without having to release a new version of Ant (the main purpose of > Antlibs was this as far as

Re: my local version of supports filesystem resources now

2005-09-28 Thread Stefan Bodewig
On Wed, 28 Sep 2005, Matt Benson <[EMAIL PROTECTED]> wrote: > --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > >> On Tue, 27 Sep 2005, Matt Benson >> <[EMAIL PROTECTED]> wrote: >> >> > I'd like to revisit this after your changes are >> > committed. >> >> Sure. > > This was RE Copy/filesystem onl

Re: suggestion refactor SCM

2005-09-28 Thread Brett Porter
On 9/29/05, Kev Jackson <[EMAIL PROTECTED]> wrote: > Just a worry about dependencies. If Ant has to rely on other code > from within maven for a set of maven plugins to run, we end up with a > horrible interdependency (Maven needs Ant <-> Ant needs some % of > Maven) just to compile ant. Could ge

DO NOT REPLY [Bug 36851] - Task does not support multi-byte file names

2005-09-28 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: suggestion refactor SCM

2005-09-28 Thread Kev Jackson
On 29 Sep 2005, at 06:39, Brett Porter wrote: I'd also agree with that. We fully intended to make Maven2 plugins work as Ant tasks :) So with a wrapper, http://maven.apache.org/maven2/scm/maven-scm-plugin/ these goals would become tasks and their parameters would match up what's on the individ

Re: [patch] Get Last X elements from resource collection

2005-09-28 Thread Kev Jackson
with first & last, we should also consider renaming to "head" & "tail" as suggested by (IIRC) Jan or Antoine. I'd prefer a "head" & "tail" naming style too, it matches functional list programming style, but your the main dev on this stuff it's up to you :) I just saw an opportunity to ch

Re: suggestion refactor SCM

2005-09-28 Thread Brett Porter
I'd also agree with that. We fully intended to make Maven2 plugins work as Ant tasks :) So with a wrapper, http://maven.apache.org/maven2/scm/maven-scm-plugin/ these goals would become tasks and their parameters would match up what's on the individual pages. Thoughts? - Brett On 9/29/05, Trygve

DO NOT REPLY [Bug 36851] - Task does not support multi-byte file names

2005-09-28 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 36851] New: - Task does not support multi-byte file names

2005-09-28 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: [FWD] Re: [EMAIL PROTECTED]: Project xml-fop-maintenance (in module xml-fop-maintenance) failed

2005-09-28 Thread Jeremias Maerki
No apologies required!!! Let's just be happy to have Gump around to help us identify problems quickly. :-) Thanks for looking into this! On 28.09.2005 20:27:52 Matt Benson wrote: > This should be fixed in the current svn version of > Ant. Apologies for the inconvenience. > > -Matt Jeremias

DO NOT REPLY [Bug 34638] - javac using GCJ compiler ignores includeJavaRuntime attribute

2005-09-28 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 34638] - javac using GCJ compiler ignores includeJavaRuntime attribute

2005-09-28 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: r292283 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Copy.java

2005-09-28 Thread bodewig
Author: bodewig Date: Wed Sep 28 12:55:34 2005 New Revision: 292283 URL: http://svn.apache.org/viewcvs?rev=292283&view=rev Log: whitespace Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Copy.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Copy.java URL:

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

2005-09-28 Thread Stefan Bodewig
On Wed, 28 Sep 2005, Matt Benson <[EMAIL PROTECTED]> wrote: > I thought so, but what about programmatic usage? If you use add(FileSet) you don't expect it to get treated different from the other resource collections. Only in the addFileset case, at least that's what I think. has some strange

Re: my local version of supports filesystem resources now

2005-09-28 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Wed, 28 Sep 2005, Matt Benson > <[EMAIL PROTECTED]> wrote: > > > :) I had started working on apply but hadn't > gotten > > too far. I'd like to see what you did. > > I pretty much doubt that it will work for non-file > resources, but at > least

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

2005-09-28 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Wed, 28 Sep 2005, <[EMAIL PROTECTED]> wrote: > > > Handle filesets added via add(ResourceCollection) > > by sending back to addFileset() > > No, that never happens. The exception was a debug > step I forgot to remove. I thought so, but what

Re: my local version of supports filesystem resources now

2005-09-28 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Tue, 27 Sep 2005, Matt Benson > <[EMAIL PROTECTED]> wrote: > > > I'd like to revisit this after your changes are > > committed. > > Sure. This was RE Copy/filesystem only. I agree that move should work this way. We don't know how to move non-

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

2005-09-28 Thread Stefan Bodewig
On Wed, 28 Sep 2005, Matt Benson <[EMAIL PROTECTED]> wrote: >> No, not necessary > > :) Hmm, why not? Because IntrospectionHelper will always use the more specific addFileset instead of add. During development I had a bug where I suspected a fileset was added as a resource collection and I want

Re: my local version of supports filesystem resources now

2005-09-28 Thread Stefan Bodewig
On Wed, 28 Sep 2005, Matt Benson <[EMAIL PROTECTED]> wrote: > :) I had started working on apply but hadn't gotten > too far. I'd like to see what you did. I pretty much doubt that it will work for non-file resources, but at least it works fine for >> I added a new protected method to Expa

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

2005-09-28 Thread Stefan Bodewig
On Wed, 28 Sep 2005, <[EMAIL PROTECTED]> wrote: > Handle filesets added via add(ResourceCollection) > by sending back to addFileset() No, that never happens. The exception was a debug step I forgot to remove. > remove tabs. when I saw the commit mails I realized that I hadn't disabled tabs on

svn commit: r292278 - in /ant/core/trunk/src: main/org/apache/tools/ant/taskdefs/ main/org/apache/tools/ant/taskdefs/optional/ main/org/apache/tools/ant/taskdefs/optional/junit/ testcases/org/apache/t

2005-09-28 Thread bodewig
Author: bodewig Date: Wed Sep 28 12:32:03 2005 New Revision: 292278 URL: http://svn.apache.org/viewcvs?rev=292278&view=rev Log: whitespace and 2005 Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/AntStructure.java ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Expan

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

2005-09-28 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: > Author: bodewig > Date: Wed Sep 28 12:28:39 2005 > New Revision: 292276 > > URL: > http://svn.apache.org/viewcvs?rev=292276&view=rev > Log: > No, not necessary :) Hmm, why not? -Matt > > Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/ExecuteOn.

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

2005-09-28 Thread bodewig
Author: bodewig Date: Wed Sep 28 12:28:39 2005 New Revision: 292276 URL: http://svn.apache.org/viewcvs?rev=292276&view=rev Log: No, not necessary Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/ExecuteOn.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Exe

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

2005-09-28 Thread mbenson
Author: mbenson Date: Wed Sep 28 12:25:43 2005 New Revision: 292273 URL: http://svn.apache.org/viewcvs?rev=292273&view=rev Log: ws/tabs + merge a string cat Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Copy.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskde

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

2005-09-28 Thread mbenson
Author: mbenson Date: Wed Sep 28 12:11:52 2005 New Revision: 292262 URL: http://svn.apache.org/viewcvs?rev=292262&view=rev Log: Handle filesets added via add(ResourceCollection) by sending back to addFileset(). remove tabs. Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Exec

svn commit: r292261 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs: Expand.java Untar.java

2005-09-28 Thread bodewig
Author: bodewig Date: Wed Sep 28 12:08:09 2005 New Revision: 292261 URL: http://svn.apache.org/viewcvs?rev=292261&view=rev Log: resource collection support for unzip/jar/war/tar Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Expand.java ant/core/trunk/src/main/org/apache/

svn commit: r292251 - in /ant/core/trunk: docs/manual/CoreTasks/ docs/manual/OptionalTasks/ src/etc/testcases/taskdefs/exec/ src/main/org/apache/tools/ant/taskdefs/ src/testcases/org/apache/tools/ant/

2005-09-28 Thread bodewig
Author: bodewig Date: Wed Sep 28 11:48:41 2005 New Revision: 292251 URL: http://svn.apache.org/viewcvs?rev=292251&view=rev Log: resource collection support for apply and friends Modified: ant/core/trunk/docs/manual/CoreTasks/apply.html ant/core/trunk/docs/manual/CoreTasks/chmod.html a

svn commit: r292249 - in /ant/core/trunk: docs/manual/CoreTasks/style.html src/etc/testcases/taskdefs/style/build.xml src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java src/testcases/org/apache/t

2005-09-28 Thread bodewig
Author: bodewig Date: Wed Sep 28 11:46:40 2005 New Revision: 292249 URL: http://svn.apache.org/viewcvs?rev=292249&view=rev Log: resource collection support for xslt Modified: ant/core/trunk/docs/manual/CoreTasks/style.html ant/core/trunk/src/etc/testcases/taskdefs/style/build.xml ant/

DO NOT REPLY [Bug 36821] - VSS tasks not built

2005-09-28 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: r292247 - in /ant/core/trunk: docs/manual/CoreTasks/ src/etc/testcases/taskdefs/ src/main/org/apache/tools/ant/taskdefs/ src/testcases/org/apache/tools/ant/taskdefs/

2005-09-28 Thread bodewig
Author: bodewig Date: Wed Sep 28 11:42:46 2005 New Revision: 292247 URL: http://svn.apache.org/viewcvs?rev=292247&view=rev Log: Add resource collection support to copy and friends Modified: ant/core/trunk/docs/manual/CoreTasks/copy.html ant/core/trunk/docs/manual/CoreTasks/move.html a

svn commit: r292245 - in /ant/core/trunk: docs/manual/CoreTasks/subant.html src/main/org/apache/tools/ant/taskdefs/SubAnt.java

2005-09-28 Thread bodewig
Author: bodewig Date: Wed Sep 28 11:38:27 2005 New Revision: 292245 URL: http://svn.apache.org/viewcvs?rev=292245&view=rev Log: resource collection support for subant Modified: ant/core/trunk/docs/manual/CoreTasks/subant.html ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/SubAnt.ja

RE: suggestion refactor SCM

2005-09-28 Thread Trygve Laugstøl
On Wed, 2005-09-28 at 16:56 +0100, Jose Alberto Fernandez wrote: > > From: Steve Loughran [mailto:[EMAIL PROTECTED] > > > > Jose Alberto Fernandez wrote: > > > But here we seem to be talking about a new family of generic tasks, > > > If this works well, we could deprecate the old tasks and eventua

svn commit: r292244 - in /ant/core/trunk: docs/manual/CoreTasks/antstructure.html src/etc/testcases/taskdefs/antstructure.xml src/main/org/apache/tools/ant/taskdefs/AntStructure.java src/testcases/org

2005-09-28 Thread bodewig
Author: bodewig Date: Wed Sep 28 11:34:04 2005 New Revision: 292244 URL: http://svn.apache.org/viewcvs?rev=292244&view=rev Log: lay grounds for Schema or Relax NG description generators as plugins in antstructure Modified: ant/core/trunk/docs/manual/CoreTasks/antstructure.html ant/core/t

svn commit: r292242 - in /ant/core/trunk: docs/manual/OptionalTasks/junit.html src/main/org/apache/tools/ant/taskdefs/optional/junit/BatchTest.java

2005-09-28 Thread bodewig
Author: bodewig Date: Wed Sep 28 11:32:08 2005 New Revision: 292242 URL: http://svn.apache.org/viewcvs?rev=292242&view=rev Log: ResourceCollection support for batchtest Modified: ant/core/trunk/docs/manual/OptionalTasks/junit.html ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/opt

DO NOT REPLY [Bug 34461] - problems with core task

2005-09-28 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: r292241 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/SchemaValidate.java

2005-09-28 Thread bodewig
Author: bodewig Date: Wed Sep 28 11:31:20 2005 New Revision: 292241 URL: http://svn.apache.org/viewcvs?rev=292241&view=rev Log: use our own code Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/SchemaValidate.java Modified: ant/core/trunk/src/main/org/apache/tools/a

svn commit: r292239 - /ant/core/trunk/src/etc/testcases/taskdefs/exec/parrot.sh

2005-09-28 Thread bodewig
Author: bodewig Date: Wed Sep 28 11:30:50 2005 New Revision: 292239 URL: http://svn.apache.org/viewcvs?rev=292239&view=rev Log: make it work for directries with spaces Modified: ant/core/trunk/src/etc/testcases/taskdefs/exec/parrot.sh Modified: ant/core/trunk/src/etc/testcases/taskdefs/exec/

svn commit: r292237 - /ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/DeleteTest.java

2005-09-28 Thread mbenson
Author: mbenson Date: Wed Sep 28 11:29:42 2005 New Revision: 292237 URL: http://svn.apache.org/viewcvs?rev=292237&view=rev Log: cright Modified: ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/DeleteTest.java Modified: ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/De

Re: [FWD] Re: [EMAIL PROTECTED]: Project xml-fop-maintenance (in module xml-fop-maintenance) failed

2005-09-28 Thread Matt Benson
This should be fixed in the current svn version of Ant. Apologies for the inconvenience. -Matt --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > Date: Mon, 19 Sep 2005 09:46:52 +0200 > From: Jeremias Maerki <[EMAIL PROTECTED]> > To: fop-dev@xmlgraphics.apache.org, > general@gump.apache.org > Subj

svn commit: r292236 - in /ant/core/trunk/src: etc/testcases/taskdefs/delete.xml main/org/apache/tools/ant/taskdefs/Delete.java testcases/org/apache/tools/ant/taskdefs/DeleteTest.java

2005-09-28 Thread mbenson
Author: mbenson Date: Wed Sep 28 11:25:44 2005 New Revision: 292236 URL: http://svn.apache.org/viewcvs?rev=292236&view=rev Log: Don't try to delete nonexistent resources; switched to a single static reverse filesystem ResourceComparator. Modified: ant/core/trunk/src/etc/testcases/taskdefs/del

DO NOT REPLY [Bug 34461] - problems with core task

2005-09-28 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: Apply task argument issues...

2005-09-28 Thread Matt Benson
--- Nicolas Vervelle <[EMAIL PROTECTED]> wrote: [SNIP] > - try a to add a "+" before your filename, > set addsourcefile to > false, and use I would expect this to work; however by faking the target filename incremental builds won't work. At present it might be best to subclass apply to achieve

Re: AW: Fileset and Custom Fileset in Ant 1.7

2005-09-28 Thread JP Fiset
I believe I do, but if you can prove me wrong, then I'd be delighted to go around custom files sets. I am trying to provide file selectors in svn-ant, which is an ant library that support subversion. Subversion keeps track of files that are deleted and missing. If I want to write an ant task w

RE: suggestion refactor SCM

2005-09-28 Thread Jose Alberto Fernandez
> From: Steve Loughran [mailto:[EMAIL PROTECTED] > > Jose Alberto Fernandez wrote: > > But here we seem to be talking about a new family of generic tasks, > > If this works well, we could deprecate the old tasks and eventually in a > > couple of versions remove them. > > > > Jose Alberto > > gene

Re: [patch] Get Last X elements from resource collection

2005-09-28 Thread Matt Benson
--- Kev Jackson <[EMAIL PROTECTED]> wrote: > If you need to get the first X elements, presumably > there will be > occasions where you'll need to get the last X > elements. Anyway, I've > been playing with Haskell recently and it's affected > my thinking :) Hi Kev, I've been (mostly) away for

Re: suggestion refactor SCM

2005-09-28 Thread Steve Loughran
Jose Alberto Fernandez wrote: But here we seem to be talking about a new family of generic tasks, If this works well, we could deprecate the old tasks and eventually in a couple of versions remove them. Jose Alberto generic is good, provided -we can have a conceptual model that is consistent

RE: suggestion refactor SCM

2005-09-28 Thread Jose Alberto Fernandez
But here we seem to be talking about a new family of generic tasks, If this works well, we could deprecate the old tasks and eventually in a couple of versions remove them. Jose Alberto > -Original Message- > From: Martijn Kruithof [mailto:[EMAIL PROTECTED] > Sent: 27 September 2005 16:57

Re: my local version of supports filesystem resources now

2005-09-28 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: [SNIP] > I've been in a train again yesterday and finished > resource collection > support for subant, apply, xslt and unzip/tar (untar :) I had started working on apply but hadn't gotten too far. I'd like to see what you did. > should actually > wor

AW: Fileset and Custom Fileset in Ant 1.7

2005-09-28 Thread Jan.Materne
And you should ensure that you _really_ need a fileset. 2 years ago (or so) I wanted to write a new fileset and end on a selector. Jan >-Ursprüngliche Nachricht- >Von: Matt Benson [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 21. September 2005 17:00 >An: Ant Developers List >Betreff:

AW: Antlib autoloading (was Re: cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs AntlibTest.java)

2005-09-28 Thread Jan.Materne
I would prefer the -extension of as DD suggested. Combined with could ensure, that all antlibs are in. common.xml -- Do the WAS buildfiles use s? Then this would be only a modification of one file. Jan >-Ursprüngliche Nachricht- >Von: Steve Loughran [mailto:[EMAIL P

DO NOT REPLY [Bug 34461] - problems with core task

2005-09-28 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: suggestion refactor SCM

2005-09-28 Thread Emmanuel Venisse
Great news. So you'll can provide new providers. Emmanuel jerome lacoste a écrit : On 9/27/05, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: Jose Alberto Fernandez a écrit : I think that it will be a very good idea, mostly as a stepping stone to higher level functionality. The main reason f

Re: suggestion refactor SCM

2005-09-28 Thread jerome lacoste
On 9/27/05, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > > > Jose Alberto Fernandez a écrit : > > I think that it will be a very good idea, mostly as a stepping stone to > > higher level functionality. > > > > The main reason for not having such a thing is the fact that each > > project knows in a

DO NOT REPLY [Bug 36838] New: - AntClassLoader2 broken ? For custom tasks ?

2005-09-28 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 34461] - problems with core task

2005-09-28 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 36835] - The task "waitfor" does not check test conditions if the condition is "istrue"

2005-09-28 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