NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

Re: [netcdf-java] Java-NetCDF in Maven repository?

Hi John,

Sorry, I meant from the point of view of *users* of netcdf-java.  For
example, although you might need jdom to compile nj4, you probably
don't need it to compile programs that use nj4.

Cheers, Jon

On Tue, Apr 28, 2009 at 4:18 AM, John Caron <caron@xxxxxxxxxxxxxxxx> wrote:
>
>
> Jon Blower wrote:
>> Hi John,
>>
>> Thanks very much for this, I'll look at Lorenzo's repository.  Is
>> there a clear distinction between "compile-time" and "run-time"
>> dependencies?  For example, in my experience I don't code against
>> stuff in the opendap.jar library, but this is used at run-time by nj4
>> to access opendap servers.  But maybe there are cases where this
>> library would be needed at compile time for an application?
>
> you can see the distinction in the build.xml:
>
>  <fileset id="compileFromSrc.libraries" dir="${root.dir}">
>    <include name="lib/${ehcache.jar}"/>
>    <include name="lib/${grib.jar}"/>
>    <include name="lib/${opendap.jar}"/>
>    <include name="lib/${httpclient.jar}"/>
>    <include name="lib/${jdom.jar}"/>
>    <include name="lib/${loggingAPI.jar}"/>
>    <include name="lib/${visadNoDods.jar}"/>
>    <include name="lib/${jgoodies.jar}"/>
>    <include name="lib/${lucene.jar}"/>
>    <include name="lib/${spring.jar}"/>
>    <include name="lib/${stax.jar}"/>
>  </fileset>
>
>  <fileset id="runtime.libraries" dir="${lib.dir}">
>    <include name="release/${bufrTables.jar}"/>
>    <include name="external/${http-codec.jar}"/>
>    <include name="external/${http-logging.jar}"/>
>    <include name="external/${logging-minimal.jar}"/>
>    <include name="external/${jpeg2000.jar}"/>
>  </fileset>
>



-- 
Dr Jon Blower
Technical Director, Reading e-Science Centre
Environmental Systems Science Centre
University of Reading
Harry Pitt Building, 3 Earley Gate
Reading RG6 6AL. UK
Tel: +44 (0)118 378 5213
Fax: +44 (0)118 378 6413
j.d.blower@xxxxxxxxxxxxx
http://www.nerc-essc.ac.uk/People/Staff/Blower_J.htm



  • 2009 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdf-java archives: