Eclipse WTP setup

2006-10-10 Thread Kev D'Arcy
Hi, Would anyone have a sample set of Eclipse configuration files (.classpath mainly) that is configured for WTP? I have the java/class forlders configured properly to match the standard maven file structure, but I'm having problems getting the web root folder to be src/main/webapp instead of

Re: m2/eclipse/wtp configuration + tapestry

2006-08-03 Thread Kev D'Arcy
_in parallel_ with Tapestry coder, both using Subversion, is a winning game but this is already off-topic. I hope this recipe will get you up to speed. Cheers, Borut Bolčina Kev D'Arcy pravi: Hi, I'm trying to set-up a dynamic web project in eclipse 3.2 using wtp 1.5 and maven. I have

Re: m2/eclipse/wtp configuration + tapestry

2006-08-03 Thread Kev D'Arcy
version1.1.3/version /dependency /dependencies /project Stefan Magnus Landrø wrote: Could you send a copy your pom. It would be nice to go the other way around (mvn eclipse:eclipse etc). Kev D'Arcy Kevin.A.D'[EMAIL PROTECTED] 03.08.2006 12:33 Vennligst send svar til Maven Users List users

Re: Re: m2/eclipse/wtp configuration

2006-08-02 Thread Kev D'Arcy
artifactIdmaven-eclipse-plugin/artifactId configuration wtpversion1.0/wtpversion buildcommands / classpathContainers/ projectnatures / /configuration /plugin /plugins /build see plugin doc for more details. Stefan Kev D'Arcy

Re: Re: m2/eclipse/wtp configuration

2006-08-01 Thread Kev D'Arcy
/artifactId version1.1.3/version /dependency /dependencies /project the classpath files should be generated automatically by the maven-eclipse plugin. Have you added a setting for wtp support in your pom? (see eclipse plugin for details) stefan Kev D'Arcy Kevin.A.D'[EMAIL PROTECTED

Re: Re: m2/eclipse/wtp configuration

2006-08-01 Thread Kev D'Arcy
/artifactId version1.1.3/version /dependency /dependencies /project the classpath files should be generated automatically by the maven-eclipse plugin. Have you added a setting for wtp support in your pom? (see eclipse plugin for details) stefan Kev D'Arcy Kevin.A.D'[EMAIL PROTECTED

m2/eclipse/wtp configuration

2006-07-31 Thread Kev D'Arcy
Hi, I'm trying to set-up a dynamic web project in eclipse 3.2 using wtp 1.5 and maven. I have everything in my project compiling correctly but the runtime classpath is missing all the dependencies that are defined in my pom.xml. Do they need to be defined in the .classpath file as well as in the