You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2013/11/05 16:10:48 UTC

svn commit: r1539023 - /uima/sandbox/uima-ducc/trunk/README

Author: cwiklik
Date: Tue Nov  5 15:10:47 2013
New Revision: 1539023

URL: http://svn.apache.org/r1539023
Log:
UIMA-2881 Modified to make explicit that one needs java SDK to build uima-ducc

Modified:
    uima/sandbox/uima-ducc/trunk/README

Modified: uima/sandbox/uima-ducc/trunk/README
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/README?rev=1539023&r1=1539022&r2=1539023&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/README (original)
+++ uima/sandbox/uima-ducc/trunk/README Tue Nov  5 15:10:47 2013
@@ -18,6 +18,8 @@ provides cluster management services to 
 We use Maven 3.0 for building; download this if needed, 
 and set the environment variable MAVEN_OPTS to -Xmx800m -XX:MaxPerSize-256m.
 
+To build UIMA-DUCC, install Java SDK 6 or later.
+
 Then build from the directory containing this README by issuing the command
    mvn clean install.