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 (forwardslash - /).  Second, the file name should
more accurately describe javax.usb.

So, I removed the path and changed the name.  Now the file is
"javax.usb.properties".  For a bit I had it as "jsr80.properties" but
after looking at what javax.comm does (it has a file
"javax.comm.properties") and talking with a coworker, the full name
seems more appropriate.  Comments?

The file can be found either in the CLASSPATH directly, or inside a
JAR/ZIP file.  Currently in CVS, it is located in the lib/ directory.
This means though, that you need to either put the lib/ directory in
your CLASSPATH or create the JAR and have it in your CLASSPATH.  I
didn't want to put it in the src/ directory, since it's really not
source code.

I'd like to put out a 0.10.0 package for all 3 releases this week or
weekend, or early next week at the latest...so if anyone has comments
please let me know early...

Thanks!

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


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
javax-usb-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/javax-usb-devel

Reply via email to