Revision: 19098
          http://sourceforge.net/p/gate/code/19098
Author:   ian_roberts
Date:     2016-02-02 19:06:46 +0000 (Tue, 02 Feb 2016)
Log Message:
-----------
Change of Grails version.

Modified Paths:
--------------
    mimir/trunk/doc/admin.tex
    mimir/trunk/doc/changes.tex
    mimir/trunk/doc/mimir-guide.pdf
    mimir/trunk/doc/quickstart.tex

Modified: mimir/trunk/doc/admin.tex
===================================================================
--- mimir/trunk/doc/admin.tex   2016-02-02 17:52:17 UTC (rev 19097)
+++ mimir/trunk/doc/admin.tex   2016-02-02 19:06:46 UTC (rev 19098)
@@ -84,14 +84,15 @@
 
 To build the \Mimir\ web application you will need:
 \begin{itemize}
-\item A Java 7 JDK.  \Mimir\ has been tested with the Sun/Oracle and OpenJDK
-  JVMs on Linux and the Apple JVM on Mac OS X.
+\item A Java 7 or later JDK.  \Mimir\ has been tested with the Sun/Oracle and 
OpenJDK
+  JVMs on Linux and Mac OS X.
 \item Apache Ant 1.8.1 or later.
-\item The Grails framework:  the \Mimir\ plugin was developed using Grails
-  version 2.2.3. Other versions of Grails are not guaranteed to work, so you
-  should use the same one. You need to set the JAVA\_HOME environment variable
-  to  point to your JDK, the GRAILS\_HOME environment variable to point to your
-  Grails installation and add \$GRAILS\_HOME/bin to your PATH.
+\item The Grails framework: version \mimirversion\ of the \Mimir\ plugin was
+  developed using Grails version 2.5.3. Other versions of Grails are not
+  guaranteed to work, so you should use the same one. You need to set the
+  JAVA\_HOME environment variable to  point to your JDK, the GRAILS\_HOME
+  environment variable to point to your Grails installation and add
+  \$GRAILS\_HOME/bin to your PATH.
 \end{itemize}
 
 While not strictly a pre-requisite, \Mimir\ performs much better on 64-bit
@@ -501,4 +502,4 @@
 Note that the IDs required here are not the URIs that were provided with the
 documents when they were indexed, but the internal \Mimir\ document IDs which
 are numbers starting from 0, as returned in the hit lists and ``getDocumentId''
-by the \Mimir\ query APIs (see section~\ref{sec:search:service}).
\ No newline at end of file
+by the \Mimir\ query APIs (see section~\ref{sec:search:service}).

Modified: mimir/trunk/doc/changes.tex
===================================================================
--- mimir/trunk/doc/changes.tex 2016-02-02 17:52:17 UTC (rev 19097)
+++ mimir/trunk/doc/changes.tex 2016-02-02 19:06:46 UTC (rev 19098)
@@ -1,5 +1,12 @@
 This appendix details the main changes in each \Mimir\ release.
 
+\section{Version 5.2-SNAPSHOT}
+\begin{itemize}
+\item The Grails plugin and \verb!mimir-cloud! application have been upgraded
+  to Grails 2.5.3 for better compatibility with Java 8.  Note that the plugin
+  and app will \emph{not} work with Grails 3.
+\end{itemize}
+
 \section{Version 5.1 (June 2015)}
 \begin{itemize}
 \item \Mimir{} 5.1 depends on GATE Embedded 8.1.

Modified: mimir/trunk/doc/mimir-guide.pdf
===================================================================
(Binary files differ)

Modified: mimir/trunk/doc/quickstart.tex
===================================================================
--- mimir/trunk/doc/quickstart.tex      2016-02-02 17:52:17 UTC (rev 19097)
+++ mimir/trunk/doc/quickstart.tex      2016-02-02 19:06:46 UTC (rev 19098)
@@ -23,12 +23,14 @@
   \url{http://ant.apache.org/}. Once installed, make sure your \verb!ANT_HOME!
   environment variable points to the top-level directory of your installation.
   Make  sure that the \verb!$ANT_HOME/bin! location is on your \verb!PATH!.
-  \item[Grails] version 2.2.3. You can download this from
+  \item[Grails] version 2.5.3. You can download this from
   \url{http://grails.org}. Once installed, make sure your \verb!GRAILS_HOME!
   environment variable points to the top-level directory of your installation.
   Make sure that the \verb!$GRAILS_HOME/bin! location is on your \verb!PATH!.
-  \textbf{Note that \Mimir\ requires Grails 2.2, it will not work with 2.3 or
-  later}.
+  \textbf{Note that \Mimir\ \mimirversion\ requires Grails 2.5.3, it will not
+  work with 3 or later}. Earlier versions of \Mimir\ used different versions
+  of Grails, make sure you are reading the documentation for the specific
+  version you are trying to run.
   \item[Working Internet Connection] The next step, described below, is the
   building of the \Mimir{} library. This starts by automatically downloading 
all
   the required dependencies, so it requires a working Internet connection. Once
@@ -72,9 +74,9 @@
   required dependencies, compile all the \Mimir{} libraries, and build the {\tt
   mimir-web} Grails plugin.
   
-  If you have multiple Grails versions installed, and Grails 2.2.3 is not the
-  default, you must give priority to Grails 2.2.3.  Do so by executing
-  \cmd{export GRAILS\_HOME=/path/to/grails-2.2.3}, and then use the following:
+  If you have multiple Grails versions installed, and Grails 2.5.3 is not the
+  default, you must give priority to Grails 2.5.3.  Do so by executing
+  \cmd{export GRAILS\_HOME=/path/to/grails-2.5.3}, and then use the following:
   \cmd{ant -Dgrails.bin=\$GRAILS\_HOME/bin/grails} (instead of \cmd{ant}) to
   override the default Grails settings.
   \item {\bf Run the mimir-cloud application:}  change to the {\tt

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to