[PATCH] cvs docs

2004-03-02 Thread Shatzer, Larry
A newer version of CVS has been released, updated links in document. Also a bit of tidying up. -- Larry Index: docs/manual/CoreTasks/cvs.html === RCS file: /home/cvspublic/ant/docs/manual/CoreTasks/cvs.html,v retrieving revision 1.2

DO NOT REPLY [Bug 27382] New: - ant hangs if xmlproperty can not connect to dtd url

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

Extension to Manifest task?

2004-03-02 Thread Craig Berry
Recently, I and others have been discussing the lack of support for building ejb jars suitable for inclusion in EAR files where the ejb jars are dependent on other, non-ejb jars. The problem is that in this situation, the ejb jar mush have an EAR-relative classpath attribute listing all the non-ej

Re: cvs commit: ant/src/script ant

2004-03-02 Thread Matt Benson
Don't be fooled--this doesn't fix the big UNC problem, just addresses a quick typo. -Matt --- [EMAIL PROTECTED] wrote: > mbenson 2004/03/02 13:57:42 > > Modified:src/script ant > Log: > Fix typo. > > Revision ChangesPath > 1.47 +1 -1 ant/src/script/ant > >

cvs commit: ant/src/script ant

2004-03-02 Thread mbenson
mbenson 2004/03/02 13:57:42 Modified:src/script ant Log: Fix typo. Revision ChangesPath 1.47 +1 -1 ant/src/script/ant Index: ant === RCS file: /home/cvs/ant/src/script/ant,v retrieving re

Re: Ant scripts

2004-03-02 Thread Matt Benson
--- Matt Benson <[EMAIL PROTECTED]> wrote: > --- Antoine_Lévy-Lambert <[EMAIL PROTECTED]> > wrote: > > A colleague of mine told me that ant 1.6 has > > problems if ANT_HOME or > > JAVA_HOME are UNC paths > > ( \\somemachine\mountpoint\.) > > This problem shows up starting ant with ant.bat. > >

Re: Ant scripts

2004-03-02 Thread Matt Benson
--- Antoine_Lévy-Lambert <[EMAIL PROTECTED]> wrote: > A colleague of mine told me that ant 1.6 has > problems if ANT_HOME or > JAVA_HOME are UNC paths > ( \\somemachine\mountpoint\.) > This problem shows up starting ant with ant.bat. > I need to confirm this problem. Never thought of that.

Re: Ant scripts

2004-03-02 Thread Antoine Lévy-Lambert
Stephane Bailliez wrote: "Stefan Bodewig" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I think there is a know problem when CLASSPATH contains unexpanded environment variables. No the classpath was fully expanded. (but made of a mix of slashes, backslashes and whitespaces...

Flash/JSFL task

2004-03-02 Thread John Cowen
Hiya guys... I know you guys are probably massively busy, but I've written a Flash task for ant with the ability to execute JSFL (the javascript extensibility layer for Flash) files, and then compile.. I wouldn't mind a few pointers (I'm no java fiend by any means, although its all good fun)

disable ant´s external DTD validating

2004-03-02 Thread Edson Alves Pereira
Hello dudes, is there a way to make ant set DOMParser to doesn´t use external DTD validating? Regards, Edson

Re: Ant scripts

2004-03-02 Thread Stephane Bailliez
"Stefan Bodewig" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I think there is a know problem when CLASSPATH contains unexpanded > environment variables. No the classpath was fully expanded. (but made of a mix of slashes, backslashes and whitespaces... ) It's just that the Launch

DO NOT REPLY [Bug 27373] New: - NPE when running commons listener against log4J1.2.8

2004-03-02 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: BugID 27282 Misspelling: s/occured/occurred/g

2004-03-02 Thread Jan . Materne
> Honestly we should pick a single reference and a single locale and > standardize on that. That way when a bug like this comes in > we check the > reference, and say yeah or nay without 6-10 emails of > discussion. Given > this discussion and the earlier mis pelt (my spell checker objects >

Re: [Ant Wiki] Updated: FrontPage

2004-03-02 Thread Gus Heck
All the wiki mails are comming to me with the date 12/31/1969... is this intentional? It looks like a bug in the setups somewhere. [EMAIL PROTECTED] wrote: Date: 2004-03-01T10:19:22 Editor: 66.80.4.221 <> Wiki: Ant Wiki Page: FrontPage URL: http://wiki.apache.org/ant/FrontPage no comm

Re: BugID 27282 Misspelling: s/occured/occurred/g

2004-03-02 Thread Gus Heck
Perhaps we need to appoint a committee to research spellings and spelling variants. Then we could foot note all words with variants for clarity. Honestly we should pick a single reference and a single locale and standardize on that. That way when a bug like this comes in we check the reference

Re: and no-op output

2004-03-02 Thread Rob Oxspring
IIRC Conor originally created the depend task. Rob Matt Benson wrote: --- Conor MacNeill <[EMAIL PROTECTED]> wrote: Yep. Let's just do it. I'm the original offender. Original offender? -Matt - To unsubscribe, e-mail: [EMAIL PROTEC

RE: Ant scripts

2004-03-02 Thread Dominique Devienne
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > > Windows, 1.6.1 > > I think there is a know problem when CLASSPATH contains unexpanded > environment variables. And Conor has fixed it in CVS HEAD, and branch 1.6. Any classpath entry that contains a % (typical of unexpanded env. vars. on Windo

Re: Ant scripts

2004-03-02 Thread Stefan Bodewig
On Tue, 2 Mar 2004, Stephane Bailliez <[EMAIL PROTECTED]> wrote: > "Stefan Bodewig" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> On Tue, 2 Mar 2004, Stephane Bailliez <[EMAIL PROTECTED]> wrote: >> >> > Can someone enlighten me on what is the motivation to use the >> > classpath

Re: and XML NS hell ;-)

2004-03-02 Thread Gus Heck
Gus Heck wrote: re given to the elements in the calling macro. In ant 1.6.0+, the namespace of elements discovered by reflection take the namespace uri of type/task that contains the element (Note this is the uri and not the localname). The enclosed patch will allow the namespace of nested eleme

Re: Ant scripts

2004-03-02 Thread Stephane Bailliez
"Stefan Bodewig" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Tue, 2 Mar 2004, Stephane Bailliez <[EMAIL PROTECTED]> wrote: > > > Can someone enlighten me on what is the motivation to use the > > classpath to load ant libraries if it the env variable is defined ? > > Unix or Wi

Re: and no-op output

2004-03-02 Thread Matt Benson
--- Conor MacNeill <[EMAIL PROTECTED]> wrote: > Yep. Let's just do it. I'm the original offender. Original offender? -Matt __ Do you Yahoo!? Yahoo! Search - Find what you’re looking for faster http://search.yahoo.com --

Re: Ant scripts

2004-03-02 Thread Stefan Bodewig
On Tue, 2 Mar 2004, Stephane Bailliez <[EMAIL PROTECTED]> wrote: > Can someone enlighten me on what is the motivation to use the > classpath to load ant libraries if it the env variable is defined ? Unix or Windows? HEAD or 1.6 branch? BTW, welcome back Stephane 8-) Stefan ---

Ant scripts

2004-03-02 Thread Stephane Bailliez
Getting up to speed. Can someone enlighten me on what is the motivation to use the classpath to load ant libraries if it the env variable is defined ? I feel like expecting to find ant libraries if the classpath is defined is a bit rough on the edge as it is a common env variable, but I'm probably

RE: Wiki migration

2004-03-02 Thread Dominique Devienne
> From: Conor MacNeill [mailto:[EMAIL PROTECTED] > > On Mon, 1 Mar 2004 11:25:23 -0600, Dominique Devienne <[EMAIL PROTECTED]> > wrote: > > > Thanks for doing the migration Conor. > > > > Used to be that and were properly dealt with in the > > old Wiki, but now they appear as plain text. > > >

Re: Wiki migration

2004-03-02 Thread Conor MacNeill
On Mon, 1 Mar 2004 11:25:23 -0600, Dominique Devienne <[EMAIL PROTECTED]> wrote: Thanks for doing the migration Conor. Used to be that and were properly dealt with in the old Wiki, but now they appear as plain text. Is this no supported by the new Wiki, or a migration issue? --DD The new Wiki's

Re: and no-op output

2004-03-02 Thread Conor MacNeill
On Tue, 2 Mar 2004 03:45:48 -0800 (PST), Matt Benson <[EMAIL PROTECTED]> wrote: If we're going to change the loglevel I don't think it's really necessary to wait for a major release. I was only pointing out the potential for an issue. I may tend to play devil's advocate at times and argue a cas

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

2004-03-02 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://gump.apache.org/nagged.html, and/or contact [EMAIL PROTECTED] Project test-ant has an issue affecting it's community integration, and has been outs

RE: and no-op output

2004-03-02 Thread Matt Benson
--- Jose Alberto Fernandez <[EMAIL PROTECTED]> wrote: > However, I may be willing to accept, grudgingly, > that this be change > in ANT 1.7 only and not backported to ANT 1.6.x. > So we treat this as a new feature of the task on the > new mayor release. > If someone has an obscure usage of this or

cvs commit: ant/lib README xercesImpl.jar

2004-03-02 Thread bodewig
bodewig 2004/03/02 02:43:57 Modified:.Tag: ANT_16_BRANCH WHATSNEW lib Tag: ANT_16_BRANCH README xercesImpl.jar Log: Xerces-J 2.6.2 Revision ChangesPath No revision No revision 1.503.2.50 +4 -0 ant/WH

cvs commit: ant/lib README xercesImpl.jar

2004-03-02 Thread bodewig
bodewig 2004/03/02 02:42:59 Modified:.WHATSNEW lib README xercesImpl.jar Log: Xerces-J 2.6.2 Revision ChangesPath 1.560 +2 -0 ant/WHATSNEW Index: WHATSNEW === RCS

RE: and no-op output

2004-03-02 Thread Jose Alberto Fernandez
> From: Matt Benson [mailto:[EMAIL PROTECTED] > > --- Jose Alberto Fernandez <[EMAIL PROTECTED]> > wrote: > > OK, why would a change in an output message would > > break > > anyones build. We do change things when spellings > > are incorrect. [snip...] > > Maybe I am wrong, but I would like to se

Re: and no-op output

2004-03-02 Thread Rob Oxspring
Here we go then: the patch simply logs at DEBUG level rather than INFO if nothing has been acheived. Thanks, Rob Antoine Lévy-Lambert wrote: Rob Oxspring wrote: One of my (very few) pet hates with ant is that the depends task displays something when it performs a no-op. This seems counter to o

DO NOT REPLY [Bug 26310] - Ant 1.6 and XDoclet 1.2 "destDir attribute must be present." error

2004-03-02 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: and no-op output

2004-03-02 Thread Steve Loughran
Rob Oxspring wrote: One of my (very few) pet hates with ant is that the depends task displays something when it performs a no-op. This seems counter to other tasks (copy, javac, zip IIRC) and means that my complex build ends up spitting out a lot of output while doing very little. The output

DO NOT REPLY [Bug 27358] - Classpath Problem

2004-03-02 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 27358] New: - Classpath Problem

2004-03-02 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: and no-op output

2004-03-02 Thread Stefan Bodewig
On Mon, 1 Mar 2004, Jose Alberto Fernandez <[EMAIL PROTECTED]> wrote: > I would suggest just logging this message as debug when changes = 0. +1 > Maybe I am wrong, but I would like to see a meaningful example. People could be parsing log outputs, maybe with custom build listeners, you can never

DO NOT REPLY [Bug 27355] New: - question about VSS task in Ant1.5

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