On 4/26/2010 2:17 PM, Orion Poplawski wrote:
On 04/26/2010 02:10 PM, John Caron wrote:
Hi Orion:
Im not sure what build file you are using. The java.ucar.unidata.geoloc
packages were moved (since 4.0) up to a peer of cdm: unidataCommon. It
should be in the ncSrc-4.1.jar (if not, get the latest version). So you
just need to add unidataCommon/src/main/java to your compile source
path.
I downloaded:
ftp://ftp.unidata.ucar.edu/pub/netcdf-java/v4.1/ncSrc-4.1.zip
and according to
http://www.unidata.ucar.edu/software/netcdf-java/v4.1/README, I do:
BUILD FROM SOURCE
1. get the source release (ncSrc-4.1.zip)
2. unzip into working directory
3. cd /work/cdm
4. ant compile
To build a fedora package, you must build completely from source, no
bundled jars. So, I'm going to need the source for
netcdf-java-4.1/lib/release/unidatacommon.jar as well I believe. Any
idea where I can obtain this?
Thank you.
sorry, i misstated the situation slightly:
source for unidatacommon.jar
is
common/src/main/java
in ncSrc-4.1.jar