- prints out Java environment when executing build.xml

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@5732 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
michelou 2006-02-10 14:12:49 +00:00
parent fd50b2732e
commit 8dbc0952c6
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ INITIALISATION
<fail>System environment could not be determined</fail>
</else>
</if>
<echo>Java environment: ${java.home}</echo>
</target>
<target name="setup" depends="init">