Sorry, I should have made my last email more clear...

The current RI level is 0.9, and I split off the API CVS tree into 0.9 and 
(the default) 0.10.

So, try getting the new javax-usb_0.9 CVS module, THAT will compile and 
create a jsr80.jar, and use that with the common RI and Linux RI.

The javax-usb module CVS module contains new API v0.10 code that doesn't 
compile yet.


On 31 Oct 2002, Dave Bartmess wrote:

>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
>
>

-- 
Dan Streetman
[EMAIL PROTECTED]
---------------------
186,272 miles per second:
It isn't just a good idea, it's the law!



-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
javax-usb-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/javax-usb-devel

Reply via email to