At 2:41 PM -0700 3/7/05, John Caron wrote:
Eric Russell wrote:
At 8:16 PM -0700 3/4/05, John Caron wrote:
thanks Eric, you are of course right, i dont know why i didnt find this
before !
are you are using 2.2? if so, i just released a new version with the fix
in it.
thanks very much,
John
Thanks for the quick response! I downloaded the netcdfAll-2.2.07.zip,
but now I'm getting a NoClassDefFoundError: ucar/nc2/dataset/conv/Convention
when I call thredds.datamodel.Dataset.getGridDataset (line 135 of
Dataset.java). I think one of the jars must be out of sync with the
others, but I can't figure out which. Any ideas? Thanks again,
Eric
hmmm, thats an old package we arent using anymore. Did that come out of
thredds.jar? Are you using it, or just trying to do a source compile?
Aha! It's from catalogUI.jar, which wasn't in the netcdfAll jar. I don't
know how it snuck in there. I'm updating the Thredds support I added to
My World a while back, and it appears from looking at the current
Thredds source code that using Dataset is no longer the way to get a
GridDataset from an InvDataset. It looks like the way to do it now is
to use the ucar.nc2.thredds.ThreddsDataFactory. Is that correct? Is
there a document somewhere I should be reading that describes this
change and similar changes from Thredds 1.3 to 2.0? Thanks,
Eric