On Tuesday, December 24, 2002, at 03:21 AM, Raghu V. N wrote:
Hi
I have installed tomcat 4.1, jetspeed 1.4b3, Ant 1.5. I am facing problems installing the jetspeed tutorial available at <http://www.bluesunrise.com/jetspeed-docs/jportal.jar>.
The error message when I execute ant tutorial-all , is as follows:
BUILD FAILED
file:C:/jpo/torque3/build.xml:23: Error while expanding C:\Program Files\Apache
Group\Tomcat 4.1\webapps\jetspeed\lib\torque-3.0.jar
The build.properties is as follows
# typical settings without source
jetspeed_home=C:/Program Files/Apache Group/Tomcat 4.1/webapps/jetspeed/
catalina_home=C:/Program Files/Apache Group/Tomcat 4.1/
portlet_app_name=jportal
company=com.bluesunrise.jportal
jetspeed_jar=/WEB-INF/lib/jetspeed
.....................................................^ Is that the name of your jar file, without the ".jar" extension? Shouldn't it be: "jetspeed-1.4.b3.jar"
It seems that you are using the WAR distribution (jetspeed-1.4b3-release-war.zip) with the deployed web application.jetspeed_war=/jetspeed.war jetspeed_lib=/WEB-INF/lib/ jetspeed_conf=/WEB-INF/conf/
Sorry, I didn't foresee building against a deployed web application.
Since all "jetspeed" prefixed properties are relative to "jetspeed_home", you will not find the WAR file in /jetspeed.war
You could copy it there.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
