autoplot / cdfj

Pure-Java code for reading NASA/GSFC CDF (Common Data Format) files
1 stars 2 forks source link

cdfj

Pure-Java code for reading NASA/GSFC CDF (Common Data Format) files

Building cdfj

Building with Ant

To build:

unix> git clone https://github.com/autoplot/cdfj.git
unix> cd cdfj
unix> ant -Dplatforms.JDK_8.home=/usr/local/jdk1.8 jar

and cdfj.jar will be in the "dist" folder.

Building with Maven

Build

Command: ./mvnw clean install

Displaying Spotbugs UI

Command ./mvnw spotbugs:gui

Classpath Integrity Reporting

Command: ./mvnw -Pclasspath-integrity

Checks Execute