The top-level build.xml actually generates 2 services, FileSystem and SysProps...We opted to generate a build.xml per service for building that particular service. This isn't ideal in all scenarios (i.e. services which depend on one another), but it is a starting point for people to see how to generate things.
I believe the change should be made in the docs, and the top-level build.xml left as is....That being said we still need to do some work to get the whole tutorial build process/send requests a bit more ironed out.... As for build.properties...What we'd like to do is ultimately rely on the top-level one for wsrf.webapp.dir location, with the ability to override that in the generated services build.properties. Again this falls under the category of smoothing things out for the tutorial...I'll make a note in Jira, I suspect we forgot to add that one... Thx!! Keep plugging!! -Sal -----Original Message----- From: Murray, Bryan P. Sent: Monday, March 14, 2005 6:20 PM To: [email protected] Subject: 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
