I believe I found the cause of the exception: when the emulator is open, and I make any change in the code, eclipseme tries to reconstruct the jar+jad, which are used by the emulator (Windows) and it fails with this error.
this is a serious usability problem for newer versions of eclipseme. having and emulator open should have prevent me from changing code. Markus Sinner wrote: > Do you have specified > "E:\dev\workspace\project\.eclipseme.tmp\emulation\Midlet.jar" in your > JAD-File? You may not use a Windows-Specific path. Maybe it will work if > you use a valid URI. > > > > Omry Yadan schrieb: > >> Exception during 1.7.6 build, any idea what can cause this and how to >> work around it? >> >> >> org.eclipse.core.runtime.CoreException: Illegal Manifest Entry Key or >> Value "E:\dev\workspace\project\.eclipseme.tmp\emulation\Midlet.jar (The >> system cannot find the path specified)" >> >> at >> eclipseme.core.internal.preverification.builder.PreverificationBuilder.generateDeployedManifest(PreverificationBuilder.java:426) >> at >> eclipseme.core.internal.preverification.builder.PreverificationBuilder.build(PreverificationBuilder.java:471) >> at >> org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:603) >> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) >> at >> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:167) >> at >> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:201) >> at >> org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:230) >> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) >> at >> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:233) >> at >> org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:307) >> at org.eclipse.core.internal.resources.Project.build(Project.java:88) >> at >> eclipseme.ui.internal.properties.J2MEProjectPropertiesPage$1.run(J2MEProjectPropertiesPage.java:167) >> at >> org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) >> org.eclipse.core.runtime.CoreException[-999]: >> java.io.FileNotFoundException: >> E:\dev\workspace\project\.eclipseme.tmp\emulation\Midlet.jar (The system >> cannot find the path specified) >> at java.io.FileOutputStream.open(Native Method) >> at java.io.FileOutputStream.<init>(Unknown Source) >> at java.io.FileOutputStream.<init>(Unknown Source) >> at >> de.schlichtherle.io.UpdatingArchiveController.initOutArchive(UpdatingArchiveController.java:561) >> at >> de.schlichtherle.io.UpdatingArchiveController.ensureOutArchive(UpdatingArchiveController.java:536) >> at >> de.schlichtherle.io.UpdatingArchiveController.createOutputStream(UpdatingArchiveController.java:498) >> at >> de.schlichtherle.io.ArchiveController.createOutputStream0(ArchiveController.java:623) >> at >> de.schlichtherle.io.ArchiveController.createOutputStream(ArchiveController.java:570) >> at >> de.schlichtherle.io.FileOutputStream.createOutputStream(FileOutputStream.java:164) >> at >> de.schlichtherle.io.FileOutputStream.<init>(FileOutputStream.java:124) >> at >> eclipseme.core.internal.preverification.builder.PreverificationBuilder.generateDeployedManifest(PreverificationBuilder.java:413) >> at >> eclipseme.core.internal.preverification.builder.PreverificationBuilder.build(PreverificationBuilder.java:471) >> at >> org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:603) >> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) >> at >> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:167) >> at >> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:201) >> at >> org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:230) >> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) >> at >> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:233) >> at >> org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:307) >> at org.eclipse.core.internal.resources.Project.build(Project.java:88) >> at >> eclipseme.ui.internal.properties.J2MEProjectPropertiesPage$1.run(J2MEProjectPropertiesPage.java:167) >> at >> org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Eclipseme-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/eclipseme-users >> > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Eclipseme-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/eclipseme-users
