[javax-usb-devel] 0.10 implementation

2003-01-08 Thread Dan Streetman
Ok, the 0.10 API, common RI, and Linux RI (which are all in CVS only) are essentially working at a beta level. The UsbView (swing) app is updated for the new API methods (mainly offset/length and using ControlUsbIrps instead of Requests). The JavaDOC is linked to from the main page (http://javax

[javax-usb-devel] unfinished areas...

2003-01-08 Thread Dan Streetman
I should mention a couple TODOs: -JavaxUsbPermission is neither finished nor used. Security needs to be clearly defined and implemented in this API, and it isn't yet. -'Policies' are not present yet. These were initially discussed to solve problems such as in-Java claiming and opening exclusiv

[javax-usb-devel] properties file

2003-01-08 Thread Dan Streetman
final note...the properties file used to be javax/usb/res/jusb.properties First, the path caused problems. When searching for the file normally, the platform's file.seperator must be used. However, in a JAR/ZIP file, the path is stored as a text key - and the seperator is always UNIX-style (for