Community
Participate
Working Groups
This morning I download 32 bit Helios for RCP/RAP developers which I am using under Ubuntu/Linux. I installed and got the updates. I created a simple RCP program with a view and an associated feature project. When I attempt to use the Export Wizard it gets an error and does not produce the JNLP file: The error is: home/gene/workspace/com.simple.rcp.feature/assemble.com.simple.rcp.feature.p2.xml:34: The following error occurred while executing this line: /home/gene/workspace/com.simple.rcp.feature/assemble.com.simple.rcp.feature.p2.xml:519: jarsigner returned: 1 The output isn't useful but the console displays the following. java.io.FileNotFoundException: /opt/public/technology/epp/epp_build/36/eclipse.R-3.6.1-201009090800/artifacts.xml (No such file or directory) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(FileOutputStream.java:179) at java.io.FileOutputStream.<init>(FileOutputStream.java:131) at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.save(SimpleArtifactRepository.java:961) at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.save(SimpleArtifactRepository.java:942) /opt/public/technology/epp/epp_build/36/eclipse.R-3.6.1-201009090800/artifacts.xml
The FileNotFoundException should be fixed in the Indigo RC2 build of the package, maybe you could try a download of this RC build (or you wait for the RC3 that will be available within the next few hours). Do you have a valid certificate that you are using in the jarsigner? I will try to reproduce this later today.
Do I need to uninstall my existing Eclispe and do a clean install or will update pick up the changes?
(In reply to comment #2) > Do I need to uninstall my existing Eclispe and do a clean install or will > update pick up the changes? Note that this problem (FileNotFoundException) has nothing to do with this bug report. (But referring to your question: You need to download a new Indigo package since this was a packaging problem and cannot be fixed with a simple update.)