Author: apico
Date: 2011-07-19 01:12:14 -0700 (Tue, 19 Jul 2011)
New Revision: 26207
Modified:
cytoscape/trunk/README.txt
Log:
more notes
Modified: cytoscape/trunk/README.txt
===================================================================
--- cytoscape/trunk/README.txt 2011-07-19 00:05:51 UTC (rev 26206)
+++ cytoscape/trunk/README.txt 2011-07-19 08:12:14 UTC (rev 26207)
@@ -69,11 +69,11 @@
a. in the top level directory:
mvn install
-
- Note: If this does not work from within Eclipse, you can run on command
line
+
+ Note: this may not work from within Eclipse; 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
@@ -83,6 +83,10 @@
mvn -T 4 (4 threads)
mvn -T 1C (1 thread per core)
+ d. to build for release, be sure to specify a profile that includes
packaging, e.g.,
+
+ mvn install -Prelease
+
3. To run cytoscape (assuming you've run mvn install):
a. you'll find the normal cytoscape distribution directory here:
@@ -111,6 +115,9 @@
installation is. Then run:
mvn install4j:compile
+
+ Note: to package with plugins, first copy plugins into:
+ packaging/target/cytoscape-#.#.#/plugins/.
Note: to package with additional plugins, first copy plugins into:
distribution/target/cytoscape-#.#.#-null/cytoscape-#.#.#/plugins/.
--
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.