[MOBY-guts] biomoby commit

Martin Senger senger at pub.open-bio.org
Fri Oct 28 07:58:08 UTC 2005


senger
Fri Oct 28 03:58:08 EDT 2005
Update of /home/repository/moby/moby-live/Java
In directory pub.open-bio.org:/tmp/cvs-serv12421

Modified Files:
	build.xml 
Log Message:


moby-live/Java build.xml,1.38,1.39
===================================================================
RCS file: /home/repository/moby/moby-live/Java/build.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- /home/repository/moby/moby-live/Java/build.xml	2005/09/25 09:07:22	1.38
+++ /home/repository/moby/moby-live/Java/build.xml	2005/10/28 07:58:08	1.39
@@ -88,6 +88,10 @@
    <!-- A directories containing classes from samples -->
    <property name="classes.samples" location="${build.others}/samples"/>
 
+
+   <!-- log4j configuration -->
+   <property name="log4j.configuration" value="file:${src.config}/log4j.properties"/>
+
    <!-- Classpath -->
    <path id="build.classpath">
       <pathelement location="${build.classes}"/>
@@ -537,8 +541,8 @@
    <!-- Just for testing...                                                -->
    <!-- ================================================================== -->
    <target name="testing" depends="init">
+          <echo message="${log4j.configuration}"/>
      <!--
-          <echo message="${TODAY_LONG}"/>
           <echo message="${TODAY_SHORT}"/>
           <echo message="${ant.java.version}"/>
           <echo message="${java.version}"/>
@@ -1530,6 +1534,7 @@
      <java classname="org.biomoby.service.dashboard.Dashboard" taskname="Dashboard"
        classpathref="dashboard.build.classpath" fork="true" failonerror="true">
        <arg value="${dashboard.arg.1}"/>
+       <sysproperty key="log4j.configuration" value="${log4j.configuration}"/>
      </java>
    </target>
 




More information about the MOBY-guts mailing list