All-- We've got a loose end lying around for finishing the task of rearranging the web project model. There are several web applications that still put Java source files in the web/ directory instead of in the src/ directory. This doesn't work well in Eclipse 3.1.2 + WTP 1.0 (just tried it), and it's not how Maven2 structures projects using the webapp archetype.
So.... I'm considering moving all *.java files in web/ into src/ for all webapps in the tree. It's not a fun job, but that's where Perl comes in. :) Any additional thoughts are welcome -- if you're interested in how this will look when completed, take a look at trunk/samples/petstoreWeb which I changed this weekend. Any dissenting opinions are welcome... Eddie
