You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by va...@apache.org on 2007/04/26 12:03:42 UTC

svn commit: r532691 - /harmony/enhanced/drlvm/trunk/build/make/build.xml

Author: varlax
Date: Thu Apr 26 03:03:39 2007
New Revision: 532691

URL: http://svn.apache.org/viewvc?view=rev&rev=532691
Log:
Added echoing of host Java version

Modified:
    harmony/enhanced/drlvm/trunk/build/make/build.xml

Modified: harmony/enhanced/drlvm/trunk/build/make/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/build.xml?view=diff&rev=532691&r1=532690&r2=532691
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/build.xml (original)
+++ harmony/enhanced/drlvm/trunk/build/make/build.xml Thu Apr 26 03:03:39 2007
@@ -305,6 +305,7 @@
  <!--       <property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter" /> -->
 
         <echo message="Configuration:" />
+        <echo message="     Hosting Java = ${java.version} (${java.vendor})" />
         <echo message="    classlib root = ${external.dep.CLASSLIB}" />
         <echo message="               os = ${build.os}" />
         <echo message="             arch = ${build.arch}" />