On 3/2/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
As a <resource> under <resources>, it isn't put in the proper directory (the package name interpolation does not occur). As a <source> under <sources>, it doesn't seem to do anything at all. Ideas?
This (package name interpolation) used to work if you specified your resources in the <sources> section. But last time I tried it, I got an error from a <sources> element that was not in src/main/java. There seems to be no way to get non-Java resources into a package structure now. I think a good way to demonstrate the problem would be to patch the quickstart archetype to include both a package.html file (which should live in src/main/java so it doesn't get included in the jar) and src/main/resources/App.properties which should get packaged with the Java source and included in the jar. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
