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 The line in question looks like this: <eclipse.brand root="${eclipse.base}/win32.win32.x86/${collectingFolder}" icons="${launcherIcons}, ${basedir}/plugins/com.mycompany.myapp.studio.app/icons/myappstudio16.bmp, ${basedir}/plugins/com.mycompany.myapp.studio.app/icons/myappstudio32.bmp, ${basedir}/plugins/com.mycompany.myapp.studio.app/icons/myappstudio48.bmp" name="${launcherName}" os="${os}" /> Does anyone recognize this problem? It looks like the line in question comes from the .product file of the application. The product file has been modified and saved by the eclipse 3.3.2 product file editor. Could this be a problem wrt. to the 3.2.2 PDE build? Thanx! - Steinar --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email