[phylr commit] r37 - edited readme

0 views
Skip to first unread message

codesite...@google.com

unread,
Jun 25, 2009, 3:22:24 PM6/25/09
to phylr-...@googlegroups.com
Author: dazhi.jiao
Date: Thu Jun 25 08:05:43 2009
New Revision: 37

Modified:
trunk/phylr-gsoc/README.txt

Log:
edited readme

Modified: trunk/phylr-gsoc/README.txt
==============================================================================
--- trunk/phylr-gsoc/README.txt (original)
+++ trunk/phylr-gsoc/README.txt Thu Jun 25 08:05:43 2009
@@ -1,12 +1,20 @@
-To create a war file:
+The following will create a phylr-gsoc.war file in the target directory.

# mvn package

-To compile
+This will also create a phylr-gsoc.jar file in the target directory.
+
+To compile the sources:

# mvn compile

Before deploy, don't forget to update the file
src/main/resources/SRWServer.props,
-basically you need to already created lucene index with
nexmlLuceneIndexer. Put the
-path to the lucene index directory in the props file.
+basically you need to already created lucene index with
org.nescent.phylr.lucene.NexmlIndexer.
+Put the path to the lucene index directory in the props file.
+
+To run the NexmlIndexer with testing examples, try:

+# mvn -e exec:java \
+ -Dexec.mainClass=org.nescent.phylr.lucene.NexmlIndexer \
+ -Dexec.args="-d data/phylr-nexml/ -i data/phylr-index/ -m
src/test/resources/predicates.txt"
+

Reply all
Reply to author
Forward
0 new messages