sandbox examples - org.apache.myfaces.examples.resource.example_messages*.properties missing

2006-02-28 Thread Mike Kienenberger
I noticed that the sandbox examples maven build (mvn install at the command-line) doesn't include the various org.apache.myfaces.examples.resource.example_messages*.properties files from myfaces-example-simple's src/main/resources. Is this something that needs to be fixed in Maven or should the

Re: sandbox examples - org.apache.myfaces.examples.resource.example_messages*.properties missing

2006-02-28 Thread Mike Kienenberger
It looks like it's not just the resources. The backing beans (for example, validatorBean) are also not being put into the sandbox examples WEB-INF/classes directory. On 2/28/06, Mike Kienenberger [EMAIL PROTECTED] wrote: I noticed that the sandbox examples maven build (mvn install at the

Re: sandbox examples - org.apache.myfaces.examples.resource.example_messages*.properties missing

2006-02-28 Thread Mike Kienenberger
And the examples-config.xml file from myfaces-example-simple. Perhaps the solution would be to build a jar file containing all of the tomahawk example pieces and dump that into the sandbox examples. I'm not really sure what's easier with maven -- creating the jar file or copying all of the