Revision: 19156
          http://sourceforge.net/p/gate/code/19156
Author:   ian_roberts
Date:     2016-03-20 10:58:42 +0000 (Sun, 20 Mar 2016)
Log Message:
-----------
Switch to Grails 2.5.4 as 2.5.3 has a dependency bug that occasionally confuses 
things.

Modified Paths:
--------------
    mimir/trunk/doc/admin.tex
    mimir/trunk/doc/changes.tex
    mimir/trunk/doc/mimir-guide.pdf
    mimir/trunk/doc/quickstart.tex
    mimir/trunk/mimir-cloud/application.properties
    mimir/trunk/mimir-web/application.properties

Modified: mimir/trunk/doc/admin.tex
===================================================================
--- mimir/trunk/doc/admin.tex   2016-03-19 10:27:50 UTC (rev 19155)
+++ mimir/trunk/doc/admin.tex   2016-03-20 10:58:42 UTC (rev 19156)
@@ -88,7 +88,7 @@
   JVMs on Linux and Mac OS X.
 \item Apache Ant 1.8.1 or later.
 \item The Grails framework: version \mimirversion\ of the \Mimir\ plugin was
-  developed using Grails version 2.5.3. Other versions of Grails are not
+  developed using Grails version 2.5.4. 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

Modified: mimir/trunk/doc/changes.tex
===================================================================
--- mimir/trunk/doc/changes.tex 2016-03-19 10:27:50 UTC (rev 19155)
+++ mimir/trunk/doc/changes.tex 2016-03-20 10:58:42 UTC (rev 19156)
@@ -3,7 +3,7 @@
 \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
+  to Grails 2.5.4 for better compatibility with Java 8.  Note that the plugin
   and app will \emph{not} work with Grails 3.
 \end{itemize}
 

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

Modified: mimir/trunk/doc/quickstart.tex
===================================================================
--- mimir/trunk/doc/quickstart.tex      2016-03-19 10:27:50 UTC (rev 19155)
+++ mimir/trunk/doc/quickstart.tex      2016-03-20 10:58:42 UTC (rev 19156)
@@ -23,11 +23,11 @@
   \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.5.3. You can download this from
+  \item[Grails] version 2.5.4. 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\ \mimirversion\ requires Grails 2.5.3, it will not
+  \textbf{Note that \Mimir\ \mimirversion\ requires Grails 2.5.4, 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.
@@ -74,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.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:
+  If you have multiple Grails versions installed, and Grails 2.5.4 is not the
+  default, you must give priority to Grails 2.5.4.  Do so by executing
+  \cmd{export GRAILS\_HOME=/path/to/grails-2.5.4}, 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

Modified: mimir/trunk/mimir-cloud/application.properties
===================================================================
--- mimir/trunk/mimir-cloud/application.properties      2016-03-19 10:27:50 UTC 
(rev 19155)
+++ mimir/trunk/mimir-cloud/application.properties      2016-03-20 10:58:42 UTC 
(rev 19156)
@@ -1,5 +1,5 @@
 #Grails Metadata file
 #Tue Jun 10 18:19:37 BST 2014
-app.grails.version=2.5.3
+app.grails.version=2.5.4
 app.name=mimir-cloud
 app.version=5.2-SNAPSHOT

Modified: mimir/trunk/mimir-web/application.properties
===================================================================
--- mimir/trunk/mimir-web/application.properties        2016-03-19 10:27:50 UTC 
(rev 19155)
+++ mimir/trunk/mimir-web/application.properties        2016-03-20 10:58:42 UTC 
(rev 19156)
@@ -1,4 +1,4 @@
 #Grails Metadata file
 #Mon Apr 29 14:56:56 BST 2013
-app.grails.version=2.5.3
+app.grails.version=2.5.4
 app.name=mimir-web

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


------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to