Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-dev] Adding <extraClasspathElements> to Eclipse IDE classpath

Hi,

I have an eclipse-plugin, which should depend on a JAR with some
RetentionPolicy.CLASS annotations. This JAR is *not* an OSGi bundle and
only needed at compile time.

Now, I can use the tycho-compiler-plugin's <extraClasspathElements>
option to add it to the compile-time classpath during a Maven build. But
AFAICT, this option is not respected by the Tycho m2e connector, i.e., I
don't have the JAR on the classpath in the Eclipse IDE.

Any tips how to accomplish this?

Best wishes,

Andreas

-- 
Codetrails GmbH
The knowledge transfer company

Robert-Bosch-Str. 7, 64293 Darmstadt
Phone: +49-6151-276-7092
Mobile: +49-170-811-3791
http://www.codetrails.com/

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940

Attachment: signature.asc
Description: OpenPGP digital signature


Back to the top