[Midpath-general] Compile error with current cvs
Brought to you by:
guillaum1
|
From: Simon K. <sim...@gm...> - 2008-03-07 20:23:52
|
Hello!
When trying to compile the current svn trunk, I get the following errors
ecj -bootclasspath /home/ska/j2me/midpath/dist/cldc1.1.jar -sourcepath /home/ska/j2me/midpath/external/sdljava-cldc/java -source 1.3 -target 1.1 sdljava/util/Scheduler.java
----------
1. ERROR in sdljava/util/Scheduler.java (at line 6)
import java.util.Timer;
^^^^^^^^^^^^^^^
The import java.util.Timer cannot be resolved
----------
2. ERROR in sdljava/util/Scheduler.java (at line 78)
Timer _timer = new Timer();
^^^^^
Timer cannot be resolved to a type
(...)
11. ERROR in /home/ska/j2me/midpath/external/sdljava-cldc/java/sdljava/util/Task.java (at line 34)
public class Task extends TimerTask { //implements Comparable {
^^^^^^^^^
TimerTask cannot be resolved to a type
I'm using an Ubuntu Hardy alpha and ecj 3.3.0+0728-5.
// Simon
|