Author: crossley Date: Wed Oct 1 00:09:37 2008 New Revision: 700699 URL: http://svn.apache.org/viewvc?rev=700699&view=rev Log: Add a 'forrest diagnostics' target which reports our Ant's diagnostics.
Modified: forrest/trunk/main/forrest.build.xml Modified: forrest/trunk/main/forrest.build.xml URL: http://svn.apache.org/viewvc/forrest/trunk/main/forrest.build.xml?rev=700699&r1=700698&r2=700699&view=diff ============================================================================== --- forrest/trunk/main/forrest.build.xml (original) +++ forrest/trunk/main/forrest.build.xml Wed Oct 1 00:09:37 2008 @@ -286,6 +286,12 @@ </if> <echo message="This is apache-forrest-${forrest.version}"/> <echo message="Using Java ${ant.java.version} from ${java.home}"/> + <echo message="Using ${ant.version} from ${ant.home}"/> +<echo> +</echo> + </target> + <target name="diagnostics" depends="init" description="Show the Ant diagnostics"> + <diagnostics/> </target> <!-- Sets up properties and filters --> <target name="init" depends="check-java-version, init-props, init-skins, init-plugins">