Kalle,

are you referring to:

"For src/main/resources folder, set the output to the same as the source folder (i.e. src/main/resources, Eclipse doesn't have a separate checkbox for "don't copy")"

i was worried about windows throwing an error "dest can't be same as source" on every build ...

will try out. cheers.

On 14/01/2011 11:51 AM, Kalle Korhonen wrote:
On Thu, Jan 13, 2011 at 3:44 PM, Paul Stanton<p...@mapshed.com.au>  wrote:
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?
Just read the instructions at
http://tynamo.org/Developing+with+Tomcat+and+Eclipse, Eclipse
configuration is the same whether you are using Tomcat or Jetty.

Kalle


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


---------------------------------------------------------------------
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