I'm trying to build and test a single file from Collections, namely BitSet.java. I've constructed what I think is a valid nbproject which builds the file and creates a jar with that file only.
How do I run jtreg tests against it? Simply running the unchanged tests fails, so the tests are presumably not running against anything (including the bootstrap jdk) that includes the BitSet class. -- Peter B. West <http://cv.pbw.id.au/> Folio <http://defoe.sourceforge.net/folio/>
