> -----Original Message-----
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 25, 2002 3:59 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [PATCH] Fix for Covalent Gump runs
>
>
> On 25 Apr 2002, Stefan Bodewig <[EMAIL PROTECTED]> wrote:
>
> > will try to track this down today.
>
> OK, it is fixed now. Some non-optional classes went into optional.jar
> instead of ant.jar, but they did so for months now.
>
> There are more things that look very strange to me and I don't know
> how to put the pieces together:
>
> (1) "build.sh jakarta-ant dist-lite" passed even before I fixed Ant's
> build file while "build.sh all" would fail.
>
> This made it rather difficult to track down as I had to start several
> "build.sh all"s until I was convinced it would work (those rsyncs can
> take quite some time).
>
> (2) No problems at all on my machine - or on nagoya.
I think you would only see the problem if the Gump workspace defines
a "jardir". The bootstrap-ant project builds optional.jar. I'm
assuming ant somehow makes optional.jar available if it is present
in the same directory as ant.jar, which it would be if "jardir" isn't
defined. With "jardir" defined, ant.jar is copied to the "jar"
directory and optional.jar isn't, so access is lost. I haven't
verified this assumption, though.
>
> (3) I don't see any reference to regexp stuff in Ant's build file and
> the only mapper that is being used is a glob mapper (and this one as
> well has been there for months).
In trying to identify the dependency, I only got as far as determining
that removal of the <filterchain> from the "prepare" target in Ant's
build.xml changes where the ClassNotFound exception for RegexpMatcher
gets thrown.
>
> I'd suspect that some change around Ant switching to Xerces has caused
> the problem, has it been working for the last couple of days? Could
> it be that Gump hasn't been running at all on this machine?
Since I used rubypad.xml as my starting workspace file (which has "jardir"
defined) this was the first problem I ran into trying to get Gump running
locally early last week. I'm not sure how long before this it might
have been present. I had other things to get straight before I had Gump
working successfully, so I waited until I could verify this problem was
present in a correct setup before posting. I should have re-thought my
assumption that the dependency on optional.jar wasn't accidental. Thanks.
Cheers,
Larry
>
> Stefan
>
> --
> To unsubscribe, e-mail:
> <mailto:alexandria-dev-> [EMAIL PROTECTED]>
> For
> additional commands,
> e-mail: <mailto:[EMAIL PROTECTED]>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>