DO NOT REPLY [Bug 31685] - [PATCH] typedef doen't fail with resource could not be found

2004-10-15 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 29954] - Ant attempts to process result sets for SQL statements that do not return result sets, generating CLI0125E function sequence error in DB2

2004-10-15 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

cvs commit: ant/docs/manual/CoreTypes filterchain.html

2004-10-15 Thread mbenson
mbenson 2004/10/15 10:09:18 Modified:docs/manual/CoreTypes Tag: ANT_16_BRANCH filterchain.html Log: Merge Revision ChangesPath No revision No revision 1.13.2.7 +3 -3 ant/docs/manual/CoreTypes/filterchain.html Index: filte

cvs commit: ant/docs/manual/CoreTypes filterchain.html

2004-10-15 Thread mbenson
mbenson 2004/10/15 10:05:54 Modified:docs/manual/CoreTypes filterchain.html Log: Typos Revision ChangesPath 1.20 +3 -3 ant/docs/manual/CoreTypes/filterchain.html Index: filterchain.html ===

AW: AW: local properties

2004-10-15 Thread Jan . Materne
> >Havent got an answer to that proposal: > > > > > > I do not see how it would be useful You could use all other tasks as they are. Many tasks store their result in properties. Some (like loadproperties) in multiple props. > or how to implement it. :-) - Register the "tmp" as tempor

Re: AW: local properties

2004-10-15 Thread Matt Benson
[edited for length] --- Peter Reilly <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > > > > > I do not see how it would be useful or how to > implement it. :-) I think it could be useful. I don't remember how your impl was structured, but there might be room for this as well.

Re: local properties

2004-10-15 Thread Peter Reilly
Jose Alberto Fernandez wrote: Notice, that except for the access to the HashMap containing the properties you do not need to do much more in the sense of thread safety. The names are unique, hence there is no two threads with the same property (unless the name gets passed from a common parent) but

Re: AW: local properties

2004-10-15 Thread Peter Reilly
[EMAIL PROTECTED] wrote: Havent got an answer to that proposal: Yes, sorry I meant to reply. I do not see how it would be useful or how to implement it. :-) Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

DO NOT REPLY [Bug 31730] - ZIP and JAR no longer include empty directories in V 1.6.2

2004-10-15 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 30365] - zip-task doesn't zip the empty directories

2004-10-15 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 31730] New: - ZIP and JAR no longer include empty directories in V 1.6.2

2004-10-15 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 31589] - Problems specific to OpenVMS

2004-10-15 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: local properties

2004-10-15 Thread Jose Alberto Fernandez
> From: Steve Loughran [mailto:[EMAIL PROTECTED] > > > On Thu, 14 Oct 2004 11:26:56 +0200, Stefan Bodewig > <[EMAIL PROTECTED]> > wrote: > > Hmm, ask Steve how long a SmartFrog instance is running. > And AFAIU > NetBeans 4 runs a single instance of Ant as long > as the IDE is > running.

Re: local properties

2004-10-15 Thread Steve Loughran
On Thu, 14 Oct 2004 11:26:56 +0200, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > Hmm, ask Steve how long a SmartFrog instance is running. And AFAIU > NetBeans 4 runs a single instance of Ant as long as the IDE is > running. This may really lead to quite a few properties at the end of > the day, i

RE: local properties

2004-10-15 Thread Jose Alberto Fernandez
> From: Peter Reilly [mailto:[EMAIL PROTECTED] > > Stefan Bodewig wrote: > > >Trying to consolidate a few answers since I'm very late to the party > >anyway. > > > >On Fri, 08 Oct 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: > > > > > >>>2) All these uniquely named properties go on living afte

RE: local properties@apache.org

2004-10-15 Thread Steve Loughran
On Thu, 14 Oct 2004 11:26:56 +0200, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > Hmm, ask Steve how long a SmartFrog instance is running. And AFAIU > NetBeans 4 runs a single instance of Ant as long as the IDE is > running. This may really lead to quite a few properties at the end of > the day, i

RE: local properties

2004-10-15 Thread Jose Alberto Fernandez
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > > Trying to consolidate a few answers since I'm very late to > the party anyway. > > On Fri, 08 Oct 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: > > > I have had a proposal outstanding for a while for local properties: > > a long while. > >

AW: local properties

2004-10-15 Thread Jan . Materne
> >>Example: > >> > >> > >> prop is ${prop} > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> Havent got an answer to that proposal: Jan

AW: Is there any schema for build xml?

2004-10-15 Thread Jan . Materne
No. But the problem is: everyone can write its own "scheme". E.g. Hello And then: namespaces, external libraries (like AntContrib), ... That´s why there is an Ant task which will create a DTD from the current loaded (I think) possibilities. Dont know how good it is ...

Re: local properties

2004-10-15 Thread Peter Reilly
Stefan Bodewig wrote: Trying to consolidate a few answers since I'm very late to the party anyway. On Fri, 08 Oct 2004, Peter Reilly <[EMAIL PROTECTED]> wrote: I have had a proposal outstanding for a while for local properties: a long while. My preferences haven't changed much over time, but I'm f

Is there any schema for build xml?

2004-10-15 Thread Saravanan Veerappan
Is there any xsd schema for build xml file? I am thinking of creating a new one, if it doesn't exist. The dtd from http://www.sdv.fr/pages/casa/html/ant-dtd.en.html has not been updated to xsd since last three years. __ Do you Yahoo!? Yahoo! Mail A

AW: [GUMP@brutus]: Project test-ant (in module ant) failed

2004-10-15 Thread Jan . Materne
DotNet once again ... Testcase: testCSC(org.apache.tools.ant.taskdefs.optional.DotnetTest): Caused an ERROR csc returned: 129 /usr/local/gump/public/workspace/ant/src/etc/testcases/taskdefs/optional/dot net.xml:157: csc returned: 129 at org.apache.tools.ant.taskdefs.optional.do

[GUMP@brutus]: Project test-ant (in module ant) failed

2004-10-15 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project test-ant has an issue affecting its community integration. This issue affects 1 p

pescaria por kilo

2004-10-15 Thread bodewig
veja o que tem no zip e me liga <> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]