Revision: 15108
          http://gate.svn.sourceforge.net/gate/?rev=15108&view=rev
Author:   valyt
Date:     2012-01-18 15:01:22 +0000 (Wed, 18 Jan 2012)
Log Message:
-----------
We don't package ANT any more.

Modified Paths:
--------------
    userguide/trunk/gettingstarted.tex

Modified: userguide/trunk/gettingstarted.tex
===================================================================
--- userguide/trunk/gettingstarted.tex  2012-01-18 14:12:41 UTC (rev 15107)
+++ userguide/trunk/gettingstarted.tex  2012-01-18 15:01:22 UTC (rev 15108)
@@ -340,49 +340,51 @@
 A copy of the GATE sources and the build scripts -- either the SRC 
distribution 
 package from the nightly snapshots or a copy of the code
 obtained through Subversion (see Section~\ref{sec:gettingstarted:svn}).
+\item 
+A working installation of \htlink{http://ant.apache.org/}{Apache ANT} version
+1.8.1 or newer. You will need to add an environment variable named
+\verb!ANT_HOME! pointing to your ANT installation, and add \verb!ANT_HOME/bin!
+to your {\tt PATH}. It is advisable that you also set your \verb!JAVA_HOME!
+environment variable to point to the top-level directory of your Java
+installation.
 \item
 An appreciation of natural beauty.
 \end{itemize}
 
-\mbox{ } GATE now includes a copy of the ANT build tool which can be accessed
-through the scripts included in the {\tt bin} directory (use {\tt ant.bat} for
-Windows 98 or ME, {\tt ant.cmd} for Windows NT, 2000 or XP, and {\tt ant.sh} 
for
-Unix platforms).
-
 {\bf To build gate}, cd to gate and: 
 \begin{enumerate}
 \item
 Type: {\tt \newline
-bin/ant
+ant
 }
 \item
 $[$optional$]$ To test the system:
 {\tt \newline
-bin/ant test\newline
+ant test\newline
 }
 %(Note that DB tests may fail unless you can connect to Sheffield's Oracle
 %server.)
 \item
 $[$optional$]$ To make the Javadoc documentation:
 {\tt \newline
-bin/ant doc\newline
+ant doc\newline
 }
 \item
 You can also run GATE Developer using Ant, by typing:\newline
-{\tt bin/ant run}
+{\tt ant run}
 \item
-To see a full list of options type: {\tt bin/ant help}\newline
+To see a full list of options type: {\tt ant help}\newline
 \end{enumerate}
 
 (The details of the build process are all specified by the build.xml file 
 in the gate directory.)
 
-You can also use a development environment like Borland JBuilder (click on the
-{\tt gate.jpx} file), but note that it's still
-advisable to use ant to generate documentation, the jar file and
-so on. Also note that the run configurations have the location of a {\tt
-gate.xml} site configuration file hard-coded into them, so you may need to
-change these for your site.
+You can also use a development environment like Eclipse (the required .project
+file and other metadata are included with the sources), but note that it's 
still
+advisable to use ant to generate documentation, the jar file and so on. Also
+note that the run configurations have the location of a {\tt gate.xml} site
+configuration file hard-coded into them, so you may need to change these for
+your site.
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \subsect[sec:gettingstarted:maven]{Using GATE with Maven/Ivy}

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


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to