Need to link a plugin against Java 1.4 [message #641916] |
Mon, 29 November 2010 03:54  |
Eclipse User |
|
|
|
Hello,
sadly, I have the need to link one of our plugins against the rt.jar of
Java 1.4. Is there a way with Tycho to do this?
I tried to configure the maven-osgi-compiler-plugin like in the snippet
below... without success. I tried it via the plugin and via the parent pom.
<pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.tycho</groupId>
<artifactId>maven-osgi-compiler-plugin</artifactId>
<version>0.10.0</version>
<configuration>
<source>1.4</source>
<target>1.4</target>
<fork>true</fork>
<executable>D:\bin\java\x86\j2sdk1.4.2_12\bin\javac.exe</executable >
</configuration>
</plugin>
</plugins>
</pluginManagement>
Kind regards,
Bernd Vogt
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05836 seconds