DO NOT REPLY [Bug 25181] - SYMLINK task creates cyclic symlinks

2003-12-22 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 25181] - SYMLINK task creates cyclic symlinks

2003-12-22 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 25181] - SYMLINK task creates cyclic symlinks

2003-12-22 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 25181] - [PATCH] symlink task creates cyclic symlinks

2003-12-22 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 25687] New: - Macrodef'd Attribute Case

2003-12-22 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

new task 'ants' required or not.

2003-12-22 Thread Sathyanarayana V.
Hi All, Recently, as part of automating my project builds, I have used CruiseControl along with Ant. Surprisingly, I didn't find any task to build/compile all the subprojectsof a project. My purpose was to have the compile time errors of all the subprojects as part of automated

Re: new task 'ants' required or not.

2003-12-22 Thread Steve Loughran
Sathyanarayana V. wrote: Hi All, Recently, as part of automating my project builds, I have used CruiseControl along with Ant. Surprisingly, I didn't find any task to build/compile all the subprojectsof a project. My purpose was to have the compile time errors of all the subprojects as part

Re: new task 'ants' required or not.

2003-12-22 Thread Peter Reilly
Steve Loughran wrote: Sathyanarayana V. wrote: Hi All, Recently, as part of automating my project builds, I have used CruiseControl along with Ant. Surprisingly, I didn't find any task to build/compile all the subprojectsof a project. My purpose was to have the compile time errors of

cvs commit: ant/src/etc/testcases/taskdefs macrodef.xml

2003-12-22 Thread peterreilly
peterreilly2003/12/22 01:46:23 Modified:docs/manual/CoreTasks macrodef.html src/main/org/apache/tools/ant/taskdefs MacroDef.java MacroInstance.java src/testcases/org/apache/tools/ant/taskdefs MacroDefTest.java

Re: new task 'ants' required or not.

2003-12-22 Thread Antoine Lévy-Lambert
Sathyanarayana V. wrote: Hi All, Recently, as part of automating my project builds, I have used CruiseControl along with Ant. Surprisingly, I didn't find any task to build/compile all the subprojectsof a project. My purpose was to have the compile time errors of all the subprojec

cvs commit: ant/src/etc/testcases/taskdefs macrodef.xml

2003-12-22 Thread peterreilly
peterreilly2003/12/22 02:08:58 Modified:docs/manual/CoreTasks Tag: ANT_16_BRANCH macrodef.html src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH MacroDef.java MacroInstance.java src/testcases/org/apache/tools/ant/taskdefs Tag:

DO NOT REPLY [Bug 25687] - Macrodef'd Attribute Case

2003-12-22 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

a comment about xml namespace

2003-12-22 Thread Jim Fuller
Consider the following; http://www.w3c.org/RDF/"; xmlns:DC="http://purl.org/RDF/DC/";> http://purl.org/metadata/dublin_core_elements"; DC:Title="namespace build" DC:Creator="Jim Fuller" DC:Subject="xml namespaces"

Re: a comment about xml namespace

2003-12-22 Thread Peter Reilly
This is what I (think I) originally proposed, but did not articulate it correctly. http://marc.theaimsgroup.com/?l=ant-dev&m=105240500519029&w=2 Peter Jim Fuller wrote: Consider the following; http://www.w3c.org/RDF/"; xmlns:DC="http://purl.org/RDF/DC/";> RDF:HREF="http://purl.org/metadata/dub

DO NOT REPLY [Bug 25697] New: - filterchain doesnt support nested "concatfilter" element

2003-12-22 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 25698] New: - tutorial-writing-tasks-src.zip corrupted

2003-12-22 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: new task 'ants' required or not.

2003-12-22 Thread Sathyanarayana V.
Probelm with 'subant' is: it doesnt communicate/contribute to overall build status. subprojects may fail, but the overall process will be successful. Wouldnt it contribute in over all build status. Thanks, Sathya -Original Message- From: Peter Reilly [mailto:[EMAIL PROTECTED] Sent:

Re: a comment about xml namespace

2003-12-22 Thread Steve Loughran
Jim Fuller wrote: Consider the following; http://www.w3c.org/RDF/"; xmlns:DC="http://purl.org/RDF/DC/";> RDF:HREF="http://purl.org/metadata/dublin_core_elements"; DC:Title="namespace build" DC:Creator="Jim Fuller" DC:Subject="xml namespaces" DC:Description="Contains Ant artifacts f

Re: new task 'ants' required or not.

2003-12-22 Thread Antoine Lévy-Lambert
Sathyanarayana V. wrote: Problem with 'subant' is: it doesnt communicate/contribute to overall build status. subprojects may fail, but the overall process will be successful. Wouldnt it contribute in over all build status. Thanks, Sathya My view is that ant is not designed to build several pr

EN: alias and JspC

2003-12-22 Thread Edson Alves Pereira
> -- > De: Edson Alves Pereira[SMTP:[EMAIL PROTECTED] > Responder:Tomcat Users List > Enviada: segunda-feira, 22 de dezembro de 2003 10:22 > Para: 'Tomcat-User List' > Assunto: alias and JspC > > Hello folks, i´d like to know how can i define a alias for my

Re: new task 'ants' required or not.

2003-12-22 Thread Peter Reilly
Sathyanarayana V. wrote: Probelm with 'subant' is: it doesnt communicate/contribute to overall build status. subprojects may fail, but the overall process will be successful. Wouldnt it contribute in over all build status. This is now quite true, If a subproject fails, subant will fail also. Wi

DO NOT REPLY [Bug 25704] New: - Support for Sun Solaris' Tar Format for long file name

2003-12-22 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 25705] New: - Various broken links and other errors in Ant documentation

2003-12-22 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 25705] - Various broken links and other errors in Ant documentation

2003-12-22 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 25707] New: - [PATCH] Avoid XHTML and funny chars in manual

2003-12-22 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 25707] - [PATCH] Avoid XHTML and funny chars in manual

2003-12-22 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 25707] - [PATCH] Avoid XHTML and funny chars in manual

2003-12-22 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 25709] New: - [PATCH] Remind user that Java 1.4+ includes its own regexp impl

2003-12-22 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 25709] - [PATCH] Remind user that Java 1.4+ includes its own regexp impl

2003-12-22 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 25707] - [PATCH] Avoid XHTML and funny chars in manual

2003-12-22 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: new task 'ants' required or not.

2003-12-22 Thread Dale Anson
Sounds like the proposed is identical to the existing in ant-contrib. Dale Antoine Lévy-Lambert wrote: Sathyanarayana V. wrote: Problem with 'subant' is: it doesnt communicate/contribute to overall build status. subprojects may fail, but the overall process will be successful. Wouldnt it con

DO NOT REPLY [Bug 25711] New: - Perforce task 'p4submit' should *not* set p4.needsresolve to 0 upon success

2003-12-22 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 25713] New: - reference string is too long

2003-12-22 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: a comment about xml namespace

2003-12-22 Thread Jim Fuller
Hello Peter, OK thx for that and apologies if I am coming late to the conversation on this. I think your email is clear; perhaps it's understandably Ant-centric with respect to how to namespaces are processed during an Ant build. I like the idea that Ant may understand what to do with other exter

RE: a comment about xml namespace

2003-12-22 Thread Jim Fuller
>Ant1.7 lets you have any XML you like inside some task. So you could >have a task that required valid XML and took whatever was >inside. Or even an task that required valid RDF +1 to that, cheers, Jim Fuller - To unsubscri