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

Reply via email to