DO NOT REPLY [Bug 30662] New: - junitreport xml formatter change '<' into "<"

2004-08-13 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: Bug in the "glob" file mapper?

2004-08-13 Thread Alexey N. Solofnenko
Sometimes you do not know exact path, because some products like to put version number into base directory name (I really hate it, but it is just common practice). If you know that there is exactly one file with a given name, sometimes it is easier to use instead of specifying full file name a

RE: Bug in the "glob" file mapper?

2004-08-13 Thread Dominique Devienne
> From: Phil Weighill-Smith [mailto:[EMAIL PROTECTED] > > Thanks for the info. Note that the documentation for the file mappers > states that "to" and "from" can "contain at most one '*'", which implies > to me that they can legitimately have zero stars. In this particular case > the fileset defin

RE: ant -projecthelp not working under certain conditions...

2004-08-13 Thread Anderson, Rob (Global Trade)
Thanks Matt. Ant 1.6.2 shows the output. This is good enough for me. -Rob A > -Original Message- > From: Matt Benson [mailto:[EMAIL PROTECTED] > Sent: Friday, August 13, 2004 12:11 PM > To: Ant Developers List > Subject: Re: ant -projecthelp not working under certain conditions... > >

Re: Bug in the "glob" file mapper?

2004-08-13 Thread Alexey N. Solofnenko
Should not you use: ? - Alexey. Phil Weighill-Smith wrote: (Sorry if this message is HTML: having to use Outlook Web Access and don't know how to control the mail format!) Thanks for the info. Note that the documentation for the file mappers states that "to" and "from" can "contain at most o

RE: Bug in the "glob" file mapper?

2004-08-13 Thread Phil Weighill-Smith
(Sorry if this message is HTML: having to use Outlook Web Access and don't know how to control the mail format!) Thanks for the info. Note that the documentation for the file mappers states that "to" and "from" can "contain at most one '*'", which implies to me that they can legitimately have

DO NOT REPLY [Bug 30660] - Vague parse error when using namespaces

2004-08-13 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 30660] New: - Vague parse error when using namespaces

2004-08-13 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: ant -projecthelp not working under certain conditions...

2004-08-13 Thread Dale Anson
Rob, Also look at bug 27722. There are other issues with -projecthelp, it might be good to roll them all up together. Dale Anderson, Rob (Global Trade) wrote: I have an issue with the use of ant -projecthelp. I have a build file that will load properties from a file based on the value of a prope

Re: ant -projecthelp not working under certain conditions...

2004-08-13 Thread Matt Benson
Rob: Are you using Ant 1.6.2? In that version the output should show up. -Matt --- "Anderson, Rob (Global Trade)" <[EMAIL PROTECTED]> wrote: > I have an issue with the use of ant -projecthelp. I > have a build file that will load properties from a > file based on the value of a property passe

RE: Bug in the "glob" file mapper?

2004-08-13 Thread Dominique Devienne
> From: Phil Weighill-Smith [mailto:[EMAIL PROTECTED] > The "glob" file mapper is exhibiting a behaviour I didn't expect: > > > > > Assuming that "*" matches "env/apache-ant-1.6.2/lib" I expected this to > copy the ant.jar to a destination of copy's todir + /internal/ant.jar. > What i

Bug in the "glob" file mapper?

2004-08-13 Thread Phil Weighill-Smith
The "glob" file mapper is exhibiting a behaviour I didn't expect: Assuming that "*" matches "env/apache-ant-1.6.2/lib" I expected this to copy the ant.jar to a destination of copy's todir + /internal/ant.jar. What it actually does is copy it to copy's todir + /internal/ant.jarenv/apache-ant-1.6

ant -projecthelp not working under certain conditions...

2004-08-13 Thread Anderson, Rob (Global Trade)
I have an issue with the use of ant -projecthelp. I have a build file that will load properties from a file based on the value of a property passed in on the command line. Here is a little build file to illustrate my point... Please specify the environment on the command line... ant

Task for Reading POMs

2004-08-13 Thread Kyle Adams
Before I go re-inventing the wheel, I wanted to check and see if anyone else was working/had worked on scratching the same itch: I'd like to be able to utilize Maven's POM for describing a project; XmlProperty gets me most of the way there, but there are a few things (like imported POMs) that it d

DO NOT REPLY [Bug 30651] - Add ability to pass arbitrary arguments after a special -- marker as special $ properties

2004-08-13 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 30651] New: - Add ability to pass arbitrary arguments after a special -- marker as special $ properties

2004-08-13 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 30595] - FTP task, getTimeDiff method returning wrong value?

2004-08-13 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 30276] - [PATCH] Add @since to new methods in Target

2004-08-13 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/src/main/org/apache/tools/ant Target.java

2004-08-13 Thread antoine
antoine 2004/08/13 02:28:47 Modified:src/main/org/apache/tools/ant Tag: ANT_16_BRANCH Target.java Log: Merge from HEAD Add @since tags to methods introduced in ant 1.6.2 PR: 30276 Submitted by: Jesse Glick Revision ChangesPath No revision No

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

2004-08-13 Thread antoine
antoine 2004/08/13 02:27:01 Modified:src/main/org/apache/tools/ant Target.java Log: Add @since tags to methods introduced in Ant 1.6.2 PR: 30276 Submitted by: Jesse Glick Revision ChangesPath 1.57 +4 -0 ant/src/main/org/apache/tools/ant/Target.java Inde

DO NOT REPLY [Bug 15390] - ant.regexp.regexpimpl only works if it is a system property

2004-08-13 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 30185] - regexp.html apparently not branched in CVS

2004-08-13 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 WHATSNEW

2004-08-13 Thread antoine
antoine 2004/08/13 02:16:41 Modified:.WHATSNEW Log: Merged the solution of PR 15390 (choice of regular expression implementation) into ANT_16_BRANCH Revision ChangesPath 1.645 +3 -3 ant/WHATSNEW Index: WHATSNEW ===

cvs commit: ant WHATSNEW

2004-08-13 Thread antoine
antoine 2004/08/13 02:14:20 Modified:src/main/org/apache/tools/ant/types Tag: ANT_16_BRANCH RegularExpression.java docs/manual/OptionalTasks Tag: ANT_16_BRANCH replaceregexp.html docs/manual Tag: ANT_16_BRANCH

DO NOT REPLY [Bug 30631] - Need a way to get process-id for task

2004-08-13 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/xdocs resources.xml

2004-08-13 Thread jhm
jhm 2004/08/13 01:32:24 Modified:docs resources.html xdocsresources.xml Log: article about extending Revision ChangesPath 1.81 +34 -0 ant/docs/resources.html Index: resources.html

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

2004-08-13 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 folk at [EMAIL PROTECTED] Project test-ant has an issue affecting its community integration. This issue affects 1 proje

DO NOT REPLY [Bug 30488] - Option to show tasks in menu

2004-08-13 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 30642] - XMLCatalog fails to resolve entities when the project's base directory path contains spaces.

2004-08-13 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 30642] New: - XMLCatalog fails to resolve entities when the project's base directory path contains spaces.

2004-08-13 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 30593] - testcase XMLReportTest fails when build directory's path contains spaces.

2004-08-13 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 30611] - java.lang.InstantiationException - starting ANT

2004-08-13 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 30611] - java.lang.InstantiationException - starting ANT

2004-08-13 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