You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by 인범진 <su...@hanmail.net> on 2001/06/08 00:54:59 UTC

[RE]C2 beta1 build failure

First you must download jakarta-ant-1.3-optional.jar from jakarta.apache.org. Then put it under $ANT_HOME/lib directory.
And modify build.sh file to include jakarta-ant-1.3-optional.jar. jakart-ant-1.3-optional.jar is needed when building cocoon webapp. Here is part of my 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 may success in building cocoon app.

==================================================
우리 인터넷, 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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>