[MOBY-guts] biomoby commit

senger at ebi.ac.uk senger at pub.open-bio.org
Wed Sep 24 09:33:47 EDT 2003


senger
Wed Sep 24 08:33:47 EDT 2003
Update of /home/repository/moby/moby-live/Java
In directory pub.open-bio.org:/tmp/cvs-serv5971

Modified Files:
	README 
Added Files:
	.cvsignore.template build-dev.bat build-dev.sh build.bat 
	build.sh build.xml cp.bat run-cmdline-client 
	run-cmdline-client.bat run-testing-central 
	run-testing-central.bat 
Removed Files:
	setenv.csh.template setenv.sh.template 
Log Message:
Adding Ant...

moby-live/Java .cvsignore.template,NONE,1.1 build-dev.bat,NONE,1.1 build-dev.sh,NONE,1.1 build.bat,NONE,1.1 build.sh,NONE,1.1 build.xml,NONE,1.1 cp.bat,NONE,1.1 run-cmdline-client,NONE,1.1 run-cmdline-client.bat,NONE,1.1 run-testing-central,NONE,1.1 run-testing-central.bat,NONE,1.1 README,1.3,1.4 setenv.csh.template,1.3,NONE setenv.sh.template,1.4,NONE
===================================================================
RCS file: /home/repository/moby/moby-live/Java/README,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- /home/repository/moby/moby-live/Java/README	2003/03/02 20:48:24	1.3
+++ /home/repository/moby/moby-live/Java/README	2003/09/24 12:33:47	1.4
@@ -1,3 +1,28 @@
+#  You *can* use this script to compile everything anytime,
+#  but you *must* use it the first time (because it gathers
+#  all third-party libraries needed for compilation).
+#  Otherwise you *may* use build-dev.sh which is slightly
+#  faster because it does not attemp to fetch libraries.
+#
+#  $Id$
+
+# --- setup environment
+#
+#  This script can make use of the following environment variables:
+#
+#     ANT_HOME ... pointing to a directory with Ant libraries.
+#              Default (used if variable is not set): ./lib/ant/
+#     JAVA_HOME ... pointing to a directory with your Java JDK.
+#              If not set the script tries to find it anyway.
+#     USE_JIKES ... saying what Java compiler to use:
+#              USE_JIKES=1  => jikes is used (it is up to you to
+#                              make sure that an executable 'jikes'
+#                              is on your PATH)
+#              Default: USE_JIKES is unset (therefore, no jikes used).
+
+
+
+
 This directory (and its subdirectories) contains Java clients
 accessing Moby registry, and, hopefully in the future, more
 implementation of pure Java in BioMoby project.

rcsdiff: /home/repository/moby/moby-live/Java/RCS/setenv.csh.template,v: No such file or directory

rcsdiff: /home/repository/moby/moby-live/Java/RCS/setenv.sh.template,v: No such file or directory



More information about the MOBY-guts mailing list