Discussion:
Build Failure - jakarta-cactus-documentation
Christopher Lenz
2003-05-04 10:45:58 UTC
Permalink
----------------------------------------------------
<http://cvs.apache.org/builds/gump/2003-05-04/jakarta-cactus-documentation.html>
----------------------------------------------------
[snip]
[style] Processing /home/rubys/jakarta/jakarta-cactus/documentation/docs/xdocs/sitemap.xml to /home/rubys/jakarta/jakarta-cactus/documentation/target/xdocs/sitemap.xml
[style] Loading stylesheet /home/rubys/jakarta/jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/sitemap2document.xsl
[style] dropping /home/rubys/jakarta/jakarta-cactus/documentation/target/classes/java from path as it doesn't exist
[style] Transforming into /home/rubys/jakarta/jakarta-cactus/documentation/target/doc
[style] Processing /home/rubys/jakarta/jakarta-cactus/documentation/target/xdocs/writing/howto_testcase_jsp.xml to /home/rubys/jakarta/jakarta-cactus/documentation/target/doc/writing/howto_testcase_jsp.html
[style] Loading stylesheet /home/rubys/jakarta/jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/document2html.xsl
[style] dropping /home/rubys/jakarta/jakarta-cactus/documentation/target/classes/java from path as it doesn't exist
[style] file:/home/rubys/jakarta/jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/common.xsl:53:52: Warning! Can not load requested doc: Not logged in
[style] file:/home/rubys/jakarta/jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/common.xsl:54:36: Warning! Id [howto_testcase_jsp] has no reference in sitemap.xml
[style] : Fatal Error! Stylesheet directed termination
[style] file:/home/rubys/jakarta/jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/common.xsl:54:36: Fatal Error! Fatal error during transformation Cause: Fatal error during transformation
[style] Failed to process /home/rubys/jakarta/jakarta-cactus/documentation/target/xdocs/writing/howto_testcase_jsp.xml
BUILD FAILED
/home/rubys/jakarta/jakarta-cactus/documentation/build.xml:211: Fatal error during transformation
This one is puzzling me. I've just tried the (non-Gump) build on a Linux
machine, and it is working well.

Note the 'Not logged in' error in the output, which occurs when we try
to load a another XML file via document(uri), where uri is the absolute
path to the file.
--
Christopher Lenz
/=/ cmlenz at gmx.de
Sam Ruby
2003-05-04 11:24:02 UTC
Permalink
Post by Christopher Lenz
This one is puzzling me. I've just tried the (non-Gump) build on a Linux
machine, and it is working well.
Note the 'Not logged in' error in the output, which occurs when we try
to load a another XML file via document(uri), where uri is the absolute
path to the file.
Is it possible that one of your dependencies has changed (xalan,
perhaps)? You can get access to the jars that gump built here:

http://gump.covalent.net/jars/2003-05-04/

alljars.zip contains everything, or you can download individual jars
individually.

Alternately, would it help if you were given an id on one of the
machines upon which gump is already running? I'm also willing to talk
you through setting up gump on your machine, or even set it up for you
if I am given access.

- Sam Ruby
Christopher Lenz
2003-05-04 13:49:07 UTC
Permalink
Post by Sam Ruby
Post by Christopher Lenz
This one is puzzling me. I've just tried the (non-Gump) build on a
Linux machine, and it is working well.
Note the 'Not logged in' error in the output, which occurs when we try
to load a another XML file via document(uri), where uri is the
absolute path to the file.
Is it possible that one of your dependencies has changed (xalan,
I don't think so. The failures started after I changed the uri from a
relative to an absolute path.
Post by Sam Ruby
http://gump.covalent.net/jars/2003-05-04/
alljars.zip contains everything, or you can download individual jars
individually.
Alternately, would it help if you were given an id on one of the
machines upon which gump is already running? I'm also willing to talk
I'm not even sure if the build also fails on covalent or nagoya. We'll
see later today, probably. Would it be possible for you to record the
-debug output of the build on rubix, and forward that to me?
Post by Sam Ruby
you through setting up gump on your machine, or even set it up for you
if I am given access.
I've set Gump up before, it's only that my linux box currently needs to
be reanimated.

Thanks!
--
Christopher Lenz
/=/ cmlenz at gmx.de
Sam Ruby
2003-05-04 13:54:58 UTC
Permalink
Post by Christopher Lenz
I'm not even sure if the build also fails on covalent or nagoya. We'll
see later today, probably. Would it be possible for you to record the
-debug output of the build on rubix, and forward that to me?
http://cvs.apache.org/~rubys/cactus-doc-release.tgz

- Sam Ruby
Christopher Lenz
2003-05-04 14:26:45 UTC
Permalink
Post by Sam Ruby
Post by Christopher Lenz
I'm not even sure if the build also fails on covalent or nagoya. We'll
see later today, probably. Would it be possible for you to record the
-debug output of the build on rubix, and forward that to me?
http://cvs.apache.org/~rubys/cactus-doc-release.tgz
- Sam Ruby
Wow that was quick. Thanks a bunch. I guess it's the file:/ protocol in
the URI that is somehow messing things up, so I've removed it for now.
--
Christopher Lenz
/=/ cmlenz at gmx.de
Sam Ruby
2003-05-04 17:45:51 UTC
Permalink
Post by Christopher Lenz
Wow that was quick. Thanks a bunch. I guess it's the file:/ protocol in
the URI that is somehow messing things up, so I've removed it for now.
BUILD SUCCESSFUL
Total time: 35 seconds

It doesn't take long to try out a change...

- Sam Ruby

Loading...