It may, but I always change /src/*/resources folders from source folders to class folders, since they are resources, not code, so they don't really need to go through Eclipse's incremental compiler. That's just me though. Either way works.

Christian.

On 11-Dec-08, at 10:27 , Daniel Jue wrote:

+1 to that. I have also been using the src/main/resources dir since cutting my teeth with Maven and T5. The Tapestry related directories there mirror
the packages under src/main/java, for both page classes and component
classes.
In eclipse the src/main/java and src/main/resources are both listed as
"source directories", so the tml files will get copied out to the same
location as the .class files. (I think this works just using the Eclipse
java builder, and may not even need the maven builder)

The Loom plugin for Eclipse/T5 supports this structure.

On Thu, Dec 11, 2008 at 7:26 AM, Otho <taa...@googlemail.com> wrote:

Uhm... I use the resource folder since the beginning of dabbling around
with
Tap5 and never had any issues. In fact it's the first thing I do when
creating a new app via the archetype to create the packages under the
resource directory and moving Index.tml there.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to