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

2003-09-25 Thread stevel
stevel 2003/09/25 16:52:12 Modified:src/main/org/apache/tools/ant/types Assertions.java Log: ampersands dont make it through to javadocs, do they? Revision ChangesPath 1.8 +1 -1 ant/src/main/org/apache/tools/ant/types/Assertions.java Index: Assertions.jav

Re: Bug 3304

2003-09-25 Thread Conor MacNeill
On Fri, 26 Sep 2003 02:36 am, Sean Rohead wrote: > Thanks for the replies. > > > But I'm still confused about the reluctance to embrace the original > proposal. The original proposal does not solve your problem. It adds a property which changes to the target name currently being executed. If yo

Re: Bug 3304

2003-09-25 Thread Sean Rohead
Thanks for the replies. Unfortunately, the suggested workarounds aren't really ideal either. I don't want the task to use the current (containing) target, I want the ant task to use the target that was provided on the command line - otherwise I still have to put tasks in every top-level tar

RE: JUnit task - forking only once for a batch

2003-09-25 Thread Philip Aston
> -Original Message- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Sent: 25 September 2003 09:38 > To: [EMAIL PROTECTED] > Subject: Re: JUnit task - forking only once for a batch > > > On Tue, 23 Sep 2003, Philip Aston <[EMAIL PROTECTED]> wrote: > >and would they like

DO NOT REPLY [Bug 23397] - Need attribute for target tag to indicate hidden/internal target

2003-09-25 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] - Improve exceptions and logging behavior of p4change/p4counter/p4fstat/p4label

2003-09-25 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 P4Submit.java

2003-09-25 Thread antoine
antoine 2003/09/25 13:48:22 Modified:src/main/org/apache/tools/ant/taskdefs/optional/perforce Tag: ANT_16_BRANCH P4Submit.java Log: Merge from HEAD Revision ChangesPath No revision No revision 1.16.2.1 +6 -3

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce P4Submit.java

2003-09-25 Thread antoine
antoine 2003/09/25 13:47:17 Modified:src/main/org/apache/tools/ant/taskdefs/optional/perforce P4Submit.java Log: PR: 18154 Make logging from p4 submit be done using the SimpleP4OutputHandler in order to make this logging more homogeneous Revision Cha

cvs commit: ant/docs/manual/OptionalTasks perforce.html

2003-09-25 Thread antoine
antoine 2003/09/25 13:44:39 Modified:docs/manual/OptionalTasks Tag: ANT_16_BRANCH perforce.html Log: Merge from HEAD Revision ChangesPath No revision No revision 1.21.2.2 +15 -16ant/docs/manual/OptionalTasks/perforce.html

cvs commit: ant/docs/manual/OptionalTasks perforce.html

2003-09-25 Thread antoine
antoine 2003/09/25 13:36:55 Modified:docs/manual/OptionalTasks perforce.html Log: Removed wrong attribute from the example for p4resolve Revision ChangesPath 1.23 +1 -2 ant/docs/manual/OptionalTasks/perforce.html Index: perforce.html =

Task getTaskType() and setTaskType()

2003-09-25 Thread Shatzer, Larry
While playing around with

cvs commit: ant/docs/manual tutorial-tasks-filesets-properties.html

2003-09-25 Thread jhm
jhm 2003/09/25 10:39:53 Added: docs/manual tutorial-tasks-filesets-properties.html Log: First working draft. Revision ChangesPath 1.1 ant/docs/manual/tutorial-tasks-filesets-properties.html Index: tutorial-tasks-filesets-properties.html =

DO NOT REPLY [Bug 23397] - Need attribute for target tag to indicate hidden/internal target

2003-09-25 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: AW: DO NOT REPLY [Bug 23397] - Need attribute for target tag to indicate hidden/internal target

2003-09-25 Thread Steve Loughran
Gus Heck wrote: Does IntelliJ refuse to list targets with a "-" ? Does it invoke ant targets across the command line through a shell? If so, I suppose that it is covered, though the command line parsing behavior hardly seems like the place to implement target visibility to me :) The inability

Re: AW: DO NOT REPLY [Bug 23397] - Need attribute for target tag to indicate hidden/internal target

2003-09-25 Thread Steve Loughran
Phil Weighill-Smith wrote: This attribute would be rather handy for tools such as IntelliJ IDEA which allows the graphical display of available targets for invocation (within its Ant integration). It would be great if IDEA could know which targets are "entry points" to the build file and only displ

Re: AW: DO NOT REPLY [Bug 23397] - Need attribute for target tag to indicate hidden/internal target

2003-09-25 Thread Steve Loughran
1. the recent bugrep was about IDE visibility, not true public/private 2. I think the mechanism will soon raise needs about scoping, but dont want to rush into doing something for 1.6 that has to be retained. Gus Heck wrote: In fact I would be even more interested to hear the opinons of both co

RE: Next tutorial and Task

2003-09-25 Thread Jan . Materne
> might be a good name, as it ties in with > (that > isnt in the task index I see -oops). > > otherwise it is nice and sometimes useful -essentially an > extension of > 'available', no? My main goal was writing a tutorial - and that task was created during that. The main goal of the tutori

DO NOT REPLY [Bug 23397] - Need attribute for target tag to indicate hidden/internal target

2003-09-25 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: Next tutorial and Task

2003-09-25 Thread Steve Loughran
[EMAIL PROTECTED] wrote: or as inline text ... Find Description Searchs in a given path for a file and returns the absolute to it as property. If delimiter is set this task returns all found locations. might be a good name, as it ties in with (that isnt in the task index I see -oops). o

Re: DO NOT REPLY [Bug 20618] - class org.apache.tools.ant.util.regexp.Jdk14RegexpMatcher

2003-09-25 Thread Steve Loughran
Stefan Bodewig wrote: On Tue, 23 Sep 2003, Steve Loughran <[EMAIL PROTECTED]> wrote: Comments From [EMAIL PROTECTED] 2003-09-23 15:16 --- I've always been bad with names and Ant's sources tell a lot of stories about this (even Erik and Steve tell them in their book, thankfully without pointi

DO NOT REPLY [Bug 23397] - Need attribute for target tag to indicate hidden/internal target

2003-09-25 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: AW: DO NOT REPLY [Bug 23397] - Need attribute for target tag to indicate hidden/internal target

2003-09-25 Thread Jan . Materne
> This is something to consider for ant 1.7 and not for 1.6. Of course :-) We haven´t as much time as needed until release. Jan

Re: AW: DO NOT REPLY [Bug 23397] - Need attribute for target tag to indicate hidden/internal target

2003-09-25 Thread Gus Heck
Does IntelliJ refuse to list targets with a "-" ? Does it invoke ant targets across the command line through a shell? If so, I suppose that it is covered, though the command line parsing behavior hardly seems like the place to implement target visibility to me :) The inability to invoke a targ

Re: AW: DO NOT REPLY [Bug 23397] - Need attribute for target tag to indicate hidden/internal target

2003-09-25 Thread peter reilly
This is something to consider for ant 1.7 and not for 1.6. Personally I cannot see the need for it, but then I try to have as few non user level targets as possible. Pete - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

RE: AW: DO NOT REPLY [Bug 23397] - Need attribute for target tag to indicate hidden/internal target

2003-09-25 Thread Jan . Materne
> How does a java application (other than ant) invoke an ant > target (I > can see using a task easily, but not a target) Can you give me an > example where a target gets invoked by java code? Never done for myself. But this is often asked on the list (and answered). - instantiate Project -

Re: AW: DO NOT REPLY [Bug 23397] - Need attribute for target tag to indicate hidden/internal target

2003-09-25 Thread Gus Heck
How does a java application (other than ant) invoke an ant target (I can see using a task easily, but not a target) Can you give me an example where a target gets invoked by java code? If you are talking about invocation from within ant, then I have difficulty imagining what parts of ant wo

RE: AW: DO NOT REPLY [Bug 23397] - Need attribute for target tag to indicate hidden/internal target

2003-09-25 Thread Jan . Materne
On BugZilla we discussed that with the prepending "-" of the targetnames. So that use case can be realized. A more complex would be something like where "public"s are listed with -projecthelp while "expert" are not. Both can be invoked from outside (CLI and IDEs). And "private" is not displayed

RE: AW: DO NOT REPLY [Bug 23397] - Need attribute for target tag to indicate hidden/internal target

2003-09-25 Thread Phil Weighill-Smith
This attribute would be rather handy for tools such as IntelliJ IDEA which allows the graphical display of available targets for invocation (within its Ant integration). It would be great if IDEA could know which targets are "entry points" to the build file and only display those for execution. For

RE: AW: DO NOT REPLY [Bug 23397] - Need attribute for target tag to indicate hidden/internal target

2003-09-25 Thread Jan . Materne
I don´t see the need for such an attribute. And if introduced it should work not only from commandline. It should work too, if invoked by other java applications. Jan > -Original Message- > From: Gus Heck [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 25, 2003 5:58 PM > To: Ant D

Re: AW: DO NOT REPLY [Bug 23397] - Need attribute for target tag to indicate hidden/internal target

2003-09-25 Thread Gus Heck
In fact I would be even more interested to hear the opinons of both commiters and non-commiters :). -Gus Gus Heck wrote: Antoine Levy-Lambert wrote: What you would like would be useful to prevent the "wrong" targets from being called. But I wonder whether this change would not make ant unnecessar

Re: AW: DO NOT REPLY [Bug 23397] - Need attribute for target tag to indicate hidden/internal target

2003-09-25 Thread Gus Heck
Antoine Levy-Lambert wrote: What you would like would be useful to prevent the "wrong" targets from being called. But I wonder whether this change would not make ant unnecessary complex. The default (atribute omitted) state should behave as always. This is necessary for back compatability, and

DO NOT REPLY [Bug 18505] - XML parsing of attribute in Javadoc task

2003-09-25 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 23382] - invalid javadoc command line on win32

2003-09-25 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 23414] - using zip task on windows makes shell script unusable in linux

2003-09-25 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

AW: DO NOT REPLY [Bug 23397] - Need attribute for target tag to indicate hidden/internal target

2003-09-25 Thread Antoine Levy-Lambert
What you would like would be useful to prevent the "wrong" targets from being called. But I wonder whether this change would not make ant unnecessary complex. I would like to see what the other committers think about this one. For me, the priority for ant in the immediate future is rather to go on

DO NOT REPLY [Bug 23262] - fixCRLF adds extraneous character at the end of file.

2003-09-25 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: DO NOT REPLY [Bug 23397] - Need attribute for target tag to indicate hidden/internal target

2003-09-25 Thread Gus Heck
Since bug 22020 has been duped twice (once before, and once since) and there is a patch available (mine of course :), though I did not report 22020), what are the chances of geting it into 1.6 It was submitted months ago. -Gus [EMAIL PROTECTED] wrote: DO NOT REPLY TO THIS EMAIL, BUT PLEASE

Re: cvs commit: ant build.xml

2003-09-25 Thread Stefan Bodewig
On Thu, 25 Sep 2003, Antoine Lévy-Lambert <[EMAIL PROTECTED]> wrote: > I was also wondering,why we had both optional.jar and its > subcomponents. When I split up optional.jar, I kept the original just to be sure we had something to fall back to. Having optional.jar and all the smaller pieces wou

AW: cvs commit: ant build.xml

2003-09-25 Thread Antoine Lévy-Lambert
I was also wondering,why we had both optional.jar and its subcomponents. Cheers, Antoine -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 25. September 2003 16:42 An: [EMAIL PROTECTED] Betreff: cvs commit: ant build.xml bodewig 2003/0

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

2003-09-25 Thread bodewig
bodewig 2003/09/25 07:52:53 Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH Execute.java Log: Merge from HEAD Revision ChangesPath No revision No revision 1.68.2.2 +2 -2 ant/src/main/

DO NOT REPLY [Bug 23400] - dir value does not work for exec task on os x 10.2.6

2003-09-25 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 Execute.java

2003-09-25 Thread bodewig
bodewig 2003/09/25 07:51:07 Modified:src/main/org/apache/tools/ant/taskdefs Execute.java Log: The user.dir trick doesn't seem to work on OS X anymore, PR 23400 Revision ChangesPath 1.70 +2 -2 ant/src/main/org/apache/tools/ant/taskdefs/Execute.java Index: Ex

cvs commit: ant build.xml

2003-09-25 Thread bodewig
bodewig 2003/09/25 07:42:46 Modified:.Tag: ANT_16_BRANCH build.xml Log: Merge from HEAD Revision ChangesPath No revision No revision 1.392.2.2 +1 -8 ant/build.xml Index: build.xml

cvs commit: ant build.xml

2003-09-25 Thread bodewig
bodewig 2003/09/25 07:42:22 Modified:.build.xml Log: Good bye optional.jar Revision ChangesPath 1.395 +1 -8 ant/build.xml Index: build.xml === RCS file: /home/cvs/ant/build.xml,v r

DO NOT REPLY [Bug 23414] New: - using zip task on windows makes shell script unusable in linux

2003-09-25 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 23400] - dir value does not work for exec task on os x 10.2.6

2003-09-25 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] - Improve exceptions and logging behavior of P4Submit

2003-09-25 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 3198] - The task doesn't work properly with multi-element sourceparh

2003-09-25 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 11585] - The Replace Task ignores properties with multiline replacements

2003-09-25 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 11620] - show output while reading it, don't wait for the match

2003-09-25 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 14899] - classpaths cannot be passed to Ant task

2003-09-25 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 14899] - classpaths cannot be passed to Ant task

2003-09-25 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] - Improve exceptions and logging behavior of Perforce Tasks

2003-09-25 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 15390] - ant.regexp.regexpimpl only works if it is a system property

2003-09-25 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 15836] - build not found on mounted Windows XP folder

2003-09-25 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 16455] - Ant should not require DTD file listed in DOCTYPE to exist

2003-09-25 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 16684] - Document case sensitivity of glob mapper

2003-09-25 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/CoreTypes mapper.html

2003-09-25 Thread bodewig
bodewig 2003/09/25 07:02:03 Modified:docs/manual/CoreTypes Tag: ANT_15_BRANCH mapper.html Log: Merge from HEAD Revision ChangesPath No revision No revision 1.11.2.2 +1 -0 ant/docs/manual/CoreTypes/mapper.html Index: mappe

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

2003-09-25 Thread bodewig
bodewig 2003/09/25 07:01:48 Modified:docs/manual/CoreTypes Tag: ANT_16_BRANCH mapper.html Log: Merge from HEAD Revision ChangesPath No revision No revision 1.13.2.1 +1 -0 ant/docs/manual/CoreTypes/mapper.html Index: mappe

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

2003-09-25 Thread bodewig
bodewig 2003/09/25 07:01:41 Modified:docs/manual/CoreTypes mapper.html Log: Note case-sensitivity of mappers, PR 16684 Revision ChangesPath 1.14 +1 -0 ant/docs/manual/CoreTypes/mapper.html Index: mapper.html ===

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

2003-09-25 Thread bodewig
bodewig 2003/09/25 06:59:08 Modified:docs/manual/CoreTasks Tag: ANT_16_BRANCH subant.html src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH SubAnt.java Log: Merge from HEAD Revision ChangesPath No revision

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

2003-09-25 Thread bodewig
bodewig 2003/09/25 06:59:01 Modified:docs/manual/CoreTasks subant.html src/main/org/apache/tools/ant/taskdefs SubAnt.java Log: subant is becoming legacy Revision ChangesPath 1.8 +0 -5 ant/docs/manual/CoreTasks/subant.html Index: subant.html

DO NOT REPLY [Bug 16685] - Document case sensitivity of present selector

2003-09-25 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/CoreTypes selectors.html

2003-09-25 Thread bodewig
bodewig 2003/09/25 06:54:54 Modified:docs/manual/CoreTypes Tag: ANT_16_BRANCH selectors.html Log: Merge from HEAD Revision ChangesPath No revision No revision 1.15.2.1 +7 -0 ant/docs/manual/CoreTypes/selectors.html Index:

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

2003-09-25 Thread bodewig
bodewig 2003/09/25 06:54:37 Modified:docs/manual/CoreTypes Tag: ANT_15_BRANCH selectors.html Log: Merge from HEAD Revision ChangesPath No revision No revision 1.1.2.9 +7 -0 ant/docs/manual/CoreTypes/selectors.html Index:

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

2003-09-25 Thread bodewig
bodewig 2003/09/25 06:54:28 Modified:docs/manual/CoreTypes selectors.html Log: Note case-sensitivity of selectors, PR 16685 Revision ChangesPath 1.16 +7 -0 ant/docs/manual/CoreTypes/selectors.html Index: selectors.html

DO NOT REPLY [Bug 16836] - mention that command-line overrides

2003-09-25 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 ant.html antcall.html

2003-09-25 Thread bodewig
bodewig 2003/09/25 06:49:26 Modified:docs/manual/CoreTasks Tag: ANT_15_BRANCH ant.html antcall.html Log: Merge from HEAD Revision ChangesPath No revision No revision 1.14.2.5 +11 -7 ant/docs/manual/CoreT

cvs commit: ant/src/testcases/org/apache/tools/ant/filters ConcatFilterTest.java

2003-09-25 Thread bodewig
bodewig 2003/09/25 06:49:05 Modified:docs/manual/CoreTasks Tag: ANT_16_BRANCH ant.html antcall.html src/testcases/org/apache/tools/ant/filters Tag: ANT_16_BRANCH ConcatFilterTest.java Log: Merge from HEAD Revision C

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

2003-09-25 Thread bodewig
bodewig 2003/09/25 06:48:42 Modified:docs/manual/CoreTasks ant.html antcall.html Log: You can't override the command-line, PR 16836 Revision ChangesPath 1.19 +11 -7 ant/docs/manual/CoreTasks/ant.html Index: ant.html

DO NOT REPLY [Bug 17625] - COPY task on Win NT across Network drive fails

2003-09-25 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 17781] - name attribute of record task is not relative to basedir

2003-09-25 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] - Improve exceptions and logging behavior of Perforce Tasks

2003-09-25 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 18313] - If PATH contains spaces, execution of external command fails

2003-09-25 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 18505] - XML parsing of attribute in Javadoc task

2003-09-25 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 18876] - signjar is incorrect to its documentation

2003-09-25 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 19025] - war task issues unnecessary warning

2003-09-25 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 19247] - zipfileset: 'src' does not replace 'dir' attribute

2003-09-25 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 19386] - condition evaluates to true when both files cannot be found

2003-09-25 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 19432] - subant -- unhelpful error message

2003-09-25 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 19436] - failing with IntelliJ 3.0.4

2003-09-25 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

Brian Brooks/CTR/ATL/METAVANTE is out of the office.

2003-09-25 Thread Brian . Brooks
I will be out of the office starting 09/25/2003 and will not return until 10/14/2003. If you need need a response please contact [EMAIL PROTECTED]/678-533-4800. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: Next tutorial and Task

2003-09-25 Thread Stefan Bodewig
On Thu, 25 Sep 2003, Jan Materne <[EMAIL PROTECTED]> wrote: > Ok, as zip :-) No. All you need is a directory named public_html in your home directory on minotaur 8-) Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

DO NOT REPLY [Bug 18150] - FTP-Task depends on NetComponents instead of Commons-Net

2003-09-25 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 23410] - Use Commons Net instead of NetComponents.

2003-09-25 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: Next tutorial and Task

2003-09-25 Thread Jan . Materne
or as inline text ... Find Description Searchs in a given path for a file and returns the absolute to it as property. If delimiter is set this task returns all found locations. Parameters Attribute Description Required file The name of the file to search. yes location Th

RE: Next tutorial and Task

2003-09-25 Thread Jan . Materne
Title: RE: Next tutorial and Task Ok, as zip :-) > -Original Message- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 25, 2003 1:08 PM > To: [EMAIL PROTECTED] > Subject: Re: Next tutorial and Task > > > On Thu, 25 Sep 2003, Jan Materne <[EMAIL PROTECT

DO NOT REPLY [Bug 23410] New: - Use Commons Net instead of NetComponents.

2003-09-25 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: [patch] [vms] updates to Exec, DirectoryScanner, and FileUtils

2003-09-25 Thread Stefan Bodewig
On Tue, 23 Sep 2003, Knut Wannheden <[EMAIL PROTECTED]> wrote: > I have been working a little bit again to get Ant to run on > OpenVMS. Thanks, patch committed with some slight indentation changes (if only you could stop using tabs 8-). Stefan ---

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

2003-09-25 Thread bodewig
bodewig 2003/09/25 05:36:31 Modified:docs/manual/CoreTasks Tag: ANT_16_BRANCH exec.html src/main/org/apache/tools/ant Tag: ANT_16_BRANCH DirectoryScanner.java src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH

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

2003-09-25 Thread bodewig
bodewig 2003/09/25 05:36:20 Modified:docs/manual/CoreTasks exec.html src/main/org/apache/tools/ant DirectoryScanner.java src/main/org/apache/tools/ant/taskdefs Execute.java src/main/org/apache/tools/ant/util FileUtils.java Log: improved Op

Re: Next tutorial and Task

2003-09-25 Thread Stefan Bodewig
On Thu, 25 Sep 2003, Jan Materne <[EMAIL PROTECTED]> wrote: > Documentation file (html) attached. No HTML attachments allowed on this list. Zip it up, attach it to bugzilla, show it in http://cvs.apache.org/~jhm/ or ... Stefan ---

Next tutorial and Task

2003-09-25 Thread Jan . Materne
While writing the next tutorial :-) I created a task. Should I put that into ant? Documentation file (html) attached. Jan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2003-09-25 Thread Antoine Lévy-Lambert
Patch submitted, thanks. -Ursprüngliche Nachricht- Von: news [mailto:[EMAIL PROTECTED] Auftrag von Knut Wannheden Gesendet: Donnerstag, 25. September 2003 00:01 An: [EMAIL PROTECTED] Betreff: Re: cvs commit: ant/src/main/org/apache/tools/ant Main.java The attached patch should make the p

cvs commit: ant/src/script runant.py

2003-09-25 Thread antoine
antoine 2003/09/25 02:48:39 Modified:src/script Tag: ANT_16_BRANCH runant.py Log: Merge from HEAD - new Launcher Submitted by: Knut Wannheden Revision ChangesPath No revision No revision 1.4.2.1 +35 -26ant/src/script/runant

cvs commit: ant/src/script runant.py

2003-09-25 Thread antoine
antoine 2003/09/25 02:46:38 Modified:src/script runant.py Log: change in runant.py to work with new Launcher Submitted by: Knut Wannheden Revision ChangesPath 1.5 +35 -26ant/src/script/runant.py Index: runant.py

DO NOT REPLY [Bug 10499] - Compiler task doesn't handle spaces in filenames correctly

2003-09-25 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 23401] - javac fails with fork=true and spaces in the source directory name

2003-09-25 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 23358] - dist/bin/ant complains of nonexistant -lib option

2003-09-25 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 20576] - STlabel doesn't create "Build" labels.

2003-09-25 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

  1   2   >