Re: Getting Maven and BEA Workshop to play nice...

2008-03-20 Thread James Depaul
Victory, at last! After making the slight syntax correction I imported the diamond-web into the project... I think I made one small tweak in the properties after the import (changed default Java 1.4 to Java 5), saved, applied and voila! Worked, like a charm - Merci beaucoup, monsieur!

Re: Getting Maven and BEA Workshop to play nice...

2008-03-20 Thread Alexandre Touret
hello I'm afraid I was wrong. According to the maven website : the command looks like mvn -U -Dwtpversion=2.0 eclipse:eclipse For further informations, you can read this following page : jdepaul wrote: > http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html > > > Alexandre

Re: Getting Maven and BEA Workshop to play nice...

2008-03-20 Thread James Depaul
Thanks Alexandre - Ok, first, I've installed new eclipse-plugin version 2.5, then I re-created the diamond-web project and then ran the following command, per your suggestion: mvn -U -Dwtp.version=2.0 eclipse:eclipse I then re-imported the new diamond-web project into my workspace in Workshop -

Re: Getting Maven and BEA Workshop to play nice...

2008-03-20 Thread Alexandre Touret
Hello, In my opinion, you should try to run the eclipse plugin with wtp enabled. If you have read the maven user list recently you should have read the announcement about the last release of the maven-eclipse-plugin. For WTP support run the following command if you have the eclipse-plugin 2.5 $