On Sunday, July 8, 2001, at 07:16 PM, Bill Humphries wrote:
> But how'd you set up your Ant classpath to compile Cocoon?
Bill:
I'm no expert, but by unsetting my ANT_HOME environment variable before
executing build.sh,
the clauses in Cocoon's build.sh file took over and used
$COCOON/lib//ant_1_3.jar and $COCOON/lib/ant_1_3-optional.jar by
default. This works.
bash> unset ANT_HOME
bash> bash $COCOON/build.sh
.....
(I work in a heavy-duty Ant shop, so I had to disable the use of our
customized Ant 1.4 installation.)
--chip morris
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>