Vincent Massol wrote:
Okay, I *have* it working under 2.0 now, after removing the entries
from

.classpath and invoking "Update Classpath...". Eclipse 2.1 M2 fails
however... which version are you using?

Can you do a CVS diff of .classpath and post it ?
Well, the problem is simple: the .classpath file contains <classpathentry> elements pointing to the required plugins. Although those paths are at least relative in terms of starting at ECLIPSE_HOME, the plugin paths include the version id, so it's (for example)
ECLIPSE_HOME/plugins/org.eclipse.core.runtime_2.1.0/runtime.jar
which of course causes an error under Eclipse 2.0.

I'm not sure what the solution is, but for now I'd just not keep it in CVS (similar to build.properties in the Ant world).

I'm using Eclipse 2.1 build 200210150832 but I plan to use the M2
tomorrow.
You have been warned ;-)

--
Christopher Lenz
/=/ cmlenz at gmx.de


--
To unsubscribe, e-mail:   <mailto:cactus-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:cactus-dev-help@;jakarta.apache.org>

Reply via email to