Hhm if I read the descriptor [1] in the right way, we have
test-ant
depends on project: dist-ant
runs: run-tests --> dump-info,compile-tests,probe-offline
- compile-tests (creates test2-antlib.jar; depends on "build")
- build (compiles the sources)
If only a <jar> defines something new to CLASSPATH, here isnt any added.
dist-ant
depends on project: ant
<jar>: ant.jar -- seems to be the duplicate from "ant"
ant
depends on project: bootstrap-ant
<jar>: ant.jar -- any differences to bootstrap? I would think so, but
would have
to check.
bootstrap-ant
no dependencies
calls the bootstrap shell script
<jar>: ant.jar
Please correct me, so I can start learning Gump ;)
Jan
[1] http://cvs.apache.org/viewcvs.cgi/gump/project/ant.xml?view=markup
> -----Urspr�ngliche Nachricht-----
> Von: Stefan Bodewig [mailto:[EMAIL PROTECTED]
> Gesendet am: Montag, 13. Dezember 2004 10:46
> An: [EMAIL PROTECTED]
> Betreff: Re: [EMAIL PROTECTED]: Project test-ant (in module ant) failed
>
> 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 more than one ant.jar be present.
>
> Stefan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>