Hi John,
Thought I'd mention two issues I ran into in setting up my build
environment for net-cdf Java.
The first was that I needed to locate a jar for jcip-annotations-1.0.jar
<http://repository.jboss.com/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar>,
perhaps this should be added to the optional libraries list?
The second is that ucar.nc2.iosp.bufr.MessageScanner is looking for
import ucar.unidata.io.RandomAccessFile;
import ucar.unidata.io.KMPMatch;
which don't seem to be in the current source code distribution.
Happy Holidays!
-Dave