Re: cvs commit: ant/src/etc/testcases/types filelist.xml

2004-02-26 Thread Antoine Lévy-Lambert
Peter Reilly wrote: Hi, I have added a nested file element to filelist, used as follows: a) Is this change ok? Yes, it is OK. I do not understand too well the advantage of the filelist with nested element compared to a fileset with nested include elements (or with nested selector arg

RE: Urgent Please help with invoking ftp client on windows with a nt

2004-02-26 Thread Matt Benson
--- "Majumdar, Anamitra" <[EMAIL PROTECTED]> wrote: > Hi did send my query to user's list but did not > receive a reply. > Can you please provide me with an answer > Hmm. I never saw a post come through the user list. Are you subscribed? I'm not sure what happens to messages from non-members.

RE: Urgent Please help with invoking ftp client on windows with a nt

2004-02-26 Thread Majumdar, Anamitra
Hi did send my query to user's list but did not receive a reply. Can you please provide me with an answer Thanks Anamitra *650-432-4696 -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 12:03 PM To: Ant Developers List Subject: RE: Urgent Pl

RE: Urgent Please help with invoking ftp client on windows with a nt

2004-02-26 Thread Matt Benson
--- "Majumdar, Anamitra" <[EMAIL PROTECTED]> wrote: > What is the e-mail id for ant users list. user@ant.apache.org __ Do you Yahoo!? Get better spam protection with Yahoo! Mail. http://antispam.yahoo.com/tools

RE: Urgent Please help with invoking ftp client on windows with a nt

2004-02-26 Thread Majumdar, Anamitra
What is the e-mail id for ant users list. Thanks Anamitra *650-432-4696 -Original Message- From: Kenneth Wood [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 11:56 AM To: Ant Developers List Subject: RE: Urgent Please help with invoking ftp client on windows with a nt I wou

RE: Urgent Please help with invoking ftp client on windows with a nt

2004-02-26 Thread Majumdar, Anamitra
I am not able to use ant FTP task because it does not support the rename action but I need this action.I am using ant 1.6. The ftp script that I am using is as follows echo %1 %2 FTP -d -s:Outgoing-TC-Compressed.ftp 10.200.141.143 >faftp.log which is in a windows bat file The contents of Outgoi

RE: Urgent Please help with invoking ftp client on windows with a nt

2004-02-26 Thread Kenneth Wood
I would begin by requesting help from the correct group. This is the Ant DEVELOPERS list, your question is more appropriate for the Ant USERS list. -Original Message- From: Majumdar, Anamitra [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 1:50 PM To: 'Ant Developers List' Sub

Re: Urgent Please help with invoking ftp client on windows with ant

2004-02-26 Thread Matt Benson
--- "Majumdar, Anamitra" <[EMAIL PROTECTED]> wrote: > Can somebody tell me how do I call windows ftp > client shell from and using the exec or apply task > > I am using syntax > > dir="${Outgoing.Input.Directory}/ftp" > executable="c:/winnt/system32/ftp.exe " > > >

Urgent Please help with invoking ftp client on windows with ant

2004-02-26 Thread Majumdar, Anamitra
Can somebody tell me how do I call windows ftp client shell from and using the exec or apply task I am using syntax and I am receiving this error [exec] User (10.200.141.143:(none)): [exec] java.lang.reflect.InvocationTargetException [exec]

Re: cvs commit: ant build.xml

2004-02-26 Thread Antoine Lévy-Lambert
Dominique Devienne wrote: I guess finding the regression is just one aspect of the equation, but I'm kind of surprised this is simply put on the back burner like that... Is this a difficult problem to fix? Or people simply don't mind getting on error on duplicate targets? --DD I do not know whet

RE: cvs commit: ant build.xml

2004-02-26 Thread Dominique Devienne
I guess finding the regression is just one aspect of the equation, but I'm kind of surprised this is simply put on the back burner like that... Is this a difficult problem to fix? Or people simply don't mind getting on error on duplicate targets? --DD > -Original Message- > From: [EMAIL P

Re: Closing down ant-dev@jakarta and ant-user@jakarta?

2004-02-26 Thread Antoine Lévy-Lambert
Matt Benson wrote: --- [EMAIL PROTECTED] wrote: +1 for closing. +1. -Matt +1 Antoine - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 27261] - Properties.propertyNames() instead of .keys()

2004-02-26 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 27261] - Properties.propertyNames() instead of .keys()

2004-02-26 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 27261] - Properties.propertyNames() instead of .keys()

2004-02-26 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 27261] - Properties.propertyNames() instead of .keys()

2004-02-26 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 27261] - Properties.propertyNames() instead of .keys()

2004-02-26 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 27261] - Properties.propertyNames() instead of .keys()

2004-02-26 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 build.xml

2004-02-26 Thread jhm
jhm 2004/02/26 08:35:26 Modified:.build.xml Log: Exclude ProjectTest from being executed (hopefully :), because of testDuplicateTarget. Revision ChangesPath 1.411 +7 -0 ant/build.xml Index: build.xml ===

DO NOT REPLY [Bug 27219] - in an macro outputs wrong

2004-02-26 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: To find web.xml in websphere

2004-02-26 Thread Steve Loughran
Radha Sangal wrote: Hi, I need to locate web.xml in "config/cells" dir dynamically , can I write a script for that ? Can you ask in the ant user mail list, as that is the place for such questions. -steve - To unsubscribe, e-mai

DO NOT REPLY [Bug 27261] New: - Properties.propertyNames() instead of .keys()

2004-02-26 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: Closing down ant-dev@jakarta and ant-user@jakarta?

2004-02-26 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: > +1 for closing. +1. -Matt __ Do you Yahoo!? Get better spam protection with Yahoo! Mail. http://antispam.yahoo.com/tools - To unsubscribe, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 27226] - Tar files with compression ="gzip" cannot be unzipped on Solaris

2004-02-26 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 27226] - Tar files with compression ="gzip" cannot be unzipped on Solaris

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

To find web.xml in websphere

2004-02-26 Thread Radha Sangal
Hi, I need to locate web.xml in "config/cells" dir dynamically , can I write a script for that ? Thanks in advance radha

Re: Ant requiring tools.jar / SUN compiler tools

2004-02-26 Thread Steve Loughran
Sonja Krause-Harder wrote: Hi, In org/apache/tools/ant/launch/Locator.java, the comment for getToolsJar() states: /** * Get the File necessary to load the Sun compiler tools. (...) */ ... and then tries to either load the compiler classes or find tools.jar in the system. Does this mean that ant

read it immediately

2004-02-26 Thread peter
i'm waiting <> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Ant requiring tools.jar / SUN compiler tools

2004-02-26 Thread Sonja Krause-Harder
Hi, In org/apache/tools/ant/launch/Locator.java, the comment for getToolsJar() states: /** * Get the File necessary to load the Sun compiler tools. (...) */ ... and then tries to either load the compiler classes or find tools.jar in the system. Does this mean that ant can't run without an im

Re: PropertySet

2004-02-26 Thread Steve Cohen
Thanks, got it. Duh. Properties are immutable. I wasn't thinking. On Thursday 26 February 2004 7:15 am, Stefan Bodewig wrote: > On Thu, 26 Feb 2004, Steve Cohen <[EMAIL PROTECTED]> wrote: > > How do you negate a non-boolean property? How do you negate null? > > I think Matt wants to negate the

RE: Closing down ant-dev@jakarta and ant-user@jakarta?

2004-02-26 Thread Jan . Materne
+1 for closing. So users of the old adresses are forced to update (I can simplify my mail-rules :). And if someone is surprised a look at the homepage should be the first thing ... Jan > -Original Message- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 26, 20

Closing down ant-dev@jakarta and ant-user@jakarta?

2004-02-26 Thread Stefan Bodewig
Hi, since we've moved to ant.apache.org we've kept the old list addresses as aliases for the new ones. About 50% of the spam I receive as a moderator (only a drop in the ocean, though) goes to the old addresses, would anybody object if we close them down? Stefan

Re: PropertySet

2004-02-26 Thread Stefan Bodewig
On Thu, 26 Feb 2004, Steve Cohen <[EMAIL PROTECTED]> wrote: > How do you negate a non-boolean property? How do you negate null? I think Matt wants to negate the selection of properties that makes up the property set. A way to say "all properties except those that start with prefix foo". Stefan

Re: PropertySet

2004-02-26 Thread Matt Benson
--- Steve Cohen <[EMAIL PROTECTED]> wrote: > How do you negate a non-boolean property? How do > you negate null? > Answer: You don't. You negate the selection criteria, not the values... :) example: -Matt __ Do you Yahoo!? Get better spam protectio

Re: PropertySet

2004-02-26 Thread Steve Cohen
On Thursday 26 February 2004 4:12 am, Stefan Bodewig wrote: > On Fri, 20 Feb 2004, Matt Benson <[EMAIL PROTECTED]> wrote: > > I have put together a patch for negating the selected > > properties of a PropertySet. > > Sounds useful. > > Stefan > >

hello

2004-02-26 Thread jtulley
here, the cheats <> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: cvs commit: ant/src/etc/testcases/types filelist.xml

2004-02-26 Thread Jan . Materne
> Hi Jan, > as regards the tests - it looks like > you are using the installed ant > classes with the cvs ant test classes. > > Always with running the tests, I do: > cd ~/cvs/ant > rm -rf bootstrap build; ./build.sh test -Dtest.haltonfailure=yes I´d thought about that, too. So I updated the sou

Re: cvs commit: ant/src/etc/testcases/types filelist.xml

2004-02-26 Thread Peter Reilly
Hi Jan, as regards the tests - it looks like you are using the installed ant classes with the cvs ant test classes. Always with running the tests, I do: cd ~/cvs/ant rm -rf bootstrap build; ./build.sh test -Dtest.haltonfailure=yes Peter [EMAIL PROTECTED] wrote: a) Is this change ok? +1 b) S

Re: and XML NS hell ;-)

2004-02-26 Thread Peter Reilly
Dominique Devienne wrote: From: Peter Reilly [mailto:[EMAIL PROTECTED] Ah, I see, you are trying to use the contents of "sources" in javc and also in bm:lsync. This is indeed XML NS hell! The problem is that the ns uri and local name of the Unknown elements are given to the elements in the calling

Re: PropertySet

2004-02-26 Thread Stefan Bodewig
On Fri, 20 Feb 2004, Matt Benson <[EMAIL PROTECTED]> wrote: > I have put together a patch for negating the selected > properties of a PropertySet. Sounds useful. Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: and XML NS hell ;-)

2004-02-26 Thread Stefan Bodewig
On Tue, 24 Feb 2004, Dominique Devienne <[EMAIL PROTECTED]> wrote: > Why am I the one always falling in the XML NS traps :-( Since you are the only one using them 8-) Thank you for that, by the way. Stefan - To unsubscribe, e-

RE: AntStructure and optional tasks

2004-02-26 Thread Jan . Materne
> I don't know of an automated way to document tasks that are not > loadable by Ant right now. The xdocs proposal should have all the > data necessary for it. If it can create manual pages for a task, it > should be able to create a DTD snippet as well. And the data for the Eclipse tooltips ...

RE: cvs commit: ant/src/etc/testcases/types filelist.xml

2004-02-26 Thread Jan . Materne
> a) Is this change ok? +1 > b) Should it be in ant 1.6.2 +1 > c) Could someone run the unittests on windows please ;-) Windows 2000 SP 2 Java build 1.4.2_03-b02 [junit] Testcase: testDuplicateTargets(org.apache.tools.ant.ProjectTest): FAILED --> as discussed earlier [junit] Testcase: test

Re: cvs commit: ant WHATSNEW

2004-02-26 Thread Stefan Bodewig
On Thu, 26 Feb 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: >>On 24 Feb 2004, <[EMAIL PROTECTED]> wrote: >> >>> Throw build exception if name attribute is missing in a >>> patternset >>> > This should be pattern or patternset#nameentry, it is used for > "include" and "exclude" includesfile and

Re: cvs commit: ant WHATSNEW

2004-02-26 Thread Peter Reilly
Stefan Bodewig wrote: On 24 Feb 2004, <[EMAIL PROTECTED]> wrote: Throw build exception if name attribute is missing in a patternset This should be pattern or patternset#nameentry, it is used for "include" and "exclude" includesfile and excludesfile nested elements. what about ? This i

Re: AntStructure and optional tasks

2004-02-26 Thread Stefan Bodewig
On Tue, 24 Feb 2004, Dale Anson <[EMAIL PROTECTED]> wrote: > I noticed that the AntStructure task doesn't include the optional > tasks in the dtd that it produces. The optional tasks that are available to the currently running Ant instance should be documented, aren't they? I don't know of an au

Re: cvs commit: ant/src/etc/testcases/types filelist.xml

2004-02-26 Thread Stefan Bodewig
On Mon, 23 Feb 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: > a) Is this change ok? +1 > b) Should it be in ant 1.6.2 +0 > c) Could someone run the unittests on windows please ;-) -0 8-) Stefan - To unsubscribe, e-mail:

Re: cvs commit: ant WHATSNEW

2004-02-26 Thread Stefan Bodewig
On 24 Feb 2004, <[EMAIL PROTECTED]> wrote: > Throw build exception if name attribute is missing in a patternset what about ? Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: Authors tag

2004-02-26 Thread Stefan Bodewig
On Tue, 24 Feb 2004, Conor MacNeill <[EMAIL PROTECTED]> wrote: > We need to decide how we handle the author tags issue in the Ant > project. We need a mechanism to credit people's contributions > appropriately. The board suggests a CHANGES file. My preference > would be to create a CONTRIBUTORS fi

DO NOT REPLY [Bug 27244] - sync task don't copy the CVS direcoties

2004-02-26 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 27244] - sync task don't copy the CVS direcoties

2004-02-26 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 27244] New: - sync task don't copy the CVS direcoties

2004-02-26 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 27226] - Tar files with compression ="gzip" cannot be unzipped on Solaris

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

[GUMP@lsd]: ant/test-ant failed

2004-02-26 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For help understanding the request please visit http://jakarta.apache.org/gump/nagged.html, and/or contact [EMAIL PROTECTED] Project test-ant has an issue affecting it's community integration, and has be

Re: getting classpath of current task (inside the task)

2004-02-26 Thread Conor MacNeill
On Thu, 26 Feb 2004 00:50:10 +, Steve Loughran <[EMAIL PROTECTED]> wrote: I have this custom task, which is loaded with a classloader that can declare not only the files containing the task, but implementing classes: Only the task itself spawns a new JVM. H

getting classpath of current task (inside the task)

2004-02-26 Thread Steve Loughran
I have this custom task, which is loaded with a classloader that can declare not only the files containing the task, but implementing classes: Only the task itself spawns a new JVM. How do I pass the classpath of the task itself down to the jvm? I cant use java.class