Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2005-03-04 Thread Steve Loughran
Gump Integration Build wrote: To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project test-ant has an issue affecting its community integ

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2005-02-18 Thread Matt Benson
--- Peter Reilly <[EMAIL PROTECTED]> wrote: > AbstractFileSet#appendSelector() does not null the > directoryscanner > reference. > > I have fixed this now and removed the nulling when > cloning. Yup, just saw that. Now I feel good and dumb, haha. :) Thanks, Matt > > Peter > > >The last test

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2005-02-18 Thread Peter Reilly
Matt Benson wrote: --- Peter Reilly <[EMAIL PROTECTED]> wrote: I found the problem, My ant installation was not what I thought, and was sligtly out of sync with the cvs head. With this the test worked, but after syncing it did not. So there must have been a change that caused the failure, I reme

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2005-02-18 Thread Matt Benson
--- Peter Reilly <[EMAIL PROTECTED]> wrote: > I found the problem, > My ant installation was not what I thought, and was > sligtly out > of sync with the cvs head. With this the test > worked, but after > syncing it did not. So there must have been a change > that > caused the failure, I remembere

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2005-02-18 Thread Matt Benson
--- Peter Reilly <[EMAIL PROTECTED]> wrote: > For me, it is Ant's CVS HEAD, junit 3.8.1, jdk > 1.4.2_03 and jdk 1.6.0-ea > on Fedora Core 2. > > I will look at the issue over the week-end. I'd appreciate it. I am NOT seeing the test fail w/ Ant CVS HEAD (or my version of it), junit 3.8.1, jdk 1

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2005-02-18 Thread Peter Reilly
I found the problem, My ant installation was not what I thought, and was sligtly out of sync with the cvs head. With this the test worked, but after syncing it did not. So there must have been a change that caused the failure, I remembered that changes had been made to cache a directory scanner and

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2005-02-18 Thread Peter Reilly
Stefan Bodewig wrote: On Thu, 17 Feb 2005, Matt Benson <[EMAIL PROTECTED]> wrote: What kind of setups are people able to make this fail on? Nothing special. Ant's CVS HEAD, junit 3.8.1 and JDK 1.3.1 - on the Mac 1.4.2. For me, it is Ant's CVS HEAD, junit 3.8.1, jdk 1.4.2_03 and jdk 1.6.0

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2005-02-18 Thread Stefan Bodewig
On Thu, 17 Feb 2005, Matt Benson <[EMAIL PROTECTED]> wrote: > What kind of setups are people able to make this fail > on? Nothing special. Ant's CVS HEAD, junit 3.8.1 and JDK 1.3.1 - on the Mac 1.4.2. Stefan - To unsubscribe,

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2005-02-17 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > CloneTest fails on my Linux machine outside of Gump > as well. What kind of setups are people able to make this fail on? I have gotten access to a Linux box but the tests pass for me. :( -Matt > > Cheers > > Stefan > > ---

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2005-02-17 Thread Stefan Bodewig
On Wed, 16 Feb 2005, Matt Benson <[EMAIL PROTECTED]> wrote: > --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > >> CloneTest fails on my Linux machine outside of Gump >> as well. > > Hmm, can one or more of you Linux guys run this > snippet for me? I do my Unix testing on Solaris and > don't have

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2005-02-16 Thread Peter Reilly
I get: Buildfile: /home/preilly/learning/a/antbug/clone/build.xml [script] [{filenameselector name: foo negate: true casesensitive: true}] BUILD SUCCESSFUL Peter Matt Benson wrote: --- Peter Reilly <[EMAIL PROTECTED]> wrote: I get a "BUILD SUCESSFUL" Anyone care to try this one next?:

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2005-02-16 Thread Matt Benson
--- Peter Reilly <[EMAIL PROTECTED]> wrote: > I get a "BUILD SUCESSFUL" Anyone care to try this one next?:

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2005-02-16 Thread Matt Benson
Thanks, I'll keep looking then. -Matt --- Peter Reilly <[EMAIL PROTECTED]> wrote: > I get a "BUILD SUCESSFUL" > > Peter > > Matt Benson wrote: > > >--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > > > > > > > >>CloneTest fails on my Linux machine outside of > Gump > >>as well. > >> > >>

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2005-02-16 Thread Peter Reilly
I get a "BUILD SUCESSFUL" Peter Matt Benson wrote: --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: CloneTest fails on my Linux machine outside of Gump as well. Hmm, can one or more of you Linux guys run this snippet for me? I do my Unix testing on Solaris and don't have a Linux box set up..

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2005-02-16 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > CloneTest fails on my Linux machine outside of Gump > as well. Hmm, can one or more of you Linux guys run this snippet for me? I do my Unix testing on Solaris and don't have a Linux box set up... :( This is a quick test to make sure we're not loo

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2005-02-16 Thread Stefan Bodewig
CloneTest fails on my Linux machine outside of Gump as well. Cheers Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2005-02-11 Thread Stefan Bodewig
On Fri, 11 Feb 2005, Jan Materne <[EMAIL PROTECTED]> wrote: > Something in the Gump environment? Gump didn't build Xalan because BCEL's build is broken (code doesn't compile). Things I don't understand ATM: (1) Why didn't Ant pick up the Xalan version from JDK 1.4's rt.jar and (2) why is the con

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2005-02-07 Thread Steve Loughran
Gump Integration Build wrote: To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project test-ant has an issue affecting its community integ

Re: [GUMP@brutus]: Project test-ant (in module ant) failed -> JUnitReportTest only

2005-01-08 Thread Martijn Kruithof
As in the subject, only the error in the JUnitReportTest occured again. Martijn - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2005-01-05 Thread Martijn Kruithof
Gump Integration Build wrote: This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, Hi it seems the web site advertised in the mail is not available anymore. (I clicked it by accident instead of the details link.) Best R

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2004-12-17 Thread Peter Reilly
No, it was a change to MSVSS.java, changing of m_* to * caused a method parameter to shadow a class field. (So declaring method parameters as "final" is A Good Thing!). Sorry for the inconvience Peter. Stefan Bodewig wrote: seems as if this change yesterday 1.8 +0 -1 ant/src/testcase

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2004-12-17 Thread Stefan Bodewig
seems as if this change yesterday > 1.8 +0 -1 > ant/src/testcases/org/apache/tools/ant/taskdefs/optional/vss/MSVSSTest.java > > Index: MSVSSTest.java > === > RCS file: > /home/cvs/ant/src/testcases/org/apache/tools/

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2004-12-13 Thread Stefan Bodewig
On Mon, 13 Dec 2004, Jan Materne <[EMAIL PROTECTED]> wrote: > But three times the ant.jar is registered with id=ant. Why all three > are given to test-ant? Shouldnt the id be overriden? Because ids are only unique for the same "project" and "bootstrap-ant", "ant" and "dist-ant" are different proj

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2004-12-13 Thread Stefan Bodewig
On Mon, 13 Dec 2004, Jan Materne <[EMAIL PROTECTED]> wrote: > Hhm if I read the descriptor [1] in the right way, we have You do. But the dependency on dist-ant shouldn't drag along the jars from "ant" and "bootstrap-ant". Well, yes, it does, because of the inherit="all". I'll try to fix the in

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2004-12-13 Thread Stefan Bodewig
On Mon, 13 Dec 2004, Jan Materne <[EMAIL PROTECTED]> wrote: > so is there something to do with Gump? Yes. test-ant has three versions of ant.jar (those of bootstrap-ant, ant and dist-ant) on the CLASSPATH. I'll skip the test in Gump and then (try to) fix Gump since I don't think there should be

Re: [GUMP@brutus]: Project test-ant (in module ant) failed

2004-10-28 Thread Stefan Bodewig
JavacTest failed - should be fixed on next run. WsdlToDotNetTest failed - now excluded. GetLibrariesTest - caused an error: [junit] maven doesn't denote a Repository [junit] /home/gump/workspaces2/public/workspace/ant/src/etc/testcases/taskdefs/optional/getlibraries.xml:63: maven doesn't

re: [GUMP@brutus]: Project test-ant (in module ant) failed

2004-10-12 Thread Steve Loughran
This is mono again. Seems to be there, but seems to be misbehaving. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]