[larm-cvs] larm README.txt,1.2,1.3 update.website.txt,1.1,1.2
Brought to you by:
cmarschner,
otis
|
From: <ot...@us...> - 2003-07-24 12:18:20
|
Update of /cvsroot/larm/larm In directory sc8-pr-cvs1:/tmp/cvs-serv31326 Modified Files: README.txt update.website.txt Log Message: - Updated. Index: README.txt =================================================================== RCS file: /cvsroot/larm/larm/README.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** README.txt 24 Jun 2003 17:22:05 -0000 1.2 --- README.txt 24 Jul 2003 12:18:17 -0000 1.3 *************** *** 1,27 **** ! ! $Id$ ! ! LARM - Lucene Advanced Retrieval Machine. ! ! ! Please read the docs in docs/ first, starting with contents.txt ! ! ! You can use ANT to build the project. Simply call ! ! ant ! ! and LARM will build into ./build. The first time it builds it will look for ! external libraries like HTTPClient and download them if necessary. ! ! LARM was written using the Eclipse IDE. As soon as the libraries are downloaded, ! You can import the workspace simply by importing the checked out directory into ! the eclipse workspace. Eclipse will build the project into the ./build directory. ! ! To run LARM you will be able to use larm.root.LARM. As soon as this is written ! you can call ! ! java -classpath ./build/classes:[other libs] larm.root.LARM <configfile> ! ! We will provide config files for various applications. ! --- 1,40 ---- ! ! $Id$ ! ! LARM - Lucene Advanced Retrieval Machine. ! ! Please read the docs in docs/ first, starting with contents.txt ! ! Prerequisites: You need ! - Java 2 SDK starting from 1.4.0 ! - ANT (see http://jakarta.apache.org/ant) ! ! You can use ANT to build the project. Simply call ! ! ant ! ! and LARM will build into ./build. [The first time it builds it will look for ! external libraries like HTTPClient and downloads them if necessary.] ! ! LARM was written using the Eclipse IDE. As soon as the libraries are downloaded, ! You can import the workspace simply by importing the checked out directory into ! the eclipse workspace. Eclipse will build the project into the ./build directory. ! ! To run LARM you will be able to use larm.root.LARM. ! ! You can use ! ! larm.bat empty ! or ! larm.sh empty ! ! to run LARM with an empty test pipeline in src/config/empty.xml. ! This is just for testing purposes. ! ! We will provide config files for various applications in src/config. Runtime ! arguments will have to be passed as system properties or in a properties file ! that is referenced from the config file. ! ! ! ! Index: update.website.txt =================================================================== RCS file: /cvsroot/larm/larm/update.website.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** update.website.txt 30 Jun 2003 14:17:25 -0000 1.1 --- update.website.txt 24 Jul 2003 12:18:17 -0000 1.2 *************** *** 1,8 **** ! In order to update the website... ! ! - check out the module "website" from LARM's CVS ! - edit the files in htdocs/ ! - commit the changes ! - log in via SSH to shell.sourceforge.net ! - cd to /home/groups/l/la/larm ! - perform a cvs -d :ext:<user>@cvs1:/cvsroot/larm co website --- 1,8 ---- ! In order to update the website... ! ! - check out the module "website" from LARM's CVS ! - edit the files in htdocs/ ! - commit the changes ! - log in via SSH to shell.sourceforge.net ! - cd to /home/groups/l/la/larm ! - perform a cvs -d :ext:<user>@cvs1:/cvsroot/larm co website |