I synced up with the CVS source this afternoon, tried a compile, and
still I'm getting errors. It looks like the import for java.util.* and a
couple others are missing...

********************************************************

init:
compile:
Compiling javax.usb API classes
Compiling 1 source file to /development/javax-usb/javax-usb/src
javax-usb/src/javax/usb/UsbHostManager.java [52] cannot resolve symbol
symbol  : class ExceptionInInitializerException  
location: class javax.usb.UsbHostManager
                } catch ( ExceptionInInitializerException eiiE ) {
                          ^
javax-usb/src/javax/usb/UsbHostManager.java [65] cannot resolve symbol
symbol  : class Properties  
location: class javax.usb.UsbHostManager
                Properties p = new Properties();
                ^
javax-usb/src/javax/usb/UsbHostManager.java [65] cannot resolve symbol
symbol  : class Properties  
location: class javax.usb.UsbHostManager
                Properties p = new Properties();
                                   ^
javax-usb/src/javax/usb/UsbHostManager.java [66] cannot resolve symbol
symbol  : class Properties  
location: class javax.usb.UsbHostManager
                Properties sysP = System.getProperties();
                ^
javax-usb/src/javax/usb/UsbHostManager.java [67] cannot resolve symbol
symbol  : class InputStream  
location: class javax.usb.UsbHostManager
                InputStream i =
ClassLoader.getSystemResourceAsStream(JAVAX_USB_PROPERTIES_FILE);
                ^
javax-usb/src/javax/usb/UsbHostManager.java [72] cannot resolve symbol
symbol  : class IOException  
location: class javax.usb.UsbHostManager
                } catch ( IOException ioE ) {
                          ^
javax-usb/src/javax/usb/UsbHostManager.java [77] cannot resolve symbol
symbol  : class Enumeration  
location: class javax.usb.UsbHostManager
                Enumeration e = p.propertyNames();
                ^
7 errors
file:/development/javax-usb/javax-usb/build.xml:131: Compile failed; see
the compiler error output for details.
BUILD FAILED

-- 
David A. Bartmess
Sr. Software Configuration Manager
eDingo Enterprises
http://edingo.net

But one should not forget that money can buy a bed but not sleep, 
finery but not beauty, a house but not a home, 
medicine but not health, luxuries but not culture, 
sex but not love, and amusements but not happiness.



-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
javax-usb-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/javax-usb-devel

Reply via email to