First you must download jakarta-ant-1.3-optional.jar from
http://jakarta.apache.org/builds/jakarta-ant/release/v1.3/bin/ .
Then put it under $ANT_HOME/lib . And modify build.sh file to include
jakarta-ant-1.3-optional.jar in classpath. Here is part of my own build.sh file. I
renamed jakarta-ant-1.3-optional.jar to ant-optional.jar.
### part of build.sh ###
# ----- Set Up The Runtime Classpath ---------------------------------
CP=$JAVA_HOME/lib/tools.jar:$ANT_HOME/lib/ant.jar:$ANT_HOME/lib/ant-optional.jar:./lib/xerces_1_4_0.jar:./lib/xalan-2.1.0.jar
Now you can build cocoon apps.
==================================================
¿ì¸® ÀÎÅͳÝ, Daum
Æò»ý ¾²´Â ¹«·á E-mail ÁÖ¼Ò ÇѸÞÀϳÝ
Áö±¸ÃÌ ÇÑ±Û °Ë»ö¼ºñ½º Daum FIREBALL
http://www.daum.net
---------------------------------------------------------------------
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]>