On May 1, 2007, at 7:30 AM, David Dyer wrote:
Thanks for all the help so far David. And apologies in advance for
the length of this message.
-----------------------------------------------------------
build.properties:
# general properties
portal.name = jetexpress
# installation properties
installer.src.jar = /Jetspeed/installers/jetspeed-2.2-dev-
installer.jar
installer.target = ./target
installer.dst.jar = jetexpress-installer.jar
# development deployment properties
app.server.home = /Jetspeed/server
-------------------------------------------------------------------
Everything looks OK except the webapps are not deployed
There is a goal in the build.xml:
<target name='deploy.webapps'>
<!--
<copy overwrite='true' todir="${app.server.home}/webapps/" file="./
webapps/express-demo.war/"/>
-->
<copy overwrite='true' todir="${app.server.home}/webapps/" file="./
webapps/jetspeed-portlets.war/"/>
</target>
Not sure why its commented out the first copy
Uncomment it out and try running
ant deploy.webapps
(In the tutorial, this step is done via Eclipse WTP)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]