CAN and TinyAnt problems

fred whitridge <[email protected]>
Newsgroups gmane.comp.hardware.microcontrollers.tini
Message-ID <[email protected]>
I'm having trouble compiling a program from "Embedded Internet Devides" 
which is a CANViewer.  here'sthe output from Ant:

Buildfile: build.xml

prepare:

compile:
    [javac] Compiling 2 source files to C:\FW_PROGS\canviewer\build
    [javac] C:\FW_PROGS\canviewer\src\CANBusViewer.java:7: cannot 
resolve symbol
    [javac] symbol  : class CANBus
    [javac] location: class CANBusViewer
    [javac]     static CANBus myCANBus;
    [javac]            ^
    [javac] C:\FW_PROGS\canviewer\src\CANBusViewer.java:30: cannot 
resolve symbol
    [javac] symbol  : class CANBus
    [javac] location: class CANBusViewer
    [javac]             myCANBus = new CANBus( CANBus.CANBUS0 );
    [javac]                            ^
    [javac] C:\FW_PROGS\canviewer\src\CANBusViewer.java:30: cannot 
resolve symbol
    [javac] symbol  : variable CANBus
    [javac] location: class CANBusViewer
    [javac]             myCANBus = new CANBus( CANBus.CANBUS0 );
    [javac]                                    ^
    [javac] C:\FW_PROGS\canviewer\src\CANBusViewer.java:75: cannot 
resolve symbol
    [javac] symbol  : class CANFrame
    [javac] location: class CANBusViewer
    [javac]         CANFrame myFrame = new CANFrame();
    [javac]         ^
    [javac] C:\FW_PROGS\canviewer\src\CANBusViewer.java:75: cannot 
resolve symbol
    [javac] symbol  : class CANFrame
    [javac] location: class CANBusViewer
    [javac]         CANFrame myFrame = new CANFrame();
    [javac]                                ^
    [javac] 5 errors


 From what I have read scouring the archives, it looks like the CAN 
stuff has been put in modules, according to owapi_dep.  Whichmodule and 
how tdo I tell ANT to include it in the compile section?

TIA...


_______________________________________________
TINI mailing list
TINI-6tN4nzCoH/[email protected]
To UNSUBSCRIBE, edit your profile, or see list archives:
http://lists.dalsemi.com/mailman/listinfo/tini
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.