experiments/Make.proto
branchdevelopment
changeset 2517 74bea99d3299
parent 2515 bcfe9f4dca6b
child 2543 5711edfa361d
--- a/experiments/Make.proto	Mon Apr 15 23:55:43 2013 +0200
+++ b/experiments/Make.proto	Wed Apr 17 19:39:20 2013 +0200
@@ -63,8 +63,18 @@
 
 all:: preMake classLibRule postMake
 
-pre_objs::  
+pre_objs::  antIfPossible 
+
+
+java: ant
 
+ant:
+	ant -f java/build.xml dependencies build
+
+antIfPossible:
+	-ant -f java/build.xml dependencies build
+
+#full::  ant