Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-mtj-dev] Preverify error - Issue on MTJ Preferences

just filed
https://bugs.eclipse.org/bugs/show_bug.cgi?id=312045

as i mentioned on the bug, maybe it make sense just to remove that option on the UI since this doesn't seems to be an important feature. the user would still be able to use 1.0 preverification, setting that on the project JAD

:)
gep

On Fri, May 7, 2010 at 2:09 AM, Gorkem Ercan <gercan@xxxxxxx> wrote:
Is there a bug report associated with this?
--
Gorkem

On Fri, May 7, 2010 at 12:08 AM, Gustavo Eliano <gustavo.eliano@xxxxxxxxx> wrote:
I was playing with MTJ and i found a issue with the preverification settings. if the user selects on JavaME preference "Use specific configuration" (such as CLDC 1.0). This will cause the build process to fail with an error message like:

Errors occurred during the build.
Errors running builder 'Preverification Builder' on project 'teste'.
For input string: "CLDC"

The workaround for that is just to return the preference to "Use JAD File Setting". This will fix the problem and the build will work properly.

The issue is on the mechanism that save the "CLDC-1.0" or "CLDC-1.1". There is a bug there and the preference is actually saving only the String "CLDC". This cause a NumberFormatException.

There was a discussion a while ago about that on the list:
http://dev.eclipse.org/mhonarc/lists/dsdp-mtj-dev/msg01322.html

:)
gep

_______________________________________________
dsdp-mtj-dev mailing list
dsdp-mtj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev



_______________________________________________
dsdp-mtj-dev mailing list
dsdp-mtj-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-mtj-dev



Back to the top