Author: apico
Date: 2011-06-28 13:26:43 -0700 (Tue, 28 Jun 2011)
New Revision: 25965
Modified:
cytoscape/trunk/README.txt
Log:
more docs
Modified: cytoscape/trunk/README.txt
===================================================================
--- cytoscape/trunk/README.txt 2011-06-28 20:09:39 UTC (rev 25964)
+++ cytoscape/trunk/README.txt 2011-06-28 20:26:43 UTC (rev 25965)
@@ -70,6 +70,19 @@
mvn install
+ Note: If this does not work from within Eclipse, you can run on command
line
+ Note: you may need to bump up your memory allocation:
+ export MAVEN_OPTS=-Xmx1024m
+
+ b. skip tests and javadocs for quick-and-dirty builds:
+
+ mvn install -Dmaven.javadoc.skip=true -Dmaven.test.skip=true
+
+ c. take advantage of multiple threads/cores:
+
+ mvn -T 4 (4 threads)
+ mvn -T 1C (1 thread per core)
+
3. To run cytoscape (assuming you've run mvn install):
a. you'll find the normal cytoscape distribution directory here:
@@ -99,6 +112,9 @@
mvn install4j:compile
+ Note: to package with plugins, first copy plugins into:
+
distribution/target/cytoscape-#.#.#.dir/cytoscape-#.#.#/plugins/.
+
The installers will be created in the target/install4j subdirectory
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.