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]
