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

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



Back to the top