OLFSReleaseGuide: Difference between revisions

From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽
Line 4: Line 4:


<source lang="sh">% svn co https://scm.opendap.org/svn/trunk/olfs olfs</source>
<source lang="sh">% svn co https://scm.opendap.org/svn/trunk/olfs olfs</source>
==== Make sure the version information for this release is correct ====
Edit the file in src/opendap/bes/Version.java file and change the release numbers for OLFS and, if needed, Hyrax.


==== Build the OLFS ====
==== Build the OLFS ====

Revision as of 20:05, 12 September 2013

<< back to HowTo Guides

Check out the OLFS code from subversion

% svn co https://scm.opendap.org/svn/trunk/olfs olfs

Build the OLFS

% ant server

Run the make-check script located in the olfs directory

This script will run a series of tests between the OLFS and an already installed BES. The BES should be configured with the netcdf_handler, freeform_handler, and hdf4_handler modules. If it's not already running the make-check script will start it. Or you can start the BES yourself. This requires that hyrax is running on localhost:8080.

% make-check

Use mkTestPatch to see the diffs of any broken tests

Build the distribution using whatever the version is of this release.

% ant -DHYRAX_VERSION=1.8.0 -DOLFS_VERSION=1.9.0 DISTRO

This will create the three compressed tar files for the release.

These tar files will be located in the build/dist directory and are:

olfs-1.2.3-doc.tgz
contains the javadoc documentation for the release
olfs-1.2.3-src.tgz
the source files for the release
olfs-1.2.3-webapp.tgz
contains the instructions and .war file that will be used in the tomcat webapps directory.