I am just using ant and the build files from the example directory. I have created my own folder under muse called usr where I have put my applications. So my directory structure is: /muse/usr/tacf/ResourceManager Under ResourceManager I have lib, requests, and src (which contains the folders java and wsdl). The wsdl folder has my wsdl and my schema. After minor modification to the build files for my application, I run ant generate. Then I modify the XXXHome.java and XXXResource.java classes to include my specific code. Then I run ant compile and then ant deploy. Does that help.
________________________________ From: Dziembowski, Kinga [mailto:[EMAIL PROTECTED] Sent: Wed 6/29/2005 6:36 PM To: [email protected] Subject: RE: deploying muse services James, Can you tell what are you using to deploy your services? Were you are? In Example? Tutorial???? I need more info to tell you what is going on. Please explain what are your steps. Thanks Kinga Dziembowski Hewlett-Packard Company Applied Technology Office (ATO) 856.638.6065 [EMAIL PROTECTED] -----Original Message----- From: James Lorenzen [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 29, 2005 3:40 PM To: [email protected] Subject: deploying muse services I am trying to deploy a muse web service using the June 20th snapshot and I don't know if it is an issue or not but the deploy only copies over wsdl's and not any of its schemas. For example my wsdl under /src/wsdl references a local schema under the same directory. In the past the deploy target would copy everything under the /src/wsdl to the tomcat/webapps/muse/*** folder. Now it is only copying over the wsdl. Is this expected? james --------------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
