Skip to content

Commit

Permalink
#22 fixups for rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Dec 1, 2015
1 parent 322b225 commit 7b0d61c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
6 changes: 5 additions & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ README

For notes on building with milton-ce (for WebDav1) versus milton-enterprise, see

https://github.com/DICE-UNC/irods-webdav/wiki/Developer-Notes
https://github.com/DICE-UNC/irods-webdav/wiki/Developer-Notes

The codebase assumes that a Milton key is provided in the settings.xml file for the maven build process. It is suggested that the drop-in .war deployment process is followed, which is desribed in the INSTALL.md file.

Note that DFC and the iRODS Consortium have an OEM license to pre-build the .war file. Configuration has been moved to an /etc/irods-ext/irods-webdav.properties file, and a sample is included in this repo source tree.
2 changes: 2 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ clients may not properly connect (such as Mac Finder or Windows Explorer).

See the [compatability notes](http://milton.io/guide/compat/index.html) at Milton for tips

The iRODS Consortium did a nice blog post on installing and configuring that can be accessed [here](http://irods.org/2015/04/how-to-drag-and-drop-access-to-irods-with-webdav/)




15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Project: iRODS WebDav
## Date: 11/19/2015
## Release Version: 4.0.2.4-SNAPSHOT
## Git tag:
## Date: 12/01/2015
## Release Version: 4.0.2.5-RC1
## Git tag: 4.0.2.5-RC1


https://github.com/DICE-UNC/irods-webdav
Expand All @@ -10,12 +10,19 @@ Milton based WebDav interface to iRODS. This is differentiated from the ModeSha

See https://github.com/DICE-UNC/irods-webdav/issues for support and known issues

See the INSTALL.md file in this repo for notes on install and configuration.

## NOTE: ##

This is a release candidate, and thus has INFO level logging enabled, this will potentially generate a lot of data, and will be dialed back for release.

This version does not enforce a cap on max file upload, that will be in the next release. It does honor the max file download size.

### Requirements

* Depends on Java 1.8+
* Built using Apache Maven2, see POM for dependencies

* Built using a Milton.io webdav enterprise version key

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.irods.jargon</groupId>
<artifactId>irods-webdav</artifactId>
<version>4.0.2.4-SNAPSHOT</version>
<version>4.0.2.5-RC1</version>
<name>irods-webav</name>
<packaging>war</packaging>
<description>Milton based WebDav interface to iRODS</description>
Expand Down

0 comments on commit 7b0d61c

Please sign in to comment.