Re: gmane access to ant mailing lists

2003-07-30 Thread Conor MacNeill
On Thu, 31 Jul 2003 04:51 am, Antoine Levy-Lambert wrote: > > Is this a decision of gmane or of the ASF or specifically of the ant PMC ? > Any specific reasons ? > Not of the Ant PMC, that is for sure. Not of the ASF, at least nothing I have heard about. Conor

DO NOT REPLY [Bug 21948] - PropertyTest.Test5 failing -trying to connect?

2003-07-30 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 18154] - SimpleP4OutputHandler can throw exceptions that should be build exceptions

2003-07-30 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 18154] - SimpleP4OutputHandler can throw exceptions that should be build exceptions

2003-07-30 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 18154] - SimpleP4OutputHandler can throw exceptions that should be build exceptions

2003-07-30 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: Implementing "conditions"

2003-07-30 Thread Morten Mortensen
Ahhh! "addCondition()" is good! Then it *really* is, what I hoped it to be. Is going to try it. (Can Peter Reilly also "deprecate" the specific "add()"-method?? From my point of view, here, it should be history.) I have already skipped 1.5.3 - 'Antoine Levy-Lambert' did something cool and quite u

RE: Implementing "conditions"

2003-07-30 Thread Dominique Devienne
In Ant 1.5.x, the Condition framework is not extensible without modifying Ant's code. In Ant 1.6, just write a class that implements Condition, it, and use it inside . Cannot get any simpler, right? I haven't played with Ant 1.6 at all, so this is all in theory ;-) If it doesn't work, complain to

RE: Implementing "conditions"

2003-07-30 Thread Morten Mortensen
...*Damn!* :-) Yes, I see the "type"-attribute (I exactly want to differentiate into "is-file", "is-directory" and "is-something-else"). Not really a simple condition, but it sure is there! - Still, how to implement generic conditions? Med venlig hilsen Morten Sabroe Mortensen Ti

Why is Path.classpath final?

2003-07-30 Thread Matt Bishop
If there was no good reason, can it be reverted to it's previous changeable state? Matt Bishop bea Systems 999 North Northlake Way Seattle, WA 98103 206.926.2924 - phone http://www.bea.com

RE: Implementing "conditions"

2003-07-30 Thread Dominique Devienne
Is-file and is-dir exist already. It's called , which is both a Task and a Condition. --DD > -Original Message- > From: Morten Mortensen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 30, 2003 2:48 PM > To: 'Ant Developers List' > Subject: Q: Implementing "conditions" > > > Hi All, >

Q: Implementing "conditions"

2003-07-30 Thread Morten Mortensen
Hi All, Regarding the "condition"-framework, I miss stuff like "is-file" and "is-dir". Hence I have implemented these as regular tasks setting a property and then used the condition-framework to branch on the values of these. But I would like e.g. "is-file" and "is-dir" to be conditions, that is

RE: gmane access to ant mailing lists

2003-07-30 Thread Dominique Devienne
I liked Gmane, but you couldn't post like time I checked. Did that change. I haven't heard anything on Apache-General or Ant-user/dev about explicitly wanting to be dropped from it... --DD > -Original Message- > From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 3

gmane access to ant mailing lists

2003-07-30 Thread Antoine Levy-Lambert
Hi, I have noticed that it is not possible any more to access the ant mailing lists from the news.gmane.org server. They used to be accessible as gmane.comp.jakarta.ant.devel and gmane.comp.jakarta.ant.user. Since today the user list is not available any more via this confortable interface. Th

RE: ant 1.5.4 : Import

2003-07-30 Thread Jose Alberto Fernandez
Guys, I think that using C++ or C# as the model for ANT inheritance would be very bad. As I remember, the rules for resolving multiple inheritance in C++ are very complicated. I would propose using the XSLT model. It is much more simple, it may not allow for the example posted below as is, but I

"echo"-task, ignorable whitespace and CDATA-elements

2003-07-30 Thread Morten Mortensen
Hi all, It would be nice, if the "echo" task worked a bit different - actually *ignored* leading and trailing whitespace in the body of the text. The reason is, that XML-pretty-formatters - which does not change the semantics of the XML formatted relative to the specification - may alter the act

DO NOT REPLY [Bug 21948] - PropertyTest.Test5 failing -trying to connect?

2003-07-30 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 21948] - PropertyTest.Test5 failing -trying to connect?

2003-07-30 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: ImportTask ant 1.6

2003-07-30 Thread Dominique Devienne
Why don't you put the import *after* the

ImportTask ant 1.6

2003-07-30 Thread Steve Collins
I would like to see an option to the task of whether the file must exist. Ant exits now if the imported file is not there. It would be useful to me since my build file uses XSLT to generate files to be imported and those files are not there on the first run of the build script. thanks

DO NOT REPLY [Bug 21948] - PropertyTest.Test5 failing -trying to connect?

2003-07-30 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 21948] - PropertyTest.Test5 failing -trying to connect?

2003-07-30 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: cvs commit: ant/docs/manual/CoreTasks java.html

2003-07-30 Thread Antoine Levy-Lambert
Re : Java with spawn : The test case runs OK on Windows 2000. But not on Solaris. I am investigating why. Cheers, Antoine - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 21948] - PropertyTest.Test5 failing -trying to connect?

2003-07-30 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.5.4 : Import

2003-07-30 Thread Alexey N. Solofnenko
Would not it be easier to explicitly specify basedir for every include. It works for me. - Alexey. -- { http://trelony.cjb.net/ } Alexey N. Solofnenko Pleasant Hill, CA (GMT-8 usually) - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: ant 1.5.4 : Import

2003-07-30 Thread Steve Loughran
Albrecht, Matt wrote: -Original Message- From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 3:46 AM OTOMH this could be solved by rewriting all dependencies that are not in the import line. (1)---a multi-import (2)---b (3)---c--

Re: help wanted - escaping from quotes

2003-07-30 Thread Steve Loughran
Jorge. 1. Can I ask why you are not using the element to set properties? 2. what does ant -verbose say? I think this is a bug in the ant tag, but, until now, i did not have a response from the ant team. So if i do: - jmarg only provides the first url to forked j

RE: Any chance for fileset arithmetic?

2003-07-30 Thread Alexey Solofnenko
You are right, this feature will require to change a lot of tasks. But the change will be to remove most of fileset specific code. Even more there should be no difference between and usage. I agree, it might be not easy. Some tasks like (third-party-tool) or (source file access) require real

DO NOT REPLY [Bug 15031] - ANT with does not spot bad symlinks

2003-07-30 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 21373] - Multiple packages in CvsTagDiff causes StringIndexOutOfBounds

2003-07-30 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 18154] - SimpleP4OutputHandler can throw exceptions that should be build exceptions

2003-07-30 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 JavaTest.java

2003-07-30 Thread antoine
antoine 2003/07/30 08:25:51 Modified:src/etc/testcases/taskdefs java.xml src/testcases/org/apache/tools/ant/taskdefs JavaTest.java Log: TestCase fixed, works now also on nagoya (Solaris). The problem was that I did not allow enough time for java to start. 1 second

DO NOT REPLY [Bug 18154] - SimpleP4OutputHandler can throw exceptions that should be build exceptions

2003-07-30 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 21996] New: - add a flatten option in the unzip task

2003-07-30 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 21989] - Uptodate task optimization

2003-07-30 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 21989] - Uptodate task optimization

2003-07-30 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 5907] - ExecTask waits regardless of what you are executing

2003-07-30 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_bug

DO NOT REPLY [Bug 21988] - Uptodate task presentation bug

2003-07-30 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/docs/manual/CoreTasks java.html

2003-07-30 Thread antoine
antoine 2003/07/30 06:56:06 Modified:src/etc/testcases/taskdefs java.xml src/testcases/org/apache/tools/ant/taskdefs JavaTest.java src/main/org/apache/tools/ant/taskdefs Java.java .WHATSNEW docs/manual/CoreTasks java.htm

RE: ant 1.5.4 : Import

2003-07-30 Thread Albrecht, Matt
> -Original Message- > From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 30, 2003 3:46 AM > > OTOMH this could be solved by rewriting all dependencies that > are not in > the import line. > >(1)---a > multi-import (2)---b >(3)--

DO NOT REPLY [Bug 21542] - Updated MANIFEST.MF doesn't get updated in JAR

2003-07-30 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 21542] - Updated MANIFEST.MF doesn't get updated in JAR

2003-07-30 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 21948] - PropertyTest.Test5 failing -trying to connect?

2003-07-30 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 21542] - Updated MANIFEST.MF doesn't get updated in JAR

2003-07-30 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 21989] - Uptodate task optimization

2003-07-30 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 21657] - CVS Task - Not working with passfile

2003-07-30 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: cvs commit: ant/docs/manual/CoreTasks exec.html

2003-07-30 Thread Stefan Bodewig
On Tue, 29 Jul 2003, Steve Loughran <[EMAIL PROTECTED]> wrote: > Maybe the trick is to start a java spawner program (ours), that sets > up stdio, does the pumping, etc, etc. Probably. It would have to be forked and to be save invoked via nohup on Unix systems, though. So there still would be so

DO NOT REPLY [Bug 21308] - looses stored permissions when you update existing archive

2003-07-30 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/main/org/apache/tools/ant/taskdefs Zip.java

2003-07-30 Thread bodewig
bodewig 2003/07/30 05:23:10 Modified:src/main/org/apache/tools/ant/taskdefs Zip.java Log: Keep permissions of directories as well when updating a zip archive. PR: 21308 Revision ChangesPath 1.112 +28 -1 ant/src/main/org/apache/tools/ant/taskdefs/Zip.java

Re: cvs commit: ant/docs/manual/CoreTasks exec.html

2003-07-30 Thread Stefan Bodewig
On Wed, 30 Jul 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > Where in the code does the executable get resolved if > vmlauncher=false ? Nowhere, the OS does. If you look at antRun for example, it does , | cd "$1" | CMD="$2" | shift | shift | | exec "$CMD" "$@" ` which means

DO NOT REPLY [Bug 21988] - Uptodate task presentation bug

2003-07-30 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: cvs commit: ant/docs/manual/CoreTasks exec.html

2003-07-30 Thread Antoine Levy-Lambert
- Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> Sent: Wednesday, July 30, 2003 1:26 PM > On Wed, 30 Jul 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> > wrote: > > > Sorry, > > No harm done. > > > I will roll-back my change. > > Thanks. Maybe we can take what you've writ

Re: AntRun or modification to antcall

2003-07-30 Thread Nicola Ken Barozzi
peter reilly wrote, On 30/07/2003 13.41: ... I think it should go into ant-contrib. I will put it there soon ... I have asked ant-contrib, but I was suggested to ask here is this behaviour could be inserted in antcall and if it was something that could go in Ant. Ping... pong... ;-) Thanks for

Re: AntRun or modification to antcall

2003-07-30 Thread peter reilly
Sorry, I meant to reply to this previously, but am snowed under at the moment. I do not think that this task is a form of antcall. It does not create a new project which is the defining characteristic of antcall. I think it should go into ant-contrib. I will put it there soon Peter On Wednes

Re: cvs commit: ant/docs/manual/CoreTasks exec.html

2003-07-30 Thread Stefan Bodewig
On Wed, 30 Jul 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > Sorry, No harm done. > I will roll-back my change. Thanks. Maybe we can take what you've written (which I guess is correct for vmlauncher="true") and what is present in the vmlauncher docs and combine it to something sensib

DO NOT REPLY [Bug 21988] - Uptodate task presentation bug

2003-07-30 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: help wanted - escaping from quotes

2003-07-30 Thread Jorge Pereira
Hi Morten, First thanks for your replay. The problem is that if i do as you say (and i have tested this before) the second URL does not apear in the rmi property and the rmid can't download the jini classes. So it gives a "no class def found /net/jini/core/something". In the sun docu

Re: cvs commit: ant/docs/manual/CoreTasks exec.html

2003-07-30 Thread Antoine Levy-Lambert
Sorry, I will roll-back my change. Antoine - Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 30, 2003 12:27 PM Subject: Re: cvs commit: ant/docs/manual/CoreTasks exec.html > On 30 Jul 2003, <[EMAIL PROTECTED]> wrote: > > > ad

RE: FileUtils#normalize(File)

2003-07-30 Thread Wannheden, Knut
> > For VMS I intend to add a method FileUtils#toVMSPath(File):String. > > I was just thinking if a more generic > > FileUtils#toOSPath(File):String would make sense. What do you > > think? > > There currently is no need for it except in the OpenVMS case, we could > add toOSPAth later IMHO. > O

AntRun or modification to antcall

2003-07-30 Thread Nicola Ken Barozzi
In some cases I find that using antcall is slow and using dependencies is impractical. Thus I have come up with this task, that simply executes a target without any dependency checking: /** * Ant tasks that runs a target without creating a new project. * * @author Nicola Ken Barozzi [EMAIL PR

cvs commit: ant/docs/manual/CoreTasks exec.html

2003-07-30 Thread antoine
antoine 2003/07/30 03:32:43 Modified:docs/manual/CoreTasks exec.html Log: roll-back wrong change concerning executable attribute Revision ChangesPath 1.30 +1 -8 ant/docs/manual/CoreTasks/exec.html Index: exec.html =

Re: cvs commit: ant/docs/manual/CoreTasks exec.html

2003-07-30 Thread Stefan Bodewig
On 30 Jul 2003, <[EMAIL PROTECTED]> wrote: > added precisions regarding the executable attribute in the > task This is not correct. Please see the blurb about relative paths in the description of the vmlauncher attribute. If you set vmlauncher to false, your CWD will be set to the dir attr

cvs commit: ant/docs/manual/CoreTasks exec.html

2003-07-30 Thread antoine
antoine 2003/07/30 03:19:56 Modified:docs/manual/CoreTasks exec.html Log: added precisions regarding the executable attribute in the task Revision ChangesPath 1.29 +8 -1 ant/docs/manual/CoreTasks/exec.html Index: exec.html ===

DO NOT REPLY [Bug 21989] - Uptodate task optimization

2003-07-30 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 21989] New: - Uptodate task optimization

2003-07-30 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 21988] New: - Uptodate task presentation bug

2003-07-30 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 ExecTaskTest.java

2003-07-30 Thread antoine
antoine 2003/07/30 02:10:09 Modified:src/testcases/org/apache/tools/ant/taskdefs ExecTaskTest.java Log: suppress unnecessary output from the test Revision ChangesPath 1.5 +0 -11 ant/src/testcases/org/apache/tools/ant/taskdefs/ExecTaskTes

DO NOT REPLY [Bug 14395] - No way to set additional global options for Perforce tasks

2003-07-30 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/main/org/apache/tools/ant/taskdefs/optional/perforce P4Base.java

2003-07-30 Thread antoine
antoine 2003/07/30 01:57:55 Modified:src/main/org/apache/tools/ant/taskdefs/optional/perforce P4Base.java Log: Allow several space separated arguments in Perforce globalopts PR: 14395 Submitted by: Matt Bishop (matt at thebishops dot org) Revision Ch

Re: ant 1.5.4 : Import

2003-07-30 Thread Nicola Ken Barozzi
Conor MacNeill wrote, On 30/07/2003 0.10: On Tue, 29 Jul 2003 05:52 pm, Nicola Ken Barozzi wrote: Personally, I don't see the real need for it, as the same can be done with correctly-written @importable files. In the specific, init values should be included rather than imported. Can you point me to

RE: FileUtils#normalize(File)

2003-07-30 Thread Wannheden, Knut
Stefan, > > I've noticed that the normalize(File) method in FileUtils requires > > that the File to normalize is absolute. I was wondering what the > > reason is for this reason. > > I'm not entirely sure (we extracted the code from Project way back > IIRC). On problem I can imagine is that of

DO NOT REPLY [Bug 18154] - SimpleP4OutputHandler can throw exceptions that should be build exceptions

2003-07-30 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 18154] - SimpleP4OutputHandler can throw exceptions that should be build exceptions

2003-07-30 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/main/org/apache/tools/ant/util ClasspathUtils.java

2003-07-30 Thread conor
conor 2003/07/30 00:39:26 Modified:src/main/org/apache/tools/ant/util ClasspathUtils.java Log: grammar ... sorry :-) Revision ChangesPath 1.7 +1 -1 ant/src/main/org/apache/tools/ant/util/ClasspathUtils.java Index: ClasspathUtils.java =

Re: Any chance for fileset arithmetic?

2003-07-30 Thread Stefan Bodewig
On Tue, 29 Jul 2003, Alexey Solofnenko <[EMAIL PROTECTED]> wrote: > but a or a is essentially a collection of data > files with names Not in the case of . > (isn't logically an ordered ?). No. A is a set of names of existing files rooted in the same base directory. There are lots of tasks