> 1 ) I do not know where my build.xml file should reside? How could we possibly know where it should reside? What do you need to do with that file?
> 2 ) If /META-INF/build.xml is correct, how can I configure my war plugin to > put this file in right location. /WEB-INF/classes/ will be on the classpath in your JavaEE App Server, so you should be able to read the build.xml file if it is under that directory in your package. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
