Not sure I follow....We generate a directory for each service under a generated dir...The generated build.xml exists in the service directory...So it is per service....There wouldn't be multiple *.wsdd or jndi config paths...The generated buil.xml was intended to be per-service....
But let me know if this isn't the case.... -----Original Message----- From: Shahzad Younas [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 23, 2005 7:00 PM To: [email protected] Subject: RE: Generated build.xml Just to add to that, I think it doesn't work properly when multiple services will be generated...ie it doesn't deploy *.wsdd and it doesn't include multiple <jndiConfigPaths dir="${src.dir}" includes="**/*.xml" /> like that. I hope I make sense! I just remember having problems and having to edit it. -----Original Message----- From: Murray, Bryan P. [mailto:[EMAIL PROTECTED] Sent: 23 March 2005 23:50 To: [email protected] Subject: Generated build.xml In the build.xml file that gets generated by Wsdl2Java in the generated/* directories, I noticed that the following 2 lines appear: <property file="build.properties" /> <property file="../build.properties" /> Unfortunately, the one that would be really useful is missing from the list: <property file="../../build.properties" /> Is there any way to get Wsdl2Java to add this line too? This makes it possible to specify the wsrf.webapp.dir property once in the WSDL directory and to be able to use the generated build.xml with no changes. Thanks, 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
