Hello Bill, hi list
I think you wanted to write $COCOON_HOME instead of $LENYA_HOME. Here a
short listing of the necessary commands to get C2.1M1 from the Apache
Site compiled as a webapp useable for Lenya:
1. cd $COCOON_HOME
2. chmod 755 build.sh
3. cd tools/bin
4. chmod 755 ant
5. chmod 755 antRun
6. cd ../../ (aka cd $COCOON_HOME)
7. ./build.sh -Dinclude.webapp.libs=yes webapp (on UNIX)
8. follow the steps 10 ff. at
<http://www.wyona.org/installation/source_version.html>
--mv
Am Freitag, 09.05.03 um 23:24 Uhr schrieb Bill Humphries:
> After being puzzled trying to build Cocoon 2.1 M1, I found out from
> the Cocoon users mailing list that the files in tools/bin in the
> Cocoon 2.1 M1 tarball on the Apache site have DOS line ends.
>
> So you'll need to do the following if you're building on some form of
> UNIX:
>
> chmod 755 $LENYA_HOME/build.sh
>
> Fix the line ends of ant and antRun in $LENYA_HOME/tools/bin, and make
> those executable as well.
>
> -- whump
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: lenya-user-help@cocoon.apache.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org
|