DO NOT REPLY [Bug 24918] - [PATCH] Permit console input to be sent to

2004-07-27 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

JIRA migration

2004-07-27 Thread Antoine Levy-Lambert
Hello, Are we going to migrate to JIRA ? A number of Apache projects are using JIRA (for instance gump and xerces). I wonder whether we should start a new vote on this issue, or is there a compelling reason to stay with Bugzilla ? I did not see any conclusions concerning the vote in January, wh

Re: AntClassloaderTest failed on brutus

2004-07-27 Thread Stefan Bodewig
On Tue, 27 Jul 2004, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > What is the difference between gump starting the tests of ant and me > running ant test from the command line ? CLASSPATH and build.sysclasspath. Gump puts everything Ant needs into the system CLASSPATH, including build/class

Re: AntClassloaderTest failed on brutus

2004-07-27 Thread Antoine Levy-Lambert
Stefan, Thanks for solving the problem. What is the difference between gump starting the tests of ant and me running ant test from the command line ? Antoine > On Tue, 27 Jul 2004, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > > > I will need to find out why this is happening. > > Probabl

Re: new Task subclass

2004-07-27 Thread Alexey N. Solofnenko
Steve Loughran wrote: 1. I'd worry that you are effectively defining a new language -a functional one- inside ant. 2. it doesnt have to be ${}; we would be better using a new symbol like x{}, though again, things will break and we will get accused of having the perl attitude to obscure bits o

cvs commit: ant/src/testcases/org/apache/tools/ant AntClassLoaderDelegationTest.java AntClassLoaderTest.java

2004-07-27 Thread bodewig
bodewig 2004/07/27 07:25:12 Modified:src/testcases/org/apache/tools/ant Tag: ANT_16_BRANCH AntClassLoaderTest.java Added: src/testcases/org/apache/tools/ant Tag: ANT_16_BRANCH AntClassLoaderDelegationTest.java Log: merge Re

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/junit JUnitTask.java

2004-07-27 Thread bodewig
bodewig 2004/07/27 07:25:11 Modified:src/main/org/apache/tools/ant/taskdefs/optional/junit Tag: ANT_16_BRANCH JUnitTask.java Log: merge Revision ChangesPath No revision No revision 1.83.2.13 +3 -4 ant/s

cvs commit: ant build.xml

2004-07-27 Thread bodewig
bodewig 2004/07/27 07:25:10 Modified:.Tag: ANT_16_BRANCH build.xml Log: merge Revision ChangesPath No revision No revision 1.392.2.35 +2 -0 ant/build.xml Index: build.xml =

cvs commit: ant/src/testcases/org/apache/tools/ant AntClassLoaderDelegationTest.java AntClassLoaderTest.java

2004-07-27 Thread bodewig
bodewig 2004/07/27 07:24:57 Modified:src/testcases/org/apache/tools/ant AntClassLoaderTest.java Added: src/testcases/org/apache/tools/ant AntClassLoaderDelegationTest.java Log: new tests fail if the tests themselves live on the system classloader

cvs commit: ant build.xml

2004-07-27 Thread bodewig
bodewig 2004/07/27 07:24:56 Modified:.build.xml Log: new tests fail if the tests themselves live on the system classloader Revision ChangesPath 1.426 +2 -0 ant/build.xml Index: build.xml =

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/junit JUnitTask.java

2004-07-27 Thread bodewig
bodewig 2004/07/27 07:04:09 Modified:src/main/org/apache/tools/ant/taskdefs/optional/junit JUnitTask.java Log: logging the classpath once is enough Revision ChangesPath 1.100 +3 -4 ant/src/main/org/apache/tools/ant/taskdefs/optional/junit

Re: new Task subclass

2004-07-27 Thread Stefan Bodewig
On Thu, 22 Jul 2004, Matt Benson <[EMAIL PROTECTED]> wrote: > as Conor reminded us the last time we talked about this, he already > added property evaluation to for Ant 1.4 . > Non-issue, then. Yep, I managed to overlook that Target#testIf/UnlessCondition expand properties. Stefan

Re: AntClassloaderTest failed on brutus

2004-07-27 Thread Stefan Bodewig
On Tue, 27 Jul 2004, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > I will need to find out why this is happening. Probably because the test assumes a classloader hierarchy where there is none (in Gump). I'll look into it. Stefan -

Patch for XmlRecorder support in task

2004-07-27 Thread Kris Bravo
Last year I submitted the enhancement described in bugzilla 20344: http://issues.apache.org/bugzilla/show_bug.cgi?id=20344 The change allows a build to be recorded into XML and saved before the build script has completed so that the same script might do something with the output (e.g., email it,

Re: [Ant Wiki] Updated: http://egoogl.net/dir/

2004-07-27 Thread Stefan Bodewig
On Tue, 27 Jul 2004, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > I thought I already had deleted it (by physically removing them from > minotaur's disk). Will try again. Seems to have worked now - helps, just replace chmod with rm in

Re: [Ant Wiki] Updated: http://egoogl.net/dir/

2004-07-27 Thread Stefan Bodewig
On Tue, 27 Jul 2004, <[EMAIL PROTECTED]> wrote: >link spam comes, link spam goes. How do I delete pages? I thought I already had deleted it (by physically removing them from minotaur's disk). Will try again. Stefan - To un

[Ant Wiki] Updated: http://egoogl.net/dir/

2004-07-27 Thread ant-cvs
Date: 2004-07-27T06:37:10 Editor: SteveLoughran <[EMAIL PROTECTED]> Wiki: Ant Wiki Page: http://egoogl.net/dir/ URL: http://wiki.apache.org/ant/http://egoogl.net/dir/ link spam comes, link spam goes. How do I delete pages? Change Log: ---

AntClassloaderTest failed on brutus

2004-07-27 Thread Antoine Levy-Lambert
I will need to find out why this is happening. [junit] Testcase: testFindResources(org.apache.tools.ant.AntClassLoaderTest): FAILED [junit] correct resources (regular delegation order) expected:<[http://ant.apache.org/org/apache/tools/ant/IncludeTest.class, file:/usr/local/gump/public/wor

RE: new Task subclass

2004-07-27 Thread Jose Alberto Fernandez
> From: Phil Weighill-Smith [mailto:[EMAIL PROTECTED] > > XPath is a language that handles complex expressions that > *can* include document navigation and "query" paths but also > contains a lot of other capabilities (consider what you can > do with expressions in XSLT: these expressions use

[Ant Wiki] New: http://egoogl.net/dir/

2004-07-27 Thread ant-cvs
Date: 2004-07-27T05:27:16 Editor: JohnDoe <[EMAIL PROTECTED]> Wiki: Ant Wiki Page: http://egoogl.net/dir/ URL: http://wiki.apache.org/ant/http://egoogl.net/dir/ no comment New Page: Describe http://egoogl.net/dir/ here. [http://lolita.uslolita.com/lolita.html Lolita] [http://lo

Re: new Task subclass

2004-07-27 Thread Steve Loughran
Phil Weighill-Smith wrote: XPath is a language that handles complex expressions that *can* include document navigation and "query" paths but also contains a lot of other capabilities (consider what you can do with expressions in XSLT: these expressions use XPath with extension functions). My sugges

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

2004-07-27 Thread Gump Integration Build
.7.3/antlr.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-api.jar:/usr/local/gump/public/workspace/jakarta-commons/net/dist/commons-net-20040727.jar:/usr/local/gump/packages/jaf-1.0.1/

RE: new Task subclass

2004-07-27 Thread Phil Weighill-Smith
XPath is a language that handles complex expressions that *can* include document navigation and "query" paths but also contains a lot of other capabilities (consider what you can do with expressions in XSLT: these expressions use XPath with extension functions). My suggestion is to have Ant regist

OutOfMemoryError running tests with jdk12

2004-07-27 Thread Antoine Levy-Lambert
Hello, when running the ant test suite under jdk12, Windows 2000, I get some OutOfMemoryError (s) sample below. Cheers, Antoine [junit] Testsuite: org.apache.tools.ant.taskdefs.BZip2Test [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 2,934 sec [junit] Testcase: testRealTest

DO NOT REPLY [Bug 30161] - [PATCH] Impossible to use implicit classpath for when Ant core loader != Java application loader and Path.systemClassPath taken from ${java.class.path}

2004-07-27 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 build.xml WHATSNEW

2004-07-27 Thread antoine
antoine 2004/07/27 00:15:11 Modified:src/testcases/org/apache/tools/ant Tag: ANT_16_BRANCH AntClassLoaderTest.java src/main/org/apache/tools/ant/util Tag: ANT_16_BRANCH CollectionUtils.java src/main/org/apache/

cvs commit: ant build.xml WHATSNEW

2004-07-27 Thread antoine
antoine 2004/07/27 00:02:08 Modified:src/testcases/org/apache/tools/ant AntClassLoaderTest.java src/main/org/apache/tools/ant/util CollectionUtils.java src/main/org/apache/tools/ant AntClassLoader.java .build.xml WHATSNEW Log: Impo

DO NOT REPLY [Bug 30299] - Example for p4label task doesn't match parameter description

2004-07-27 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/docs/manual/OptionalTasks perforce.html

2004-07-27 Thread antoine
antoine 2004/07/26 23:41:05 Modified:docs/manual/OptionalTasks Tag: ANT_16_BRANCH perforce.html Log: Merge from HEAD fix documentation of p4label task PR: 30299 Submitted by: Tim Clemons timc at messagegate dot com Revision ChangesPath No r

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

2004-07-27 Thread antoine
antoine 2004/07/26 23:38:59 Modified:docs/manual/OptionalTasks perforce.html Log: Correction of the example for p4label task to match attributes PR: 30299 Submitted by: Tim Clemons timc at messagegate dot com Revision ChangesPath 1.26 +1 -1 ant/docs/manual/O

Re: typo

2004-07-27 Thread Antoine Levy-Lambert
Thanks again, change also committed to ANT_16_BRANCH and to HEAD. Cheers, Antoine Yuji Yamano wrote: Index: dotnet.html === RCS file: /home/cvspublic/ant/docs/manual/OptionalTasks/dotnet.html,v retrieving revision 1.19 diff -u -r1.19 d

Re: typo again

2004-07-27 Thread Antoine Levy-Lambert
Thanks Yuji, change committed to ANT_16_BRANCH and to HEAD. Cheers, Antoine Yuji Yamano wrote: Index: typedef.html === RCS file: /home/cvspublic/ant/docs/manual/CoreTasks/typedef.html,v retrieving revision 1.14 diff -u -r1.14 typedef.h

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

2004-07-27 Thread antoine
antoine 2004/07/26 22:57:53 Modified:docs/manual/OptionalTasks Tag: ANT_16_BRANCH dotnet.html docs/manual/CoreTasks Tag: ANT_16_BRANCH typedef.html Log: Merge from HEAD Submitted by: Yuji Yamano yyamano at kt dot rim dot or dot jp Revision ChangesPath No

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

2004-07-27 Thread antoine
antoine 2004/07/26 22:54:51 Modified:docs/manual/CoreTasks typedef.html Log: typo Submitted by: Yuji Yamano yyamano at kt dot rim dot or dot jp Revision ChangesPath 1.15 +2 -2 ant/docs/manual/CoreTasks/typedef.html Index: typedef.html ==

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

2004-07-27 Thread antoine
antoine 2004/07/26 22:50:51 Modified:docs/manual/OptionalTasks dotnet.html Log: typo Submitted by: Yuji Yamano yyamano at kt dot rim dot or dot jp Revision ChangesPath 1.20 +1 -1 ant/docs/manual/OptionalTasks/dotnet.html Index: dotnet.html =

DO NOT REPLY [Bug 30339] - Jar task can create mysteriously broken jar files in 1.5.1, 1.6.2

2004-07-27 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 30339] - Jar task can create mysteriously broken jar files in 1.5.1, 1.6.2

2004-07-27 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 30339] - Jar task can create mysteriously broken jar files in 1.5.1, 1.6.2

2004-07-27 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 30339] - Jar task can create mysteriously broken jar files in 1.5.1, 1.6.2

2004-07-27 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 30339] - Jar task can create mysteriously broken jar files in 1.5.1, 1.6.2

2004-07-27 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 30339] New: - Jar task can create mysteriously broken jar files in 1.5.1, 1.6.2

2004-07-27 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