[MOBY-guts] biomoby commit

senger@ebi.ac.uk senger at pub.open-bio.org
Thu Feb 27 16:28:29 UTC 2003


senger
Thu Feb 27 11:28:29 EST 2003
Update of /home/repository/moby/moby-live/Java
In directory pub.open-bio.org:/tmp/cvs-serv3865

Modified Files:
	Makefile setenv.sh.template 
Log Message:

moby-live/Java Makefile,1.1,1.2 setenv.sh.template,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/Java/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Java/Makefile	2002/12/02 19:38:14	1.1
+++ /home/repository/moby/moby-live/Java/Makefile	2003/02/27 16:28:29	1.2
@@ -38,11 +38,15 @@
 .PHONY: all doc clean
 
 all:
+	@cd org/biomoby/shared     ; ${MAKE}
 	@cd org/biomoby/registry   ; ${MAKE}
+	@cd org/biomoby/client     ; ${MAKE}
 	@cd ${CLIENTS}             ; ${MAKE}
 
 clean:
+	@cd org/biomoby/shared     ; ${MAKE} clean
 	@cd org/biomoby/registry   ; ${MAKE} clean
+	@cd org/biomoby/client     ; ${MAKE} clean
 	@cd ${CLIENTS}             ; ${MAKE} clean
 
 # The '-classpath .' is used because of a bug in the javadoc (Bug Id: 4697113, NullPointerException).

===================================================================
RCS file: /home/repository/moby/moby-live/Java/setenv.sh.template,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Java/setenv.sh.template	2002/12/02 19:38:14	1.1
+++ /home/repository/moby/moby-live/Java/setenv.sh.template	2003/02/27 16:28:29	1.2
@@ -17,7 +17,7 @@
 export SERVLET_CLASSES=${HOME}/Software/jakarta-catalina/common/lib/servlet.jar:${HOME}/Software/jakarta-catalina/common/lib/activation.jar
 
 # --- access to the SAX parser classes
-export XML_CLASSES=/usr/local/xml4j/xerces.jar
+export XML_CLASSES=`find /usr/local/xerces/ -name \*.jar -printf "%p:"`
 
 # --- sometimes we need more from the Java libs
 export JAVA_HOME=/usr/local/java
@@ -32,9 +32,9 @@
 # Finally the CLASSPATH is created here...
 # -----------------------------------------------------------
 
-export AXIS_CLASSES=${AXIS_HOME}/lib/axis.jar:${AXIS_HOME}/lib/jaxrpc.jar:${AXIS_HOME}/lib/commons-logging.jar:${AXIS_HOME}/lib/log4j-1.2.4.jar:${AXIS_HOME}/lib/saaj.jar:${AXIS_HOME}/lib/wsdl4j.jar:${AXIS_HOME}/lib/commons-discovery.jar
+export AXIS_CLASSES=`find ${AXIS_HOME}/lib/ -name \*.jar -printf "%p:"`
 
-export CLASSPATH=${PROJECT_HOME}:${PROJECT_HOME}/Clients:${AXIS_CLASSES}:${SERVLET_CLASSES}
+export CLASSPATH=${PROJECT_HOME}:${PROJECT_HOME}/Clients:${AXIS_CLASSES}:${XML_CLASSES}:${SERVLET_CLASSES}
 
 # --- for using Jikes to compile Java sources
 export JIKESPATH=${CLASSPATH}:${JAVA_HOME}/jre/lib/rt.jar



More information about the MOBY-guts mailing list