[MOBY-guts] biomoby commit
Martin Senger
senger at pub.open-bio.org
Mon Nov 21 17:17:27 UTC 2005
senger
Mon Nov 21 12:17:27 EST 2005
Update of /home/repository/moby/moby-live/Java
In directory pub.open-bio.org:/tmp/cvs-serv9749
Modified Files:
build.xml
Log Message:
moby-live/Java build.xml,1.42,1.43
===================================================================
RCS file: /home/repository/moby/moby-live/Java/build.xml,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- /home/repository/moby/moby-live/Java/build.xml 2005/11/19 18:33:00 1.42
+++ /home/repository/moby/moby-live/Java/build.xml 2005/11/21 17:17:27 1.43
@@ -102,6 +102,9 @@
<fileset dir="${lib.dir}/ant_home/lib">
<include name="*.jar"/>
</fileset>
+ <fileset dir="${env.JAVA_HOME}/lib">
+ <include name="tools.jar"/>
+ </fileset>
</path>
<!-- this differs from the ${build.classpath} by not including
@@ -539,6 +542,8 @@
<!-- ================================================================== -->
<target name="testing" depends="init">
<echo message="${log4j.configuration}"/>
+ <echo message="JAVA_HOME = ${env.JAVA_HOME}"/>
+ <echo message="pathelement location=${env.JAVA_HOME}/lib/tools.jar"/>
<!--
<echo message="${TODAY_SHORT}"/>
<echo message="${ant.java.version}"/>
@@ -687,7 +692,7 @@
defining where is jar file (or files) with the service
implementation (because that usually is not part of the jMoby
packages):
- users.lib.dir ... take all *.jar files from thid directory
+ users.lib.dir ... take all *.jar files from this directory
users.lib.file ... take this one jar file
Targets for local deployment are:
@@ -1191,10 +1196,7 @@
<!-- ================================================================== -->
<!--
- Moses generators are not compiled by default together with the
-src/main because they depend on the generated code - and that would
-break compilation for those who do not intend to generate or to have
-it.
+ Sources generated by Moses are not compiled by default.
The sources for Moses generators are in 'generated/datatypes'
and 'generated/skeletons', and they are compiled into
'build/others/datatypes' and 'build/others/skeletons'. The compilation
@@ -1488,6 +1490,9 @@
title="Biomoby data types"
packages="org.biomoby.shared.datatypes"/>
</javadoc>
+
+ <echo taskname="javadoc">
+Javadoc API created in: ${moses.javadoc.dir}/index.html</echo>
</target>
<!-- ================================================================== -->
More information about the MOBY-guts
mailing list