You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by th...@apache.org on 2008/08/27 12:38:31 UTC

svn commit: r689437 - /labs/droids/trunk/build.xml

Author: thorsten
Date: Wed Aug 27 03:38:31 2008
New Revision: 689437

URL: http://svn.apache.org/viewvc?rev=689437&view=rev
Log:
Adding note about how to build for 1.4

Modified:
    labs/droids/trunk/build.xml

Modified: labs/droids/trunk/build.xml
URL: http://svn.apache.org/viewvc/labs/droids/trunk/build.xml?rev=689437&r1=689436&r2=689437&view=diff
==============================================================================
--- labs/droids/trunk/build.xml (original)
+++ labs/droids/trunk/build.xml Wed Aug 27 03:38:31 2008
@@ -170,7 +170,8 @@
     <dependency org="net.sf.retrotranslator" name="retrotranslator-transformer" rev="1.2.4"/>
     <dependency org="net.sf.retrotranslator" name="retrotranslator-runtime" rev="1.2.4"/>-->
   <target name="droids.jar.1.4" depends="droids.compile-core"
-    description="--> Retro to 1.4 - if you want to use droids in your 1.4 based project. HEADSUP you still need to compile droids with 1.5. Only the resulting jar is compatible with 1.4">
+    description="--> Retro to 1.4 - if you want to use droids in your 1.4 based project. HEADSUP you still need to compile droids with 1.5. Only the resulting jar is compatible with 1.4.
+    Further you need to enable the retro libs in ivy.xml and resolve the dependencies again BEFORE using this target.">
     <taskdef name="retrotranslator"
       classname="net.sf.retrotranslator.transformer.RetrotranslatorTask">
       <classpath>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org