stx_libjava.st
branchdevelopment
changeset 2429 ebece4dcaab9
parent 2392 692a6e18e95e
parent 2424 dfc1598bea78
child 2432 3e562e3c97a9
--- a/stx_libjava.st	Sun Feb 24 11:54:46 2013 +0000
+++ b/stx_libjava.st	Tue Feb 26 11:32:43 2013 +0000
@@ -54,7 +54,7 @@
 !
 
 extensionsVersion_SVN
-    ^ '$Id::                                                                                                                        $'
+    ^ '$Id: stx_libjava.st,v 1.12 2013-02-25 13:43:08 cg Exp $'
 ! !
 
 !stx_libjava class methodsFor:'accessing'!
@@ -195,6 +195,11 @@
 ant:
         ant -f java\build.xml
 
+antIfPossible:
+        -ant -f java\build.xml
+
+full::  ant
+
 $(ZLIB):
         cd $(ZLIB_DIR)
         $(MAKE) $(MAKE_ZLIB_ARG) $(ZLIB)
@@ -220,6 +225,11 @@
 ant:
 	ant -f java/build.xml
 
+antIfPossible:
+        -ant -f java/build.xml
+
+#full::  ant
+
 zlib:
         cd $(ZLIB_DIR); $(MAKE) $(MAKE_ZLIB_ARG)
 
@@ -233,14 +243,14 @@
 
 additionalTargets_bc_dot_mak
 
-    ^ '$(ZLIB) support\fdlibm\libfdm.lib ant'
+    ^ '$(ZLIB) support\fdlibm\libfdm.lib antIfPossible'
 
     "Modified: / 15-11-2012 / 23:20:59 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 additionalTargets_make_dot_proto
 
-    ^ ' zlib support/fdlibm/libfdm.a ant'
+    ^ ' zlib support/fdlibm/libfdm.a antIfPossible'
 
     "Created: / 05-09-2006 / 16:05:12 / cg"
     "Modified: / 15-11-2012 / 23:20:47 / Jan Vrany <jan.vrany@fit.cvut.cz>"
@@ -693,13 +703,19 @@
     ^ '$Changeset: <not expanded> $'
 ! !
 
+! !
+
 !stx_libjava class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/libjava/stx_libjava.st,v 1.12 2013-02-25 13:43:08 cg Exp $'
+!
+
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/stx_libjava.st,v 1.7 2013-02-18 11:41:09 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/stx_libjava.st,v 1.12 2013-02-25 13:43:08 cg Exp $'
 !
 
 version_SVN
-    ^ '§Id§'
+    ^ 'Id'
 ! !