when i run the ". ./build-ecs.sh javadocs" command
i get an error:
BUILD FATAL ERROR: Property 'ant.home' not found
when i added the following line to build-ecs.xml
<property name="ant.home" value="."/>
and rebuild javadocs
i get anothor error:
BUILD FATAL ERROR: Error exec: /home/jian/software/ecs/build/bin/antRun /hom
e/jian/software/ecs/build javadoc -classpath
"/home/jian/software/ecs/bin/ecs-1.3.2.jar:/home/jian/software/ecs/lib/xerces.jar:/h
ome/jian/software/tomcat/lib/servlet.jar:/usr/local/jdk/lib/tools.jar:/home/jian/softwar
e/ecs/bin/ecs-1.3.2.jar:/home/jian/software/ecs/lib/xerces.jar:/home/jian/software/
tomcat/lib/servlet.jar:/usr/local/jdk/lib/tools.jar:/home/jian/software/ecs/bin/ecs-1.3
.2.jar:/home/jian/software/ecs/lib/xerces.jar:/home/jian/software/tomcat/lib/servlet.j
ar:/usr/local/jdk/lib/tools.jar::/usr/local/jdk/lib/tools.jar:/usr/local/jdk/lib/tools.jar:xml
.jar:ant.jar:../lib/xerces.jar" -sourcepath "../bin/src" -d
"/home/jian/software/ecs/docs/apidocs" -version -author -private -windowtitle
"ECS 1.3.2 API" -doctitle "ECS 1.3.2 API" -bottom "Copyright ? 2000 Apache
Software Foundation. All Rights Reserved." "org.apache.ecs.filter"
"org.apache.ecs.html" "org.apache.ecs.factory" "org.apache.ecs.wml"
"org.apache.ecs.storage" "org.apache.ecs.html2ecs" "org.apache.ecs"
"org.apache.ecs.xml" "org.apache.ecs.rtf"
what is going wrong?
--
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]