Re: [thredds] Thredds Build Stack

We no longer support maven poms. You will have to use gradle.
The opendap code was originally developed by OPeNDAP.org, but
eventually taken over by Unidata. You should be aware that at this point,
the opendap code is so tightly woven into thredds that it is probably not usable
as a standalone library.
=Dennis Heimbigner
 Unidata

On 2/9/2016 2:57 PM, Lewis John Mcgibbney wrote:
Hi Folks,
I am looking to develop and application using the thredds opendap API's which can be found at [0].
I have a few questions regarding the thredds stack, namely

 1. Does the Stack build at all? I tried checking out and building
    master branch with Maven e.g. 'mvn clean install', with the
    following build failure
 2. Is the opendap, artifact published anywhere?
 3. Regarding licensing for the opendap artifact, can someone please
    clarify what the situation is? I see a COPYRIGHT notice and also
    see that some licenses are used within the pom.xml [1]. What is
    the status of the code licensing?

Thank you
Lewis

[0] https://github.com/Unidata/thredds/tree/master/opendap
[1] https://github.com/Unidata/thredds/blob/master/opendap/pom.xml#L31-L42

...

[INFO] 14 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Parent THREDDS and CDM modules ..................... SUCCESS [ 0.313 s] [INFO] UDUNITS ............................................ SUCCESS [ 2.710 s] [INFO] HttpClient Wrappers ................................ FAILURE [ 5.682 s]
[INFO] CDM core library ................................... SKIPPED
[INFO] BUFR IOSP .......................................... SKIPPED
[INFO] GRIB IOSP and Feature Collection ................... SKIPPED
[INFO] OPeNDAP ............................................ SKIPPED
[INFO] DAP Test Server (DTS) webapp ....................... SKIPPED
[INFO] VisAD-based IOSPs .................................. SKIPPED
[INFO] Client-side common library ......................... SKIPPED
[INFO] NetCDF-4 IOSP ...................................... SKIPPED
[INFO] ncIdv Module ....................................... SKIPPED
[INFO] NetCDF to WaterML Converter ........................ SKIPPED
[INFO] ToolsUI ............................................ SKIPPED
[INFO] Server-side common library ......................... SKIPPED
[INFO] d4core ............................................. SKIPPED
[INFO] d4shared ........................................... SKIPPED
[INFO] d4cdmshared ........................................ SKIPPED
[INFO] d4servletshared .................................... SKIPPED
[INFO] THREDDS Data Server (TDS) .......................... SKIPPED
[INFO] THREDDS Data Manager (TDM) ......................... SKIPPED
[INFO] Test CDM (upc/share - Unidata only) ................ SKIPPED
[INFO] Test Integration ................................... SKIPPED
[INFO] d4client ........................................... SKIPPED
[INFO] d4cdmclient ........................................ SKIPPED
[INFO] d4ts ............................................... SKIPPED
[INFO] d4tests ............................................ SKIPPED
[INFO] d4tswar ............................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.387 s
[INFO] Finished at: 2016-02-09T13:44:25-08:00
[INFO] Final Memory: 28M/310M
[INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project httpservices: Compilation failure: Compilation failure: [ERROR] /usr/local/thredds/httpservices/src/main/java/ucar/httpservices/HTTPFormBuilder.java:[40,35] package org.apache.http.entity.mime does not exist [ERROR] /usr/local/thredds/httpservices/src/main/java/ucar/httpservices/HTTPFormBuilder.java:[41,35] package org.apache.http.entity.mime does not exist [ERROR] /usr/local/thredds/httpservices/src/main/java/ucar/httpservices/HTTPFormBuilder.java:[42,43] package org.apache.http.entity.mime.content does not exist [ERROR] /usr/local/thredds/httpservices/src/main/java/ucar/httpservices/HTTPFormBuilder.java:[43,43] package org.apache.http.entity.mime.content does not exist [ERROR] /usr/local/thredds/httpservices/src/main/java/ucar/httpservices/HTTPFormBuilder.java:[44,43] package org.apache.http.entity.mime.content does not exist [ERROR] /usr/local/thredds/httpservices/src/main/java/ucar/httpservices/HTTPFormBuilder.java:[45,43] package org.apache.http.entity.mime.content does not exist [ERROR] /usr/local/thredds/httpservices/src/main/java/ucar/httpservices/HTTPFormBuilder.java:[236,9] cannot find symbol
[ERROR] symbol:   class MultipartEntityBuilder
[ERROR] location: class ucar.httpservices.HTTPFormBuilder
[ERROR] /usr/local/thredds/httpservices/src/main/java/ucar/httpservices/HTTPFormBuilder.java:[236,38] cannot find symbol
[ERROR] symbol:   variable MultipartEntityBuilder
[ERROR] location: class ucar.httpservices.HTTPFormBuilder
[ERROR] /usr/local/thredds/httpservices/src/main/java/ucar/httpservices/HTTPFormBuilder.java:[238,21] cannot find symbol
[ERROR] symbol:   variable HttpMultipartMode
[ERROR] location: class ucar.httpservices.HTTPFormBuilder
[ERROR] /usr/local/thredds/httpservices/src/main/java/ucar/httpservices/HTTPFormBuilder.java:[243,13] cannot find symbol
[ERROR] symbol:   class ContentBody
[ERROR] location: class ucar.httpservices.HTTPFormBuilder
[ERROR] /usr/local/thredds/httpservices/src/main/java/ucar/httpservices/HTTPFormBuilder.java:[246,28] cannot find symbol
[ERROR] symbol:   class StringBody
[ERROR] location: class ucar.httpservices.HTTPFormBuilder
[ERROR] /usr/local/thredds/httpservices/src/main/java/ucar/httpservices/HTTPFormBuilder.java:[249,28] cannot find symbol
[ERROR] symbol:   class ByteArrayBody
[ERROR] location: class ucar.httpservices.HTTPFormBuilder
[ERROR] /usr/local/thredds/httpservices/src/main/java/ucar/httpservices/HTTPFormBuilder.java:[258,32] cannot find symbol
[ERROR] symbol:   class ByteArrayBody
[ERROR] location: class ucar.httpservices.HTTPFormBuilder
[ERROR] /usr/local/thredds/httpservices/src/main/java/ucar/httpservices/HTTPFormBuilder.java:[264,28] cannot find symbol
[ERROR] symbol:   class FileBody
[ERROR] location: class ucar.httpservices.HTTPFormBuilder
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :httpservices


--
/Lewis/


_______________________________________________
thredds mailing list
thredds@xxxxxxxxxxxxxxxx
For list information or to unsubscribe,  visit: 
http://www.unidata.ucar.edu/mailing_lists/



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