cvs commit: ant/docs bindownload.html srcdownload.html

2004-02-12 Thread antoine
antoine 2004/02/12 15:24:32 Modified:xdocsbindownload.xml srcdownload.xml docs bindownload.html srcdownload.html Log: Forgot to update these files Revision ChangesPath 1.22 +14 -14ant/xdocs/bindownload.xml Index: bindownload.xml

RE: Ant 1.6.1 released

2004-02-12 Thread Shatzer, Larry
> -Original Message- > From: Antoine Lévy-Lambert [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 12, 2004 6:13 AM > To: Ant Developers List; Ant Users List > Subject: Ant 1.6.1 released > > > Apache Ant 1.6.1 is now available for download > f

DO NOT REPLY [Bug 25032] - Unable to FTP to a Windows server

2004-02-12 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 26898] - WAR task put the web.xml in the wrong directory

2004-02-12 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 26814] - empty includesfile in fileset includes all files in dir

2004-02-12 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 26644] - description for properties

2004-02-12 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 26286] - XmlProperty: empty element semantic problems

2004-02-12 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 26765] - "-f" option works incorrectly if path includes "../"

2004-02-12 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-12 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 26809] - Ability to set a property for a value in a fileset

2004-02-12 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 -projecthelp

2004-02-12 Thread Mariano Benitez
should it include the targets of ed builds? MAriano - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 26655] - task displays prompt only after providing input

2004-02-12 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

are antlib taskdefs case sensitive?

2004-02-12 Thread Mariano Benitez
I defined in my antlib.xml taskdef="directorySchema" and in the build I used it failed saying it did not find task directoryschema, while if I put the correct case, it works, that is ok? MAriano - To unsubscribe, e-mail: [E

DO NOT REPLY [Bug 26901] - regex with file mapper incorrectly handles ${file.separator}

2004-02-12 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 26901] New: - regex with file mapper incorrectly handles ${file.separator}

2004-02-12 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

outputproperty & errorproperty

2004-02-12 Thread Matt Benson
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. Is this: [ ] a bug that needs correction [ ] a feature that needs documentation ? -Matt

DO NOT REPLY [Bug 26898] New: - WAR task put the web.xml in the wrong directory

2004-02-12 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: roles, restricted types

2004-02-12 Thread Jose Alberto Fernandez
> From: Peter Reilly [mailto:[EMAIL PROTECTED] > > Hi, > I have reactivated my code for restricted/roled types. > +1 > 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 not be used at the top-level. > > The main usecase

Re: roles, restricted types

2004-02-12 Thread Peter Reilly
Dominique Devienne wrote: From: Peter Reilly [mailto:[EMAIL PROTECTED] For example there is an "or" condition, and an "or" selector. The patch allows these two to be defined as restricted typedefs: The user-level issues would be: Is the attribute "contact" a good name for this attribute (us

RE: roles, restricted types

2004-02-12 Thread Dominique Devienne
> From: Peter Reilly [mailto:[EMAIL PROTECTED] > For example there is an "or" condition, and an "or" selector. > The patch allows these two to be defined as restricted typedefs: > > contract="org.apache.tools.ant.taskdefs.condition.Condition" > classname="org.apache.

DO NOT REPLY [Bug 26887] - FTP ability to synchronise

2004-02-12 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: roles, restricted types

2004-02-12 Thread Matt Benson
--- Peter Reilly <[EMAIL PROTECTED]> wrote: > Hi, > I have reactivated my code for restricted/roled > types. > I like this... :) > The user-level issues would be: > Is the attribute "contact" a good name for this > attribute (use "role", > "restrict", "instanceof" or ?). I kind of like "contra

roles, restricted types

2004-02-12 Thread Peter Reilly
Hi, I have reactivated my code for restricted/roled types. 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 not be used at the top-level. The main usecase is to remove the need for type containers to implement all the allXX met

Ant 1.6.1 released

2004-02-12 Thread Antoine Lévy-Lambert
Apache Ant 1.6.1 is now available for download from http://ant.apache.org/bindownload.cgi The ASF Board has approved the new Apache License 2.0. For a copy of that license, please see http://www.apache.org/licenses/. The Ant 1.6.1 release is delivered wi

cvs commit: ant/xdocs antnews.xml faq.xml index.xml legal.xml

2004-02-12 Thread antoine
antoine 2004/02/12 05:56:06 Modified:docs antnews.html faq.html index.html legal.html xdocsantnews.xml faq.xml index.xml legal.xml Log: Ant 1.6.1 release Revision ChangesPath 1.88 +12 -9 ant/docs/antnews.html Index: antnews.html

Re: import task and the file attribute

2004-02-12 Thread Mariano Benitez
that is ok, it is just that I normally have the same basedir for all builds to always do the same kind of file usages, (${basedir}/src/${module}). It was just a question, it is ok, and I've read the note, but I wanted the reason, that's all. MAriano Stefan Bodewig wrote: On Wed, 11 Feb 2004, M

DO NOT REPLY [Bug 26887] New: - FTP ability to synchronise

2004-02-12 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/xdocs antnews.xml faq.xml index.xml legal.xml

2004-02-12 Thread antoine
antoine 2004/02/12 04:39:00 Modified:.Tag: ANT_16_BRANCH build.xml docs Tag: ANT_16_BRANCH antnews.html bindownload.html bylaws.html contributors.html cvs.html faq.html index.html legal.html license.html mail.html

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/script ScriptDef.java

2004-02-12 Thread Antoine Lévy-Lambert
Peter Reilly wrote: Antoine Lévy-Lambert wrote: Peter Reilly wrote: Antoine Lévy-Lambert wrote: Peter Reilly wrote: Should I apply these changes to the 1.6 branch? Peter [EMAIL PROTECTED] wrote: peterreilly2004/02/12 02:09:23 Modified:src/main/org/apache/tools/ant/util ScriptRunner.java

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/script ScriptDef.java

2004-02-12 Thread Peter Reilly
Antoine Lévy-Lambert wrote: Peter Reilly wrote: Antoine Lévy-Lambert wrote: Peter Reilly wrote: Should I apply these changes to the 1.6 branch? Peter [EMAIL PROTECTED] wrote: peterreilly2004/02/12 02:09:23 Modified:src/main/org/apache/tools/ant/util ScriptRunner.java src/main

cvs commit: ant WHATSNEW

2004-02-12 Thread peterreilly
peterreilly2004/02/12 03:48:14 Modified:.Tag: ANT_16_BRANCH WHATSNEW Log: comment on groovy language support Revision ChangesPath No revision No revision 1.503.2.40 +3 -0 ant/WHATSNEW Index: WHATSNEW

cvs commit: ant/src/main/org/apache/tools/ant/util ScriptRunner.java

2004-02-12 Thread peterreilly
peterreilly2004/02/12 03:47:05 Modified:src/main/org/apache/tools/ant/taskdefs/optional Tag: ANT_16_BRANCH Script.java src/main/org/apache/tools/ant/taskdefs/optional/script Tag: ANT_16_BRANCH ScriptDef.java sr

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/script ScriptDef.java

2004-02-12 Thread Antoine Lévy-Lambert
Peter Reilly wrote: Antoine Lévy-Lambert wrote: Peter Reilly wrote: Should I apply these changes to the 1.6 branch? Peter [EMAIL PROTECTED] wrote: peterreilly2004/02/12 02:09:23 Modified:src/main/org/apache/tools/ant/util ScriptRunner.java src/main/org/apache/tools/ant/taskde

RE: Task for the new Pack200 format

2004-02-12 Thread Jose Alberto Fernandez
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > > On Wed, 11 Feb 2004, Jose Alberto Fernandez > <[EMAIL PROTECTED]> wrote: > > > With respect on providing a version of pack200 usable by > lesser JDKs I > > think than rather trying to reproduce the thing from > scratch, we could > > just

Re: import task and the file attribute

2004-02-12 Thread Peter Reilly
Stefan Bodewig wrote: On Wed, 11 Feb 2004, Mariano Benitez <[EMAIL PROTECTED]> wrote: Why the file attribute of the import task is not considering files relative to the basedir? This is because you may use in a file that itself gets ed and then basedir would be that of the outer-most proje

cvs commit: ant/src/main/org/apache/tools/ant/launch Launcher.java

2004-02-12 Thread conor
conor 2004/02/12 02:54:35 Modified:src/main/org/apache/tools/ant/launch Tag: ANT_16_BRANCH Launcher.java Log: More general check for uninitialised windows environment variables in Classpaths Revision ChangesPath No revision

Re: import task and the file attribute

2004-02-12 Thread Stefan Bodewig
On Wed, 11 Feb 2004, Mariano Benitez <[EMAIL PROTECTED]> wrote: > Why the file attribute of the import task is not considering files > relative to the basedir? This is because you may use in a file that itself gets ed and then basedir would be that of the outer-most project and not the one of th

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/script ScriptDef.java

2004-02-12 Thread Peter Reilly
Antoine Lévy-Lambert wrote: Peter Reilly wrote: Should I apply these changes to the 1.6 branch? Peter [EMAIL PROTECTED] wrote: peterreilly2004/02/12 02:09:23 Modified:src/main/org/apache/tools/ant/util ScriptRunner.java src/main/org/apache/tools/ant/taskdefs/optional Script.

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/script ScriptDef.java

2004-02-12 Thread Antoine Lévy-Lambert
Peter Reilly wrote: Should I apply these changes to the 1.6 branch? Peter [EMAIL PROTECTED] wrote: peterreilly2004/02/12 02:09:23 Modified:src/main/org/apache/tools/ant/util ScriptRunner.java src/main/org/apache/tools/ant/taskdefs/optional Script.java src/main/

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/script ScriptDef.java

2004-02-12 Thread Peter Reilly
Should I apply these changes to the 1.6 branch? Peter [EMAIL PROTECTED] wrote: peterreilly2004/02/12 02:09:23 Modified:src/main/org/apache/tools/ant/util ScriptRunner.java src/main/org/apache/tools/ant/taskdefs/optional Script.java src/main/org/apache/tools/ant/

'ant.library.dir' instead of 'ant.library.dirs'? (was Re: cvs commit: ant/src/main/org/apache/tools/ant/launch Launcher .java)

2004-02-12 Thread Stefan Bodewig
On Wed, 11 Feb 2004, Dominique Devienne <[EMAIL PROTECTED]> wrote: > Why go for 'ant.library.dir' instead of 'ant.library.dirs'? OK, I've had a second look. It seems as if we could do that with some simple changes in Launcher, namely adding ~/.ant/lib and ${ant.library.dirs} to the libPaths list

cvs commit: ant WHATSNEW

2004-02-12 Thread peterreilly
peterreilly2004/02/12 02:10:47 Modified:.WHATSNEW Log: comment on groovy support Revision ChangesPath 1.541 +2 -0 ant/WHATSNEW Index: WHATSNEW === RCS file: /home/cvs/ant/WHATSNEW,v

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/script ScriptDef.java

2004-02-12 Thread peterreilly
peterreilly2004/02/12 02:09:23 Modified:src/main/org/apache/tools/ant/util ScriptRunner.java src/main/org/apache/tools/ant/taskdefs/optional Script.java src/main/org/apache/tools/ant/taskdefs/optional/script ScriptDef.java Log: su

Re: cvs commit: ant/src/main/org/apache/tools/ant/launch Launcher .java

2004-02-12 Thread Stefan Bodewig
On Wed, 11 Feb 2004, Matt Benson <[EMAIL PROTECTED]> wrote: > This is only peripherally related... this has been > discussed briefly before, but I never received a > satisfactory answer. Can someone justify the > restriction that all Java classes and resources to be > used by Ant must be in jars?

Re: Task for the new Pack200 format

2004-02-12 Thread Stefan Bodewig
On Wed, 11 Feb 2004, Jose Alberto Fernandez <[EMAIL PROTECTED]> wrote: > With respect on providing a version of pack200 usable by lesser JDKs > I think than rather trying to reproduce the thing from scratch, we > could just as well ask Bill Puig if he would be willing to > contribute such a task o

Re: importer was: auto download of antlibs

2004-02-12 Thread Antoine Lévy-Lambert
Nick Chalko wrote: Krysalis Importer is now available for download at https://sourceforge.net/project/showfiles.php?group_id=48571&package_id=109374 Try it out. I think it has most enough features to interest you. R, Nick Nick Chalko wrote: In an earlier message Steve Loughran said > OK, now

importer was: auto download of antlibs

2004-02-12 Thread Nick Chalko
Krysalis Importer is now available for download at https://sourceforge.net/project/showfiles.php?group_id=48571&package_id=109374 Try it out. I think it has most enough features to interest you. R, Nick Nick Chalko wrote: In an earlier message Steve Loughran said > OK, now that Ant1.6 has ant

DO NOT REPLY [Bug 26737] - Directory Scanner failure

2004-02-12 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