Re: maven and WTP in eclipse

2006-10-09 Thread Srepfler Srgjan
Jörg Schaible wrote: Srepfler Srgjan wrote on Monday, October 09, 2006 4:17 PM: I perhaps explained incorrectly, my War has a dependency on the EJB module, not on the EAR and I declare it in the War. What happens is that the eclipse:eclipse task links the library installed in the repo not th

RE: maven and WTP in eclipse

2006-10-09 Thread Jörg Schaible
Srepfler Srgjan wrote on Monday, October 09, 2006 4:17 PM: > I perhaps explained incorrectly, my War has a dependency on the EJB > module, not on the EAR and I declare it in the War. > What happens is that the eclipse:eclipse task links the library > installed in the repo not the eclipse project.

Re: maven and WTP in eclipse

2006-10-09 Thread Srepfler Srgjan
Adam Hardy wrote: Srepfler, make sure you're using the latest maven-eclipse-plugin snapshot from the snapshots repo at http://people.apache.org/maven-snapshot-repository This supports 1.5. I can't help you with the jboss stuff, sorry, but it sounds like you have got your inter-project depend

Re: maven and WTP in eclipse

2006-10-09 Thread Adam Hardy
Srepfler, make sure you're using the latest maven-eclipse-plugin snapshot from the snapshots repo at http://people.apache.org/maven-snapshot-repository This supports 1.5. I can't help you with the jboss stuff, sorry, but it sounds like you have got your inter-project dependencies mixed up.

Re: maven and WTP in eclipse

2006-10-09 Thread Srepfler Srgjan
Rod Coffin wrote: Hi Adam, I do this frequently using the Maven eclipse plugin. This plugin will generate the necessary Eclipse project files from your Maven metadata. You can find information on the plugin at: http://maven.apache.org/plugins/maven-eclipse-plugin/. You will need to specify

Re: maven and WTP in eclipse

2006-10-06 Thread Adam Hardy
Rod, what steps do you go through to get the WTP project deployed with maven filtering? Tomcat in Eclipse is reading the classpath OK and is pointing at the unfiltered web resources in my project, so it falls over as soon as it sees the place holders such as ${root.context} or ${db.connectio

Re: maven and WTP in eclipse

2006-10-05 Thread Adam Hardy
Aha. So it works with the maven-eclipse-plugin. Great. It's been a while since I used that, I transferred over to the Eclipse mavenide plugin some time ago, it has several advantages over the other - but they're peripheral really. I'll try it out tomorrow. Thanks Adam Rod Coffin on 05/10/06 2

Re: maven and WTP in eclipse

2006-10-05 Thread Rod Coffin
Hi Adam, I do this frequently using the Maven eclipse plugin. This plugin will generate the necessary Eclipse project files from your Maven metadata. You can find information on the plugin at: http://maven.apache.org/plugins/maven-eclipse-plugin/. You will need to specify the version of WTP th

maven and WTP in eclipse

2006-10-05 Thread Adam Hardy
Hi All I'm trying out the Eclipse Web Tools Platform (WTP) to see what it offers in terms of the development cycle, and I'm trying to configure a maven-ised 'dynamic web' project. I have tomcat configured in Eclipse, and I have associated the maven project with tomcat, but trying to start it