Changeset: 4c716a3030e3 for monetdb-java
URL: https://dev.monetdb.org/hg/monetdb-java/rev/4c716a3030e3
Modified Files:
        build_jre17.xml
        build_jre21.xml
Branch: default
Log Message:

compile_mcl depends on driver (MonetVersion.java).


diffs (24 lines):

diff --git a/build_jre17.xml b/build_jre17.xml
--- a/build_jre17.xml
+++ b/build_jre17.xml
@@ -178,7 +178,7 @@ Copyright 1997 - July 2008 CWI.
     </javac>
   </target>
 
-  <target name="compile_mcl" depends="prepare">
+  <target name="compile_mcl" depends="prepare,driver">
     <echo message="Compiling MCL" />
     <javac
       classpath="${srcdir}"
diff --git a/build_jre21.xml b/build_jre21.xml
--- a/build_jre21.xml
+++ b/build_jre21.xml
@@ -181,7 +181,7 @@ Copyright 1997 - July 2008 CWI.
     </javac>
   </target>
 
-  <target name="compile_mcl" depends="prepare">
+  <target name="compile_mcl" depends="prepare,driver">
     <echo message="Compiling MCL" />
     <javac
       classpath="${srcdir}"
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to