>>>>> Steinar Bang <[EMAIL PROTECTED]>: > I've googled and found this match: > http://www.eclipsezone.com/eclipse/forums/t101682.html
> What it says is that the PDE build needs the feature > org.eclipse.equinox.executable which comes from the RCP delta pack. > The target platform/basedir for 3.3.2 has this feature, but the target > platform for 3.2.2 doesn't. [snip!] > Could the problem be in one of pde-maven-plugin's dependencies, and if > so, which one(s)? It could indeed. The pde-maven-plugin-1.0-alpha-2-SNAPSHOT.pom has this dependency: ... <dependency> <groupId>org.eclipse.pde</groupId> <artifactId>core</artifactId> <version>3.3.0-v20070531-0010</version> </dependency> ... while the pde-maven-plugin-1.0-alpha-1.pom has... no such dependency. ...which shoots a hole in the theory that the 1.0-alpha-1 picked up a wrong and newer version of the PDE core, since it was available. In fact the 1.0-alpha-1 version doesn't seem to have any eclipse dependencies at all. Isn't that a bit strange...? How does it find the PDE stuff? --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email