David, Unfortunately, the preverifiers are a bit of a pain about giving EclipseME something easy to parse. It is possible the preverifier is actually producing better output and that EclipseME just isn't able to capture it. The best solution I can think to try is to run the same command EclipseME was running from a command prompt where you can get the full details. You can use the command line dumping documented in http://eclipseme.org/docs/troubleshooting.html#x4 to get that command line.
Craig David Beers wrote: > I'm using EclipseME 1.6.5 and the Sun WTK 2.3 to build and test some > code that another developer wrote (db4oME, if anyone is interested). > The code compiles fine but one file errors out in the preverifier. On > inspection, nothing seems to stand out as being amiss (I don't see any > J2SE classes being used but maybe I'm missing something). Also, while > the code is considered a spike, I have pretty good reason to believe > that the code has at least been built and run before. I'm using CLDC > 1.1/MIDP 2.0. Is there any way to get better error output from the > preverifier than just "Error preverifying class foo" so I can get an > idea what it's actually choking on? > > -- > David Beers > Pikesoft Mobile Computing > www.pikesoft.com <http://www.pikesoft.com> > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ------------------------------------------------------------------------ > > _______________________________________________ > Eclipseme-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/eclipseme-users > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Eclipseme-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/eclipseme-users
