Revision: 16670
          http://sourceforge.net/p/gate/code/16670
Author:   valyt
Date:     2013-05-01 13:19:28 +0000 (Wed, 01 May 2013)
Log Message:
-----------
Updated the software requirements and change log.

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   2013-05-01 12:45:42 UTC (rev 16669)
+++ mimir/trunk/doc/admin.tex   2013-05-01 13:19:28 UTC (rev 16670)
@@ -89,11 +89,11 @@
 
 To build the \Mimir\ web application you will need:
 \begin{itemize}
-\item A Java 6 JDK.  \Mimir\ has been tested with the Sun/Oracle and OpenJDK
+\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 Apache Ant 1.8.1 or later.
 \item The Grails framework:  the \Mimir\ plugin was developed using Grails
-  version 2.1.4. Other versions of Grails are not guaranteed to work, so you
+  version 2.2.2. 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.

Modified: mimir/trunk/doc/changes.tex
===================================================================
--- mimir/trunk/doc/changes.tex 2013-05-01 12:45:42 UTC (rev 16669)
+++ mimir/trunk/doc/changes.tex 2013-05-01 13:19:28 UTC (rev 16670)
@@ -3,6 +3,9 @@
 
 \section{Version 5.0 (forthcoming)}
 \begin{itemize}
+  \item \Mimir{} has been upgraded to use MG4J version 5.2.1. Newly created
+  indexes will now be semi-succint, which is the highest performance
+  implementation.
   \item The {\em mimir-demo} example web application has been removed.
   \item The {\em mimir-cloud} has been modified to make it more suitable as a
   generic example web application.
@@ -17,7 +20,7 @@
   mention. The S-A-H implementations included in the main distribution provide
   default implementations for this functionality, which can be replaced by
   pluggin-in alternative versions.
-  \item \Mimir{} now uses Grails 2.1.4 and GWT 2.5.0 to build the mimir-cloud
+  \item \Mimir{} now uses Grails 2.2.2 and GWT 2.5.0 to build the mimir-cloud
   web application.
   \item Bugfix: you can now use a string on the right hand side of a \verb!<!,
   \verb!>!, \verb!<=! and \verb!>=! in annotation queries. This was always

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

Modified: mimir/trunk/doc/quickstart.tex
===================================================================
--- mimir/trunk/doc/quickstart.tex      2013-05-01 12:45:42 UTC (rev 16669)
+++ mimir/trunk/doc/quickstart.tex      2013-05-01 13:19:28 UTC (rev 16670)
@@ -12,7 +12,8 @@
 In order to build and run a \Mimir{} server you will need the following pieces
 of software installed on your system:
 \begin{description}
-  \item[Java Development Kit] If you don't have one, you can download one from
+  \item[Java Development Kit] version 7 or newer. If you don't have one, you 
can
+  download one from 
   
Oracle\footnote{\url{http://www.oracle.com/technetwork/java/javase/downloads/index.html}}.
   Make sure you get the JDK and not the Java Runtime Environment (JRE), as that
   would not be suitable. Once installed, make sure your \verb!JAVA_HOME!
@@ -22,7 +23,7 @@
   \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.1.4. You can download this from
+  \item[Grails] version 2.2.2. 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!.
@@ -69,9 +70,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.1.4 is not the
-  default, you must give priority to Grails 2.1.4.  Do so by executing
-  \cmd{export GRAILS\_HOME=/path/to/grails-2.1.4}, and then use the following:
+  If you have multiple Grails versions installed, and Grails 2.2.2 is not the
+  default, you must give priority to Grails 2.2.2.  Do so by executing
+  \cmd{export GRAILS\_HOME=/path/to/grails-2.2.2}, 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.


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to