Everyone,

I've just uploaded a new test version to 
http://eclipseme.org/testversions .  This new test version has what I 
believe is a complete fix for the problems people were having with the 
/res folder packaging.  This version removes the extra packaging 
implementation, which was something I had planned on doing from the 
start.  Now, there is only a single builder implementation that is 
driven by Eclipse and also by the "Create Package" actions.  To give 
everyone an idea of what (should be) happening at this point:

Automatic Eclipse builds
==================
- Incremental Java compilation. 
- Incremental preverification (class by class).
- Updates to deployed JAR. 
- Updates to JAR size in JAD file.

"Clean" build
=========
- Delete everything in deployed folder
- Delete everything in verified folder
- Do an Automatic build

Create Package
===========
- Increment JAD Midlet version if enabled in preferences
- Do "Clean" Automated build

Create Obfuscated Package
====================
- Do a "Create Package" build
- Obfuscate output
- Preverify obfuscated package

There is one tricky thing going on...
If you create an obfuscated package, followed by an incremental build, 
it might not seem obvious what to do.  The current (and I believe) 
correct implementation is to revert to the unobfuscated JAR and add the 
changes to that.  This supports appropriate run/debug behavior.  But, it 
also implies that you must capture the obfuscated JAR file before doing 
anything that triggers an automated build.

Please test this out and let me know if things are working correctly.  
I'd like to get this out to the rest of the world this weekend, if I can 
get positive feedback on the changes.

Thanks,
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

Reply via email to