Hello, I am using Eclipse 3.2 with EclipseME 1.5.4 on Ubuntu (5.10 Breezy Badger) Linux with WTK2.2 & Sun's J2SE 1.5.0.06 . I am unable to completely build any midlets with EclipseME. I start with a new EclipseME project, it compiles fine, but it seems preverification fails so no classes get generated under the verified directory. The jar file I get after creating a package is empty. Contents of the the Eclipse plugin error log & workspace/.metadata/.log files are pasted at the end of this email.
I am able to generate the correct midlet jar/jad files using WTK commands directly without Eclipse. If I use EclipseME to generate antenna build files & then build the project using ant, then also it works fine. Looking at the bug tracker site I found this: http://sourceforge.net/tracker/index.php?func=detail&aid=1514988&group_id=86829&atid=581073 They might be seeing similar problems due to the same preverification errors. So as described there, is downgrading to Eclipse 3.1.2/EclipseME 1.2.3 the only solution to this problem? Would appreciate any help regarding this. thanks, output from logs: workspace/.metadata/.log file when eclipse was run with -vmargs -Declipseme.dump.launch=true option: !SESSION 2006-07-06 22:53:14.656 ----------------------------------------------- eclipse.buildId=M20060629-1905 java.version=1.5.0_06 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments: -os linux -ws gtk -arch x86 !ENTRY eclipseme.core 1 0 2006-07-06 22:57:08.276 !MESSAGE Command line: /export/home/chaudhri/software/WTK2.2/bin/preverify -target CLDC1.1 -nofinalize -nonative -classpath "/export/home/chaudhri/software/WTK2.2/lib/midpapi20.jar:/export/home/chaudhri/software/WTK2.2/lib/cldcapi11.jar:/export/home/chaudhri/software/WTK2.2/lib/wma20.jar:/export/home/chaudhri/software/WTK2.2/lib/mmapi.jar:/export/home/chaudhri/software/WTK2.2/lib/j2me-ws.jar:/export/home/chaudhri/software/WTK2.2/lib/jsr75.jar:/export/home/chaudhri/software/WTK2.2/lib/jsr082.jar:/export/home/chaudhri/software/WTK2.2/lib/jsr184.jar:/export/home/chaudhri/workspace/CnCClient/bin" -d "/export/home/chaudhri/workspace/CnCClient/verified/classes" com.mot.labs.cnc.client.test.TestMidlet ========================================================================================= Eclipse plugin error log shows the following warnings being generated from eclipseme.core: Message: Cannot find class com/sun/midp/io/ResourceInputStream Exception stack trace: An Exception stact trace is not available Message: VERIFIER ERROR java/lang/Class.getResourceAsStream(Ljava/lang/String:)Ljava/io/InputStream; ES An Exception stact trace is not available Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Eclipseme-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/eclipseme-users
