ah, i did not know that. sounds like a good idea .. but since there is no documentation (eclipse) regarding the .classpath schema (as it's internal) can you explain how to do this?

currently I have:

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/main/resources" output="target/dummy-resouces" /> <classpathentry kind="src" path="src/test/java" output="target/test-classes"/> <classpathentry kind="src" path="src/server/java" output="target/server-classes"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>

On 14/01/2011 4:55 AM, Howard Lewis Ship wrote:
Another alternative is to set up src/main/resources as a class folder, not a
source folder. It is added to the classpath as is, rather than copying its
contents around at runtime.

On Tue, Jan 11, 2011 at 11:56 PM, Sven Homburg<hombu...@googlemail.com>wrote:

since using tapestry, there is more time for gaming ;-)

with regards
Sven Homburg
Founder of the Chenille Kit Project
http://chenillekit.codehaus.org





2011/1/11 Thiago H. de Paula Figueiredo<thiag...@gmail.com>:
Take a look at
http://docs.codehaus.org/display/JETTY/Files+locked+on+Windows. One more
reason for me using Linux for work and Windows just for the games I can't
run on Linux. :)

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,
and
instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

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


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




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

Reply via email to