Hi all,

I've been having a strange error when developing a plugin that uses JDK 1.5: the compilation fails because its target is JDK 1.3.

My pom.xml contains only a simple pde-plugin declaration, like this:

  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>pde-maven-plugin</artifactId>
        <extensions>true</extensions>
        <configuration>
          <eclipseInstall>${path.to.eclipse}</eclipseInstall>
        </configuration>
      </plugin>
    </plugins>
  </build>

I've tried to add a maven-compile-plugin declaration to specify JDK 1.5 but that does not change anything.

Does anybody here use the PDE plugin with JDK 1.5?

Thanks for any help :)

Sébastien

--
Sébastien Pennec
[EMAIL PROTECTED]

Logback: The reliable, generic, fast and flexible logging framework for Java.
http://logback.qos.ch/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to