You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-dev@ws.apache.org by "Murray, Bryan P." <br...@hp.com> on 2005/03/15 00:20:14 UTC

Tutorial suggestion

This is a suggestion for updating the tutorial.

The step titled "Deploy the service to the Apollo webapp" ends with the
indication to run "ant generate compile deploy". As it turns out the
tutorial build.xml does not containtargets for compile and deploy.
However, if you cd to tutorial/generated/filesystem, there is a
generated build.xml that does contain targets for compile and deploy.

My suggestion is to add targets to the top-level build.xml for compile
and deploy, even if they just invoke the targets in the generated
build.xml.

Also, it might help if the build.properties had wsrf.webapp.dir set to
either ${env.APOLLO_HOME}/webapps/wsrf or
${env.CATALINA_HOME}/webapps/wsrf, or maybe to the same as the build.xml
used to generate.

Bryan

---------------------------------------------------------------------
To unsubscribe, e-mail: apollo-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: apollo-dev-help@ws.apache.org