> I need put some files in different packages and this files are > ".xml and .wsdl", I can't put it in the resources directory I need > put a wsdl file in the same package as your relative class. Is it possible?
The correct approach is to build the same directory structure under resources, and put those files there. They will be packaged into the same place in the resulting jar alongside the class files. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
