DO NOT REPLY [Bug 31251] - manifest task improperly truncates long lines for classpath attribute.

2004-09-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 31218] - manifest attribute of ejbjar and war task wraps text

2004-09-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 31251] - manifest task improperly truncates long lines for classpath attribute.

2004-09-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/xdocs faq.xml

2004-09-15 Thread conor
conor 2004/09/15 15:58:05 Modified:docs faq.html xdocsfaq.xml Log: This is a FAQ by any measure. Revision ChangesPath 1.108 +34 -0 ant/docs/faq.html Index: faq.html ===

DO NOT REPLY [Bug 31254] - Error on Contributors Tech Guide HTML page

2004-09-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 31254] New: - Error on Contributors Tech Guide HTML page

2004-09-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 31251] New: - manifest task improperly truncates long lines for classpath attribute.

2004-09-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 30760] - sql task handle pl/sql with ';' in pl/sql code. (patch)

2004-09-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 30153] - strange error message from tstamp task

2004-09-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 31245] New: - CLASSPATH Handling problem in apache-ant-1.6.2/bin/ant on Cygwin

2004-09-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 30760] - sql task handle pl/sql with ';' in pl/sql code. (patch)

2004-09-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

CLASSPATH Handling in apache-ant-1.6.2/bin/ant on Cygwin

2004-09-15 Thread Weiqi Gao
I'm having problems with CLASSPATH handling with the apache-ant-1.6.2/bin/ant shell script on Cygwin. In lines 236-238, the CLASSPATH environment variable is processed unnecessarily through "cygpath --path --$format". These three lines of shell script should be deleted. Here's a small test ca

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

2004-09-15 Thread peterreilly
peterreilly2004/09/15 07:19:38 Modified:docs/manual/OptionalTasks script.html Log: script doc: add judoscript example Revision ChangesPath 1.18 +5 -1 ant/docs/manual/OptionalTasks/script.html Index: script.html

Re: AW: cvs commit: ant/docs/manual/OptionalTasks script.html

2004-09-15 Thread Peter Reilly
[EMAIL PROTECTED] wrote: Index: script.html === -Rhino provides a special construct - the JavaAdapter. Whith that you can +Rhino provides a special construct - the JavaAdapter. With that you can Thanks for correcting :

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

2004-09-15 Thread peterreilly
peterreilly2004/09/15 06:30:17 Modified:docs/manual/OptionalTasks script.html Log: typepo: snipnet -> snippet Obtained from: Jan Revision ChangesPath 1.17 +1 -1 ant/docs/manual/OptionalTasks/script.html Index: script.html ===

AW: cvs commit: ant/docs/manual/OptionalTasks script.html

2004-09-15 Thread Jan . Materne
> Index: script.html > === > -Rhino provides a special construct - the JavaAdapter. Whith that you can > +Rhino provides a special construct - the JavaAdapter. With that you can Thanks for correcting :) > +The following sn

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

2004-09-15 Thread peterreilly
peterreilly2004/09/15 06:17:12 Modified:docs/manual/OptionalTasks script.html Log: script doc: Add groovy, beanshell and jython examples Modify echo example so that it does not modify ant's task structure (This is not a usecase we want for script). R

cvs commit: ant/docs/manual install.html

2004-09-15 Thread peterreilly
peterreilly2004/09/15 05:42:42 Modified:docs/manual Tag: ANT_16_BRANCH install.html Log: sync Revision ChangesPath No revision No revision 1.59.2.14 +15 -0 ant/docs/manual/install.html Index: install.html

cvs commit: ant/docs/manual install.html

2004-09-15 Thread peterreilly
peterreilly2004/09/15 05:41:02 Modified:docs/manual install.html Log: Doc for groovy jars installation Revision ChangesPath 1.74 +15 -0 ant/docs/manual/install.html Index: install.html === R

cvs commit: ant/src/testcases/org/apache/tools/ant/types/selectors SizeSelectorTest.java

2004-09-15 Thread peterreilly
peterreilly2004/09/15 03:25:32 Modified:src/testcases/org/apache/tools/ant/types/selectors SizeSelectorTest.java Log: fix sizeselector testcase Revision ChangesPath 1.8 +1 -1 ant/src/testcases/org/apache/tools/ant/types/selectors/SizeSe

Re: AW: AW: cvs commit: ant/src/main/org/apache/tools/ant PropertyHel per . java

2004-09-15 Thread Peter Reilly
The only difference between them is that version 1.2 has a new line character at the end of the line and version 1.1 does not have the new line character. The file is used for the CheckSum tests as well as the Selector tests, so I think that the fix is to modify the Selector test that fails. Pe

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

2004-09-15 Thread Jan . Materne
Nice hit :) Jan > -Ursprüngliche Nachricht- > Von: Peter Reilly [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 15. September 2004 11:42 > An: Ant Developers List > Betreff: Re: AW: cvs commit: ant/src/main/org/apache/tools/ant > PropertyHel per . java > > [EMAIL PROTECTED] wrote: >

Re: AW: cvs commit: ant/src/main/org/apache/tools/ant PropertyHel per . java

2004-09-15 Thread Peter Reilly
[EMAIL PROTECTED] wrote: - org.apache.tools.ant.types.selectors.SizeSelectorTest not sure, maybe my cvsgrab-download had corrupted something ... Is the only one that fails for me as well, since the same passes using JDK 1.3 on the exact same source tree, I doubt this is a cvsgrab issue.

DO NOT REPLY [Bug 31218] - manifest attribute of ejbjar and war task wraps text

2004-09-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 31236] - sosget

2004-09-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 31236] New: - sosget

2004-09-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 31235] New: - split junit-showoutput-tag in stdout/stderr

2004-09-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

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

2004-09-15 Thread Jan . Materne
> > I did a retest. Now it compiles, but there are some tests failing: > > - org.apache.tools.ant.taskdefs.ChecksumTest > > - org.apache.tools.ant.taskdefs.RmicAdvancedTest > > - org.apache.tools.ant.taskdefs.optional.ReplaceRegExpTest > > no regexp available > > - org.apache.tools.ant.taskdefs.o