adrnsoh / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

J2ME Bootclasspath not set on build server #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Implement an externalizable object
2. Sent a j2me build to server

What is the expected output? What do you see instead?
Picking up J2SE class references: 

Warning: userclasses.Recipe: can't find referenced class 
java.io.FilterOutputStream
(... etc ...)
Error: Please correct the above warnings first.

What version of the product are you using? On what operating system?
0.1 build 20120218 on Ubuntu 11.10

Original issue reported on code.google.com by 1815...@coolman.ca on 7 Mar 2012 at 9:42

GoogleCodeExporter commented 9 years ago
While it doesn't look like that this is really issue 57. Just avoid using 
close() and use Util.cleanup().

Original comment by shai.almog on 7 Mar 2012 at 9:56