Reading through the maven-eclipse-plugin code, it tries to detect the JRE
setting from the workspace. How do you place the tuscany source code and
your Eclipse workspace?
Please try to run mvn -Peclipse -X against one module. Post the output here.
I might be able to figure out something.
Thanks,
Raymond
--------------------------------------------------
From: "Mike Edwards" <[email protected]>
Sent: Wednesday, April 22, 2009 8:57 AM
To: <[email protected]>
Subject: Unexpected entries in .classpath files when running mvn -Peclipse -
HELP PLEASE
Folks,
I ran a full build against Tuscany 2.0 after doing svn update earlier
today - and then executed mvn -Peclipse against the result.
The generated .classpath files for the Eclipse projects all contained
this entry:
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
I didn't used to get these entries in previous builds - and they screw my
Eclipse system, which is universally using JDK 6.x.
Any idea why these entries are turning up - and more importantly, how to
get rid of them?
Yours, Mike.