You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/03/18 14:58:47 UTC

svn commit: r158071 - forrest/trunk/main/forrest.build.xml

Author: crossley
Date: Fri Mar 18 05:58:46 2005
New Revision: 158071

URL: http://svn.apache.org/viewcvs?view=rev&rev=158071
Log:
Report which version of Forrest and Java is being used.

Modified:
    forrest/trunk/main/forrest.build.xml

Modified: forrest/trunk/main/forrest.build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/forrest.build.xml?view=diff&r1=158070&r2=158071
==============================================================================
--- forrest/trunk/main/forrest.build.xml (original)
+++ forrest/trunk/main/forrest.build.xml Fri Mar 18 05:58:46 2005
@@ -308,6 +308,8 @@
         <fail>Java 1.4 or higher is required; found Java ${ant.java.version} in ${java.home}</fail>
       </then>
     </if>
+    <echo message="This is apache-forrest-${forrest.version}"/>
+    <echo message="Using Java ${ant.java.version} from ${java.home}"/>
   </target>
 
   <!-- Sets up properties and filters -->