|
The build.xml from example directory is tuned to the examples. It should work for you as well, examine build.xml. The expectation is: ·
Out.dir for generate task is “services”
( you can change it to generated) ·
It is new logic subdirectory
containing backend and callbacks. ·
In the example directory, for the
code in subprojects (services) build.xml are modified. ·
Src/wsdl contains wsdl and corresponding
.xsd ·
Currently the generate target is
commented in example to not override the examples code. ·
The target all, will compile AND
deploy ALL subprjects under services and will copy xsd to the /wsdl
subdirectory of muse deployment. Kinga Kinga Dziembowski Hewlett-Packard Company Applied Technology Office (ATO) 856.638.6065 [EMAIL PROTECTED] -----Original Message----- 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 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 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] |
- deploying muse services James Lorenzen
- RE: deploying muse services Dziembowski, Kinga
- RE: deploying muse services James Lorenzen
- Dziembowski, Kinga
