Mike, This is normal. I don't bump the version numbers unless something changes in that particular plugin so that it doesn't have to be downloaded again.
I believe you are hitting an intermittent bug that I've been trying to track down for quite some time. It doesn't happen regularly (for me) and I've never been able to recreate it easily. I have ongoing work to move away from the model in use in 1.6.7 that should solve this problem, but I've had no time to work on it for a while due to other commitments. Craig Mike Vosseller wrote: > Incidentally I looked at the plug-in version info here: > Help->About Eclipse SDK->Plug-in Details > > And all the EclipseME versions are NOT 1.6.7 as I would expect. > > Could I have gotten a bad upgrade? > > EclipseME 1.6.5 > EclipseME Base UEI Support Plug-in - 1.6.7 > EclipseME Core Hooks Plug-in - 1.6.5 > EclipseME Core Plug-in - 1.6.7 > EclipseME Docs Plug-in - 1.6.6 > EclipseME Motorola Plug-in - 1.6.6 > EclipseME Preverifier Plug-in - 1.6.7 > EclipseME Siemens Plug-in - 1.6.6 > EclipseME UI Plug-in - 1.6.7 > Mpowerplayer Device Plug-in - 1.6.6 > > > -----Original Message----- > From: Mike Vosseller > Sent: Sunday, May 06, 2007 12:48 PM > To: 'Markus Sinner' > Cc: [email protected] > Subject: RE: [Eclipseme-users] Is Mpowerplayer compatible with 1.6.6? > > > Yes, I re-imported the device settings. > > It does not work regardless of which run / debug option I use. > (Ctrl+F11, F11, Run History, Run, Debug History, Debug) > > I just tried it with the S40 3rd Edition emulator (it also uses the jar to > run) and am seeing the same behavior. > > > > > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Markus Sinner > Sent: Sunday, May 06, 2007 5:00 AM > To: Mike Vosseller > Cc: [email protected] > Subject: Re: [Eclipseme-users] Is Mpowerplayer compatible with 1.6.6? > > Did you reimport the device settings? > > How do you launch the Midlet (which one of that 3 options in the run-menu)? > > > > Mike Vosseller schrieb: > >> I recently updated to 1.6.6 and the jar file is no longer being >> automatically generated for me with mpowerplayer. >> >> I must explicitly run J2ME->Create Package before I can run with the >> latest changes. >> >> - I do a Project->Clean >> - I launch with mpowerplayer and get a launch dialog error: [path to >> jar] (The system cannot find the path specified) >> - I do J2ME->Create Package >> - I launch with mpowerplayer and it works >> - I modify the application >> - I launch with mpowerplayer but it doesn't pick up the changes I made >> - I do J2ME->Create Package >> - I launch with mpowerplayer and it works with the latest changes >> >> It was working before I upgraded but unfortunately I am not sure what >> version I was using. >> >> There was nothing interesting in .log except the FileNotFoundException >> stacktrace below. >> >> >> !ENTRY eclipseme.core 4 -999 2007-05-05 19:10:38.036 >> !MESSAGE D:\mpv\eclipse\workspace\App\deployed\App.jar (The system >> cannot find the path specified) >> !STACK 0 >> java.io.FileNotFoundException: >> D:\mpv\eclipse\workspace\App\deployed\App.jar (The system cannot find >> the path specified) >> at java.io.FileInputStream.open(Native Method) >> at java.io.FileInputStream.<init>(Unknown Source) >> at eclipseme.core.internal.utils.Utils.copyFile(Utils.java:239) >> at >> eclipseme.core.model.impl.AbstractDevice.createSingleClassJadFile(Abstra >> ctDevice.java:498) >> at >> eclipseme.core.model.impl.AbstractDevice.calculateJADFile(AbstractDevice >> .java:370) >> at >> eclipseme.toolkit.mpowerplayer.MpowerplayerDevice.getLaunchCommand(Mpowe >> rplayerDevice.java:73) >> at >> eclipseme.core.internal.launching.EmulatorRunner.getCommandLine(Emulator >> Runner.java:716) >> at >> eclipseme.core.internal.launching.EmulatorRunner.runWithoutDebug(Emulato >> rRunner.java:526) >> at >> eclipseme.core.internal.launching.EmulatorRunner.run(EmulatorRunner.java >> :205) >> at >> eclipseme.core.internal.launching.EmulatorLaunchConfigDelegate.launch(Em >> ulatorLaunchConfigDelegate.java:175) >> at >> org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigu >> ration.java:639) >> at >> org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigu >> ration.java:565) >> at >> org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin >> .java:754) >> at >> org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944 >> ) >> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58) >> >> >> >> >> >> >> -----Original Message----- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of >> Craig Setera >> Sent: Wednesday, March 14, 2007 8:29 PM >> To: [email protected] >> Subject: Re: [Eclipseme-users] Is Mpowerplayer compatible with 1.6.6? >> >> Ed, >> >> It appears from the code that mpowerplayer has always required the jar >> to be predeployed before execution. I just ran a quick test and the jar >> >> is being automatically deployed prior to launch as it should be. If >> there is a bug here, it is in whether or not the automatic predeploy is >> functioning correctly or not. If you can narrow it down any further, >> please let me know. >> >> On a related note, in my small amount of free time lately, I've been >> working on setting up the builder to keep the deployed jar file up to >> date at all times. The ongoing differences between emulators that can >> run with and without requiring a predeploy seems to be causing some >> problems. I'm not sure when that will become available, but thought I'd >> >> mention that it is ongoing work. My hope is that that will resolve some >> >> of these strange build issues. >> >> Thanks, >> Craig >> >> Ed Welch wrote: >> >>> I just reciently upgraded from eclipse 3.2.1 -> 3.2.2 and at the same >>> time from eclipseme 1.6.1 -> 1.6.6 and now I can't debug properly with >>> >>> mpowerplayer. mpowerplayer seems to require the jar file to be created >>> >>> in deployed to run (it didn't need that before). >>> Is this a new bug, or am I doing something wrong? >>> >>> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------ >> - >> >>> Take Surveys. Earn Cash. Influence the Future of IT >>> Join SourceForge.net's Techsay panel and you'll get the chance to >>> >> share your >> >>> opinions on IT & business topics through brief surveys-and earn cash >>> >>> >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE >> V >> ------------------------------------------------------------------------ >> >>> _______________________________________________ >>> Eclipseme-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/eclipseme-users >>> >>> >> ------------------------------------------------------------------------ >> - >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to share >> your >> opinions on IT & business topics through brief surveys-and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE >> V >> _______________________________________________ >> Eclipseme-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/eclipseme-users >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> Eclipseme-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/eclipseme-users >> > > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Eclipseme-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/eclipseme-users
