From 8baa7afe182905d0b08682b34b782998b7798c1d Mon Sep 17 00:00:00 2001
From: jpikus <jpikus@localhost>
Date: Fri, 22 Jan 2010 09:03:56 +0000
Subject: [PATCH] display java version also for the build part
---
opendj-sdk/opends/build.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/build.xml b/opendj-sdk/opends/build.xml
index 174c940..bf109aa 100644
--- a/opendj-sdk/opends/build.xml
+++ b/opendj-sdk/opends/build.xml
@@ -539,6 +539,7 @@
<!-- Ensure that the source code meets basic style requirements. -->
<target name="checkstyle" description="Perform basic source style checks">
+ <antcall target="displayjavaversion"/>
<mkdir dir="${checkstyle.cache.dir}" />
<taskdef resource="checkstyletask.properties"
@@ -1807,7 +1808,7 @@
<!-- Display Java version which will be used for tests. -->
<target name="displayjavaversion">
- <echo message="The following Java version will be used for the tests:"/>
+ <echo message="The following Java version will be used :"/>
<echo message=""/>
<exec executable="java">
<arg value="-version"/>
--
Gitblit v1.10.0