I'm still experiencing some trouble with the mvn eclipse:eclipse command.
I'm probably misusing this particular command, so maybe people can help me :). I've installed Eclipse Callisto, with the plugins for J2EE development. Now, what I do is the following. I create a project with mvn archetype:create in my Eclipse workspace. Normally, you run mvn eclipse:eclipse and everything is OK. The problem is that I want to create a Struts-application. So I create a new web application in Eclipse and give a name identical to the artifactId. I choose as source folder src/main/java and content directory equal to src/main/webapp. I don't know whether this is a good approach. The problem is that if I add dependencies to the pom-file, Eclipse recognizes those dependencies and adds them, but when I choose "Run on server ..." he doesn't publish the *.jar files in my lib-folder. Also, the component file generated doesn't contain the *.jar (I don't know if that's required). Can somebody please help me? :). Each time I try to run, I've got a 50% chance of receiving an error. Tia Björn De Bakker This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.
