Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Delete.java

2004-02-16 Thread Matt Benson
--- Antoine_Lévy-Lambert <[EMAIL PROTECTED]> wrote: > +10 Matt: This is going to save the face of the next > guy preparing an > ant release on Windows. ;-) > > Antoine Let's hope so... :) -Matt __ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing on

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Delete.java

2004-02-16 Thread Antoine Lévy-Lambert
[EMAIL PROTECTED] wrote: mbenson 2004/02/16 09:26:16 Modified:src/main/org/apache/tools/ant/taskdefs Delete.java Log: Accommodate Windows bug encountered in both Sun and IBM JDKs. Obtained from: Java Technology Forums at http://forums.java.sun.com Revision ChangesPath 1.51

DO NOT REPLY [Bug 26459] - SQL task (SQLExec class) might not see a ROW delimiter correctly

2004-02-16 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 26971] - Please also provide 1.5.x docs online

2004-02-16 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 26663] - [PATCH] 5 new testcases for output redirection

2004-02-16 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://nagoya.apache.org/bugzilla/show_bu

cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs ExecuteOnTest.java

2004-02-16 Thread mbenson
mbenson 2004/02/16 11:42:13 Modified:src/testcases/org/apache/tools/ant/taskdefs ExecuteOnTest.java Log: Code cleanup. Revision ChangesPath 1.2 +0 -5 ant/src/testcases/org/apache/tools/ant/taskdefs/ExecuteOnTest.java Index: Execute

cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs ExecuteOnTest.java ExecTaskTest.java

2004-02-16 Thread mbenson
mbenson 2004/02/16 11:39:13 Modified:src/etc/testcases/taskdefs/exec exec.xml src/testcases/org/apache/tools/ant/taskdefs ExecTaskTest.java Added: src/etc/testcases/taskdefs/exec apply.xml parrot.sh src/testcases/org/apache/to

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Redirector.java

2004-02-16 Thread mbenson
mbenson 2004/02/16 11:33:34 Modified:.WHATSNEW src/main/org/apache/tools/ant/util LazyFileOutputStream.java src/main/org/apache/tools/ant/taskdefs Redirector.java Log: Redirector exhibited inconsistent behavior with regard to split output. Whe

DO NOT REPLY [Bug 26985] New: - apply task using filelist always applies executable

2004-02-16 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 26852] - Exec task blocks when spawned

2004-02-16 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://nagoya.apache.org/bugzilla/show_bu

Re: task for antlib jars

2004-02-16 Thread Mariano Benitez
have to look at the java documentation and give it a try, if you want I can try it with different scenarios, adding testCases would be too much for me, I have enough with the ones I need for my own product :) MAriano Peter Reilly wrote: Mariano Benitez wrote: are you ok that I send you the patc

Re: task for antlib jars

2004-02-16 Thread Peter Reilly
Mariano Benitez wrote: are you ok that I send you the patch? shall I create a bug in bugzilla for this? MAriano Stefan Bodewig wrote: On Mon, 16 Feb 2004, Mariano Benitez <[EMAIL PROTECTED]> wrote: I meant an option to delete, not altering the default behaviour, If you are sure you are using t

Re: task for antlib jars

2004-02-16 Thread Mariano Benitez
are you ok that I send you the patch? shall I create a bug in bugzilla for this? MAriano Stefan Bodewig wrote: On Mon, 16 Feb 2004, Mariano Benitez <[EMAIL PROTECTED]> wrote: I meant an option to delete, not altering the default behaviour, If you are sure you are using that file, delete it on

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Delete.java

2004-02-16 Thread Matt Benson
--- Peter Reilly <[EMAIL PROTECTED]> wrote: > Stefan Bodewig wrote: > > >welcome Matt > > > > > +1 congrats... > > Peter :) -Matt __ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html -

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Delete.java

2004-02-16 Thread Peter Reilly
Stefan Bodewig wrote: welcome Matt +1 congrats... Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Delete.java

2004-02-16 Thread Stefan Bodewig
welcome Matt Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Delete.java

2004-02-16 Thread mbenson
mbenson 2004/02/16 09:26:16 Modified:src/main/org/apache/tools/ant/taskdefs Delete.java Log: Accommodate Windows bug encountered in both Sun and IBM JDKs. Obtained from: Java Technology Forums at http://forums.java.sun.com Revision ChangesPath 1.51 +6 -2 an

Re: task for antlib jars

2004-02-16 Thread Stefan Bodewig
On Mon, 16 Feb 2004, Mariano Benitez <[EMAIL PROTECTED]> wrote: > I meant an option to delete, not altering the default behaviour, If > you are sure you are using that file, delete it on exit explicitly. Works for me. Stefan -

Re: roles, restricted types

2004-02-16 Thread Stefan Bodewig
On Thu, 12 Feb 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: > I have reactivated my code for restricted/roled types. I think we need that in order to decompose ant.jar. > The basic idea is that one can define a type that can only > be used as a nested element in a type container. The type > may

Re: task for antlib jars

2004-02-16 Thread Mariano Benitez
I meant an option to delete, not altering the default behaviour, If you are sure you are using that file, delete it on exit explicitly. MAriano Stefan Bodewig wrote: On Fri, 13 Feb 2004, Mariano Benitez <[EMAIL PROTECTED]> wrote: that is why it makes more sense to me to define it as deleteOnEx

Re: outputproperty & errorproperty

2004-02-16 Thread Stefan Bodewig
On Mon, 16 Feb 2004, Matt Benson <[EMAIL PROTECTED]> wrote: > --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: >> >> The task attempts to set these properties >> >> after each invocation of the executable so that >> >> limited or non-parallel execution does not >> necessarily >> >> yield the expected

cvs commit: ant/xdocs/stylesheets project.xml site.vsl

2004-02-16 Thread bodewig
bodewig 2004/02/16 08:45:10 Modified:xdocsTag: ANT_16_BRANCH antnews.xml bindownload.xml bylaws.xml contributors.xml cvs.xml external.xml faq.xml index.xml legal.xml license.xml mail.xml mission.xml problems.xml

cvs commit: ant/xdocs/stylesheets project.xml site.vsl

2004-02-16 Thread bodewig
bodewig 2004/02/16 08:43:12 Modified:xdocs/stylesheets project.xml site.vsl Log: Final batch Revision ChangesPath 1.20 +15 -0 ant/xdocs/stylesheets/project.xml Index: project.xml === RCS fil

cvs commit: ant/xdocs/projects/antidote design.xml index.xml module.xml news.xml

2004-02-16 Thread bodewig
bodewig 2004/02/16 08:42:01 Modified:xdocs/projects/antidote design.xml index.xml module.xml news.xml Log: Correct copyright statement Revision ChangesPath 1.4 +1 -1 ant/xdocs/projects/antidote/design.xml Index: design.xml ===

cvs commit: ant/xdocs/projects/antidote design.xml index.xml module.xml news.xml

2004-02-16 Thread bodewig
bodewig 2004/02/16 08:40:21 Modified:xdocs/projects index.xml xdocs/projects/antidote design.xml index.xml module.xml news.xml Log: Second batch Revision ChangesPath 1.3 +15 -0 ant/xdocs/projects/index.xml Index: index

cvs commit: ant/xdocs antnews.xml bindownload.xml bylaws.xml contributors.xml cvs.xml external.xml faq.xml index.xml legal.xml license.xml mail.xml mission.xml problems.xml projects.xml resources.xml srcdownload.xml

2004-02-16 Thread bodewig
bodewig 2004/02/16 08:38:06 Modified:xdocsantnews.xml bindownload.xml bylaws.xml contributors.xml cvs.xml external.xml faq.xml index.xml legal.xml license.xml mail.xml mission.xml problems.xml projects.xml resour

Re: outputproperty & errorproperty

2004-02-16 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > >> The task attempts to set these properties > >> after each invocation of the executable so that > >> limited or non-parallel execution does not > necessarily > >> yield the expected results. > > > > Does it even do so if append is false? > > true

RE: [Fwd: [New task] scripttypedef (or refectdef)]

2004-02-16 Thread Dominique Devienne
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > > Hi, I would like to add a new optional task for ant 1.7 - > > . > > How about moving it to a separate antlib instead. Is there anything > in it that would prevent the task from being used with 1.6.x? +1 to a separate antlib for everything scri

DO NOT REPLY [Bug 24702] - Jar task update creates duplicate Class-Path

2004-02-16 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 26976] - jar task with update="true" screws up manifest

2004-02-16 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://nagoya.apache.org/bugzilla/show_bu

Re: Ant 1.7

2004-02-16 Thread Matt Benson
Sorry all for the long post, bear with me... --- Antoine_Lévy-Lambert <[EMAIL PROTECTED]> wrote: > 4) think about virtual file system abstractions, and > do something about > them, > Since this virtual file system stuff is a biggie, it > should be thought > of and discussed upfront. Antoine, I

DO NOT REPLY [Bug 26976] - jar task with update="true" screws up manifest

2004-02-16 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 26976] New: - jar task with update="true" screws up manifest

2004-02-16 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 26947] - ANT_HOME variable needs clarification

2004-02-16 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://nagoya.apache.org/bugzilla/show_bu

Re: Ant 1.7

2004-02-16 Thread Consult-smi, Coenen
Hi, concerning point 4, the virtual file system, I'd like to ask a question: >> Very long term, if we were to get something really good, it might be >> possible to change the axiom saying "Ant only builds based on JDK + XML >> parser" to "Ant builds with JDK + XML Parser + VFS API". Why not mak

DO NOT REPLY [Bug 26971] - Please also provide 1.5.x docs online

2004-02-16 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://nagoya.apache.org/bugzilla/show_bu

Ant 1.7

2004-02-16 Thread Antoine Lévy-Lambert
Hi, I do not know if we will make some further releases of ant 1.6. My guess is that there might be from time to time the need for a release due to "environmental factors", such as the release of a new version of an operating system forcing us to adapt the famous Os class, or some problem of th

Re: [Fwd: [New task] scripttypedef (or refectdef)]

2004-02-16 Thread Peter Reilly
Stefan Bodewig wrote: On Mon, 16 Feb 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: Hi, I would like to add a new optional task for ant 1.7 - . How about moving it to a separate antlib instead. If in an antlib it should be with it's scriptly partners - script and scriptdef. Is there anyth

DO NOT REPLY [Bug 26971] New: - Please also provide 1.5.x docs online

2004-02-16 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://nagoya.apache.org/bugzilla/show_bu

Re: [Fwd: [New task] scripttypedef (or refectdef)]

2004-02-16 Thread Stefan Bodewig
On Mon, 16 Feb 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: > Hi, I would like to add a new optional task for ant 1.7 - > . How about moving it to a separate antlib instead. Is there anything in it that would prevent the task from being used with 1.6.x? Stefan

Re: [Fwd: [New task] scripttypedef (or refectdef)]

2004-02-16 Thread Peter Reilly
Erik Hatcher wrote: So this would allow creating a filter, mapper, or other type dynamically? Yes (well mapper's when the mapper type patch is applied). Nice! Just a sanity check - there is no way to do this with scripting stuff in 1.6.1 is there? I was about to say that one could not but this

Re: outputproperty & errorproperty

2004-02-16 Thread Stefan Bodewig
On Mon, 16 Feb 2004, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Thu, 12 Feb 2004, Matt Benson <[EMAIL PROTECTED]> wrote: > >> The task attempts to set these properties >> after each invocation of the executable so that >> limited or non-parallel execution does not necessarily >> yield the exp

Re: outputproperty & errorproperty

2004-02-16 Thread Stefan Bodewig
On Thu, 12 Feb 2004, Matt Benson <[EMAIL PROTECTED]> wrote: > The task attempts to set these properties > after each invocation of the executable so that > limited or non-parallel execution does not necessarily > yield the expected results. Does it even do so if append is false? Stefan ---

Re: [Fwd: [New task] scripttypedef (or refectdef)]

2004-02-16 Thread Erik Hatcher
So this would allow creating a filter, mapper, or other type dynamically? Nice! Just a sanity check - there is no way to do this with scripting stuff in 1.6.1 is there? package org.apache.tools.ant.taskdefs.optional; /** * Class to define an ant definition using a script that * can return a

Re: [Fwd: [New task] scripttypedef (or refectdef)]

2004-02-16 Thread Peter Reilly
[EMAIL PROTECTED] wrote: So the task should do compiling and taskdefing? Maybe caching the compiled data? Jan The languages do the compiling (Both beanshell and groovy currently use asm - http://asm.objectweb.org) and return a class object when the BSF eval method is called. The task itself is v

RE: [Fwd: [New task] scripttypedef (or refectdef)]

2004-02-16 Thread Jan . Materne
So the task should do compiling and taskdefing? Maybe caching the compiled data? Jan > -Original Message- > From: Peter Reilly [mailto:[EMAIL PROTECTED] > Sent: Monday, February 16, 2004 10:21 AM > To: Ant Developers List > Subject: [Fwd: [New task] scripttypedef (or refectdef)] > > >

[Fwd: [New task] scripttypedef (or refectdef)]

2004-02-16 Thread Peter Reilly
--- Begin Message --- Hi, I would like to add a new optional task for ant 1.7 - . (This task was called beanshelldef, reflectdef previously). It behaves a bit like except that it expects the script to generate a valid java class that can used by ant's reflection mechism to detect the attributes

Re: Microsoft XML scripting patent

2004-02-16 Thread Peter Reilly
Costin Manolache wrote: [EMAIL PROTECTED] wrote: Not only . You can do the same (storing) with Exactly, the patent descibes the contents of the ant "script" manual page: http://ant.apache.org/manual/OptionalTasks/script.html Peter And on [1] you ca

Re: task for antlib jars

2004-02-16 Thread Stefan Bodewig
On Fri, 13 Feb 2004, Mariano Benitez <[EMAIL PROTECTED]> wrote: > that is why it makes more sense to me to define it as deleteOnExit, But what do we display to the user here? "Failed to delete but we will try again after Ant has finished - please check whether the file is still there after that,

cvs commit: ant WHATSNEW

2004-02-16 Thread antoine
antoine 2004/02/16 00:38:44 Modified:.Tag: ANT_16_BRANCH WHATSNEW Log: add retroactively Bug 26642 to the list of bugs fixed in ant 1.6.1 Revision ChangesPath No revision No revision 1.503.2.41 +17 -0 ant/WHATSNEW I

cvs commit: ant WHATSNEW

2004-02-16 Thread antoine
antoine 2004/02/16 00:36:38 Modified:.WHATSNEW Log: Add retroactively fix of bug 26642, possibility of running programs in directories having non ascii names Revision ChangesPath 1.543 +3 -0 ant/WHATSNEW Index: WHATSNEW ==

DO NOT REPLY [Bug 26642] - [PATCH] Ant 1.6.0 cannot run build scripts in directories with non-ASCII names

2004-02-16 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://nagoya.apache.org/bugzilla/show_bu

cvs commit: ant WHATSNEW

2004-02-16 Thread antoine
antoine 2004/02/16 00:05:07 Modified:.WHATSNEW Log: Separate 1.6.0 to 1.6.1 changes from the other changes Revision ChangesPath 1.542 +26 -14ant/WHATSNEW Index: WHATSNEW === RCS file:

cvs commit: ant/docs/manual/OptionalTasks scriptdef.html

2004-02-16 Thread ehatcher
ehatcher2004/02/15 20:37:24 Modified:docs/manual/OptionalTasks scriptdef.html Log: copy/paste typo correction Revision ChangesPath 1.4 +1 -1 ant/docs/manual/OptionalTasks/scriptdef.html Index: scriptdef.html ==