>>>>> Steinar Bang <[EMAIL PROTECTED]>:

> I've succeeded in building my eclipse RCP app (developed against eclipse
> 3.2.2) with eclipse 3.3.2, by forcing the newest pde-maven-plugin
> snapshot (this fixed the "missing startup.jar" problem).

> But now I'm unable to build my app against eclipse 3.2.2.  I get this
> line at the end:
> /home/sb/p4/depot/myapp/MAIN/myapp_eclipse_studio_export/myapp_studio_win32/assemble.org.eclipse.pde.build.container.feature.win32.win32.x86.xml:126:
>  java.io.EOFException

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.

It could be an incompatibility between the 1.0-alpha-2-20070917.003805-1
snapshot version of the pde-maven-plugin and the 3.2.2 RCP delta pack,
maybe...? 

I've tried forcing the pde-maven-plugin version back to 
    <plugin>
     <groupId>org.codehaus.mojo</groupId>
     <artifactId>pde-maven-plugin</artifactId>
     <version>1.0-alpha-1</version>
     ...
but it makes no difference.

Could the problem be in one of pde-maven-plugin's dependencies, and if
so, which one(s)?


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to