Okay, here again a little more detailed. - If i right-click the Project and choose J2ME->Create Package, then only the compiled sources are bundled, not the ressources in my "res" directory.
- If i choose Project->Clean, then a Jar-File in "deployed" is created, which works fine. - If i then (after having cleaned and NOT choosing Create Package) work on the project, the Jar is updated correctly containing all classes. My problem is, that i want to use the obfuscator, which drastically reduces the filesize. --- After "clean": [EMAIL PROTECTED]:~/workspace/MobileADR$ unzip -l deployed/MobileADR.jar Archive: deployed/MobileADR.jar Length Date Time Name -------- ---- ---- ---- [...] -------- ------- 309297 91 files --- After choosing J2ME->Create Package: [EMAIL PROTECTED]:~/workspace/MobileADR$ unzip -l deployed/MobileADR.jar Archive: deployed/MobileADR.jar Length Date Time Name -------- ---- ---- ---- [....] -------- ------- 281488 47 files Craig Setera schrieb: > I'm confused. What are you saying works versus does not work? My > standard test case includes creating a package and classes in that > package. That was working fine for me with this latest code. Was there > anything in the log files? > > Markus Sinner wrote: >> It seems that since your last changes the creating of packages does not >> work. >> >> In the generated JAR there are no resources. If the project is cleaned >> and NOT explicitely created a package, then the resources are included >> correctly, even after changes to the sourceode. >> >> Regards, >> Markus >> >> Craig Setera schrieb: >> >>> I ended up with a bit of extra time tonight and managed to get the next >>> test version together for everyone to try out. As usual, it is located >>> at http://eclipseme.org/testversions both as an update site as well as >>> an archived update site. I'd appreciate everyone's feedback on this. >>> The changes for this new version are: >>> >>> - Allow the JAR file name to be specified via the JAD file >>> - Add MIDP 2.1 as a known profile >>> >>> The first one is the one that needs to get some testing. By changing >>> the JAR URL within the JAD file, the filename portion will now >>> automatically be used as the name of the automatically deployed jar. >>> This should happen immediately after the name is changed and the JAD >>> file is changed within the JAD editor. I've tested this on Linux and it >>> seems to work just fine, so this hopefully solves the filename case >>> issues that were being seen. >>> >>> I appreciate your feedback. >>> Craig >>> >>> >>> ------------------------------------------------------------------------- >>> 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 -- ********************************* [EMAIL PROTECTED] http://www.psitronic.de psitronic IT-Solutions Markus Sinner W-Rathenau-Str. 14 - 68642 Bürstadt Tel.: (+49)6206 / 963513 Fax: (+49)6206 / 963514 ------------------------------------------------------------------------- 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
