Hi Robin,
Here [1] is how to build and publish the library. Testing is tricky because
many of our tests rely on a large collection of datasets that is not (yet)
publicly available. However, I think we've almost completely isolated those
to the cdm-test and it modules. Testing other modules should work fine. For
example, if you're working on something in the cdm module, run:
./gradlew --info :cdm:test
to run only the tests in cdm. Unfortunately, I cannot provide you any
specific instruction about Eclipse (we use IntelliJ IDEA here), but I'd be
very surprised if Eclipse doesn't have a way to run tests in a Gradle-built
project.
Cheers,
Christian
[1]
http://www.unidata.ucar.edu/software/thredds/current/netcdf-java/tutorial/SourceCodeBuild.html
On Mon, Apr 18, 2016 at 6:57 AM, Péricé Robin <perice.robin@xxxxxxxxx>
wrote:
> Hello,
>
> Is there any tutorial or documentation on how to build the library and run
> the JUnit tests on Eclipse ?
>
> Regards,
>
> Robin
>
> _______________________________________________
> netcdf-java mailing list
> netcdf-java@xxxxxxxxxxxxxxxx
> For list information or to unsubscribe, visit:
> http://www.unidata.ucar.edu/mailing_lists/
>