Reissuing the request, in response to Shane's post to general@xml.

- Sam Ruby

---------------------- Forwarded by Sam Ruby/Raleigh/IBM on 05/31/2001
03:24 PM ---------------------------

Sam Ruby
05/23/2001 09:37 AM

To:   [EMAIL PROTECTED]
cc:
From: Sam Ruby/Raleigh/IBM@IBMUS
Subject:  Re: [GUMP] Build Failure - Xalan2 dist


Actually, it looks like I need to ask a favor....

Ant allows builds to be run from any directory, and will automatically
adjust file paths.  Unfortunately, the call to JavaCupRedirect mixes
argument and path data together, defeating this.

See http://jakarta.apache.org/ant/manual/using.html#arg for details on how
to use <arg file=""/>.

Once this is addressed, the next problem is that JavaCup seems to deposit
things into the current working directory.  Perhaps JavaCupRedirect can be
adjusted to account for this?

It looks like the first problem (but not the second, thankfully) is also an
issue with JLex.

- Sam Ruby

---------------------- Forwarded by Sam Ruby/Raleigh/IBM on 05/23/2001
08:55 AM ---------------------------

Sam Ruby/Raleigh/IBM@IBMUS on 05/23/2001 08:28:19 AM

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:
Subject:  Re: [GUMP] Build Failure - Xalan2 dist



Sorry for the delay (I was on vacation and without net access last week,
and have been trying desparately to catch up this week).

I will fix this today.

- Sam Ruby


Shane Curcuru <[EMAIL PROTECTED]> on 05/17/2001 04:25:04 PM

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:   [EMAIL PROTECTED]
Subject:  Re: [GUMP] Build Failure - Xalan2 dist



Arrrggh!
See >>> comments below.  Sam or someone with GUMP
access please read the end of this note.

----------------------------------------------------
This email is autogenerated from the output from:
<http://jakarta.apache.org/builds/gump/2001-05-17/dist-xalan2.html>
----------------------------------------------------
...
prepare.docs:
    [mkdir] Created dir:
/home/rubys/jakarta/xml-xalan/java/build/docs
    [mkdir] Created dir:
/home/rubys/jakarta/xml-xalan/java/build/docs/apidocs
   [gunzip] Expanding
/home/rubys/jakarta/xml-xalan/java/xdocs/xml-site-style.tar.gz
to
/home/rubys/jakarta/xml-xalan/java/xdocs/xml-site-style.tar
    [untar] Expanding:
/home/rubys/jakarta/xml-xalan/java/xdocs/xml-site-style.tar
into /home/rubys/jakarta/xml-xalan/java/xdocs
   [delete] Deleting:
/home/rubys/jakarta/xml-xalan/java/xdocs/xml-site-style.tar
     [echo] Transform todo.xml and put the result in
./build/docs
     [java]
     [java] XSLT Error
(javax.xml.transform.TransformerException):
home/rubys/jakarta/xml-xalan/java/build/docs/todo.html
(No such file or directory)
     [java] Java Result: 255

>>> -------------------------------
>>> OK, the above error is actually fixed;
unfortunately the CVS update on Sam's machine timed
out after getting only *some* of the updated files -
it missed the Process.java fix for this and other doc
problems.

...
xsltc.compile:
     [echo] Compiling XSLTC utilities
    [javac] Compiling 6 source files to
/home/rubys/jakarta/xml-xalan/java/build/classes
    [javac]
/home/rubys/jakarta/xml-xalan/java/src/org/apache/xalan/xsltc/util/JavaCupRedirect.java:128:


Undefined variable, class, or package name: java_cup
    [javac]              java_cup.Main.main(new_args);
    [javac]              ^
    [javac] 1 error

>>> -------------------------------
>>> This is probably (ok, I'm just guessing) due to
the fact that the xsltc stuff relies on a number of
precompiled .jar files that are checked into
xml-xalan/java/bin - except Sam sets his GUMP up to
never use precompiled .jars by default. (Hey, I even
nicely parameterized all the ${java_cup.jar.name} and
${java_cup.jar} for you!)
If anyone wants to find the sources for these .jars
and compile them themselves, feel free.  Us Xalanites
plan to simply leave the .jars checked in until we do
some more xsltc-xalan integration, at which point some
should go away, I hope(and BCEL may move to
jakarta-commons someday).

- Shane


=====
<eof msg="This is not my regular email account"
 humor="These are not the droids you're looking for" />

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/






Reply via email to