You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by Larry Isaacs <La...@sas.com> on 2002/04/24 18:44:53 UTC

[PATCH] Fix for Covalent Gump runs

I am able to duplicate the jakarta-ant failures that Gump
is encountering on Covalent.  It occurs when the Gump workspace
defines a "jardir".  Because the bootstrap-ant project does
not declare optional.jar, it isn't copied to the "jardir"
directory.  "No JAXP compliant XML parser found" is the error you
will get if optional.jar isn't available when jakarta-ant is built.

The attached patch adds this jar to bootsrap-ant.  This
corrects the problem for me.  I assume it would do the same
on the Covalent system.

Cheers,
Larry


Re: [PATCH] Fix for Covalent Gump runs

Posted by Stefan Bodewig <bo...@apache.org>.
On 25 Apr 2002, Stefan Bodewig <bo...@apache.org> 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.

(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).

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?

Stefan

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [PATCH] Fix for Covalent Gump runs

Posted by Stefan Bodewig <bo...@apache.org>.
On Wed, 24 Apr 2002, Larry Isaacs <La...@sas.com> wrote:

> I am able to duplicate the jakarta-ant failures that Gump
> is encountering on Covalent.  It occurs when the Gump workspace
> defines a "jardir".  Because the bootstrap-ant project does
> not declare optional.jar, it isn't copied to the "jardir"
> directory.

But optional jar is only a by-product of bootstrap-ant that shouldn't
be needed by anything at all.

I have an account on the covalent box and will try to track this down
today.

Stefan

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>