DO NOT REPLY [Bug 31106] - VMS cannot handle long command strings, java, javac needs to use -v option..

2005-05-20 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 31106] - VMS cannot handle long command strings, java, javac needs to use -v option..

2005-05-20 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/util ClasspathUtils.java

2005-05-20 Thread mbenson
mbenson 2005/05/20 15:51:37 Modified:src/main/org/apache/tools/ant/util ClasspathUtils.java Log: Javadoc Revision ChangesPath 1.15 +16 -16 ant/src/main/org/apache/tools/ant/util/ClasspathUtils.java Index: ClasspathUtils.java ===

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

2005-05-20 Thread mbenson
mbenson 2005/05/20 14:46:55 Modified:src/main/org/apache/tools/ant/taskdefs/optional XMLValidateTask.java Log: Make XmlValidateTest pass. Revision ChangesPath 1.50 +7 -11 ant/src/main/org/apache/tools/ant/taskdefs/optional/XMLValidateTask

Re: XMLValidateTest

2005-05-20 Thread Matt Benson
I figured it out, I think. Testing now... -Matt --- Martijn Kruithof <[EMAIL PROTECTED]> wrote: > Martijn Kruithof wrote: > > > Matt Benson wrote: > > > >> I get failures in HEAD. Does anyone else? > >> > >> Thanks, > >> Matt > >> > >> > Sorry, I meant: > > [junit] Testsuite: > org.apa

Re: XMLValidateTest

2005-05-20 Thread Martijn Kruithof
Martijn Kruithof wrote: Matt Benson wrote: I get failures in HEAD. Does anyone else? Thanks, Matt Sorry, I meant: [junit] Testsuite: org.apache.tools.ant.taskdefs.optional.XmlValidateTest [junit] Tests run: 9, Failures: 1, Errors: 0, Time elapsed: 0,812 sec [junit] Testcase: testXml

Re: XMLValidateTest

2005-05-20 Thread Martijn Kruithof
Matt Benson wrote: I get failures in HEAD. Does anyone else? Thanks, Matt Yes, [junit] Testsuite: org.apache.tools.ant.taskdefs.optional.SchemaValidateTest [junit] Tests run: 9, Failures: 0, Errors: 1, Time elapsed: 1,343 sec [junit] Testcase: testFileset(org.apache.tools.ant.taskde

DO NOT REPLY [Bug 34992] - /noconfig option is ignored when stored in the response file

2005-05-20 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 34992] - /noconfig option is ignored when stored in the response file

2005-05-20 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 34992] New: - /noconfig option is ignored when stored in the response file

2005-05-20 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

XMLValidateTest

2005-05-20 Thread Matt Benson
I get failures in HEAD. Does anyone else? Thanks, Matt Yahoo! Mail Stay connected, organized, and protected. Take the tour: http://tour.mail.yahoo.com/mailtour.html - To unsubscribe, e-mail: [EMAIL PROTECTED]

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

2005-05-20 Thread peterreilly
peterreilly2005/05/20 09:53:58 Modified:src/main/org/apache/tools/ant/taskdefs/condition TypeFound.java Log: small clarification Revision ChangesPath 1.8 +1 -1 ant/src/main/org/apache/tools/ant/taskdefs/condition/TypeFound.java Ind

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

2005-05-20 Thread peterreilly
peterreilly2005/05/20 09:44:56 Modified:.WHATSNEW src/main/org/apache/tools/ant/launch Launcher.java Log: If launcher gets an InstantiationException when using the default constructor of ant, change the error message to say that this is an incompatible vers

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/condition TypeFound.java

2005-05-20 Thread Matt Benson
Exactly what I was in the process of doing for the InstanceOf ResourceSelector! :) -Matt --- [EMAIL PROTECTED] wrote: > peterreilly2005/05/20 09:33:15 > > Modified:docs/manual/CoreTasks conditions.html > > src/main/org/apache/tools/ant/taskdefs/condition >

cvs commit: ant WHATSNEW

2005-05-20 Thread peterreilly
peterreilly2005/05/20 09:34:08 Modified:.WHATSNEW Log: move typedef to 1.7 section of WHATSNEW Revision ChangesPath 1.826 +4 -5 ant/WHATSNEW Index: WHATSNEW === RCS file: /home/cvs/a

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

2005-05-20 Thread peterreilly
peterreilly2005/05/20 09:33:15 Modified:docs/manual/CoreTasks conditions.html src/main/org/apache/tools/ant/taskdefs/condition TypeFound.java Log: add uri attribute to typefound type Revision ChangesPath 1.39 +8 -1 ant/docs

Re: a find class task?

2005-05-20 Thread Peter Reilly
Peter Reilly wrote: **double blush** This is exactly what I was looking for, in the sibling class I was going to put the method into! And it is used by Launcher already!! Peter Thanks Peter Matt Benson wrote: There is also code to do this in oata.launch.Locator. -Matt --- Steve Loughran <[EMAIL PRO

Re: a find class task?

2005-05-20 Thread Peter Reilly
**double blush** This is exactly what I was looking for, in the sibling class I was going to put the method into! Thanks Peter Matt Benson wrote: There is also code to do this in oata.launch.Locator. -Matt --- Steve Loughran <[EMAIL PROTECTED]> wrote: Peter Reilly wrote: I have a vague memo

Re: a find class task?

2005-05-20 Thread Matt Benson
There is also code to do this in oata.launch.Locator. -Matt --- Steve Loughran <[EMAIL PROTECTED]> wrote: > Peter Reilly wrote: > > > I have a vague memory that someone wrote a find > class task. > > One gives it a task, and it returns the jar file > that it > > was located in. Can anyone rememb

Re: a find class task?

2005-05-20 Thread Peter Reilly
Steve Loughran wrote: Peter Reilly wrote: I have a vague memory that someone wrote a find class task. One gives it a task, and it returns the jar file that it was located in. Can anyone remember where it was done? *blush* Ok - an ant core task!!! Thanks. --

cvs commit: ant WHATSNEW

2005-05-20 Thread peterreilly
peterreilly2005/05/20 09:13:47 Modified:.Tag: ANT_16_BRANCH WHATSNEW Log: remove typefound from 1.6 WHATSNEW - it is not in 1.6.1 Revision ChangesPath No revision No revision 1.503.2.231 +0 -5 ant/WHATSNEW Index: W

Re: a find class task?

2005-05-20 Thread Steve Loughran
Peter Reilly wrote: I have a vague memory that someone wrote a find class task. One gives it a task, and it returns the jar file that it was located in. Can anyone remember where it was done? - To unsubscribe, e-mail: [EMAIL PROTE

a find class task?

2005-05-20 Thread Peter Reilly
I have a vague memory that someone wrote a find class task. One gives it a task, and it returns the jar file that it was located in. Can anyone remember where it was done? Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: svn commit: r171106 - in /ant/sandbox/antlibs/antunit/trunk/src: etc/testcases/ etc/testcases/antunit/ main/org/apache/ant/antunit/ testcases/org/apache/ant/antunit/

2005-05-20 Thread Matt Benson
;) I had started writing one too but yours is more complete. I can change yours over to filesystem-only ResourceCollections after I commit those. I would also add a setFile() convenience method. -Matt --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > Hi, > > I've dumped my current state of antu

Re: and namespaces

2005-05-20 Thread Peter Reilly
Matt Benson wrote: --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: On Wed, 18 May 2005, Peter Reilly <[EMAIL PROTECTED]> wrote: Shouldn't we simply make the condition support innamespace="antlib:net.sf.antcontrib"/> All the other types/tasks use "uri" for the na

Re: and namespaces

2005-05-20 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Wed, 18 May 2005, Peter Reilly > <[EMAIL PROTECTED]> wrote: > > >>Shouldn't we simply make the condition support > >> > >> innamespace="antlib:net.sf.antcontrib"/> > >> > >> > > All the other types/tasks use "uri" for the > namespace attribute. >

Re: Ant 1.6.5 release

2005-05-20 Thread Stefan Bodewig
On Fri, 20 May 2005, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > did not know that North-Rhine Westfalia does not have this holiday It does, Lower Saxony doesn't, for example. Wow, German State names look far more interesting in English. Stefan ---

DO NOT REPLY [Bug 34969] - javadoc - executable attribute documentation is not correct

2005-05-20 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/CoreTasks javadoc.html

2005-05-20 Thread bodewig
bodewig 2005/05/20 07:49:11 Modified:docs/manual/CoreTasks Tag: ANT_16_BRANCH javadoc.html Log: merge Revision ChangesPath No revision No revision 1.26.2.8 +8 -8 ant/docs/manual/CoreTasks/javadoc.html Index: javadoc.html

Re: and namespaces

2005-05-20 Thread Stefan Bodewig
On Wed, 18 May 2005, Peter Reilly <[EMAIL PROTECTED]> wrote: >>Shouldn't we simply make the condition support >> >> >> >> > All the other types/tasks use "uri" for the namespace attribute. Works for me as well. All I wanted to say is "can't we add a new attribute for a namespace URI to "? Stefa

Re: Ant 1.6.5 release

2005-05-20 Thread Antoine Levy-Lambert
> --- Ursprüngliche Nachricht --- > Von: Stefan Bodewig <[EMAIL PROTECTED]> > An: dev@ant.apache.org > Betreff: Re: Ant 1.6.5 release > Datum: Fri, 20 May 2005 16:35:32 +0200 > > On Fri, 20 May 2005, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > > > Ant 1.6.5 will really be a pure bug fix rel

Re: Ant 1.6.5 release

2005-05-20 Thread Stefan Bodewig
On Fri, 20 May 2005, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > Ant 1.6.5 will really be a pure bug fix release with no new > features. Steve has already committed an FTP fix to the branch if I've seen correctly. Seems to be a pure bug fix as well. > I can release it on Thursday, June 2n

Ant 1.6.5 release

2005-05-20 Thread Antoine Levy-Lambert
Since we have at least one serious bug [Bug 34962] - task behaves differently in 1.6.3 than 1.6.2 we would like to release Ant 1.6.5 Ant 1.6.5 will really be a pure bug fix release with no new features. I can release it on Thursday, June 2nd. (next week on Thursday is a holiday and long week-

Re: svn commit: r171106 - in /ant/sandbox/antlibs/antunit/trunk/src: etc/testcases/ etc/testcases/antunit/ main/org/apache/ant/antunit/ testcases/org/apache/ant/antunit/

2005-05-20 Thread Stefan Bodewig
Hi, I've dumped my current state of antunit into SVN so that you can see where I'm heading. Quick tour: leads to [au:antunit] Build File: /home/bodewig/ASF/ant/ant-svn/sandbox/antlibs/antunit/trunk/src/etc/testcases/antunit/base.xml [au:antunit] Tests run: 4, Failures:

svn commit: r171106 - in /ant/sandbox/antlibs/antunit/trunk/src: etc/testcases/ etc/testcases/antunit/ main/org/apache/ant/antunit/ testcases/org/apache/ant/antunit/

2005-05-20 Thread bodewig
Author: bodewig Date: Fri May 20 04:55:34 2005 New Revision: 171106 URL: http://svn.apache.org/viewcvs?rev=171106&view=rev Log: Add task and a very basic test listener Added: ant/sandbox/antlibs/antunit/trunk/src/etc/testcases/antunit/ ant/sandbox/antlibs/antunit/trunk/src/etc/testcases/