Skip to content

Commit 4dddfd8

Browse files
committed
fix build message on OS X
1 parent 20fc8a7 commit 4dddfd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
property="macosx_jdk_found" />
162162

163163
<fail if="macosx" unless="macosx_jdk_found"
164-
message="To build on OS X, you must install Oracle's JDK 7u40. You can find it at http://www.oracle.com/technetwork/java/javase/downloads Note that only 7u40 (not a later or earlier version) will work. And it needs to be the JDK, not the JRE." />
164+
message="JDK 7u40 required.${line.separator}To build on OS X, you must install Oracle's JDK 7u40 from${line.separator}http://www.oracle.com/technetwork/java/javase/downloads${line.separator}Note that only 7u40 (not a later or earlier version) will work. ${line.separator}And it must be the JDK, not the JRE. And do not try to defy me again." />
165165
<!--
166166
<fail if="linux" unless="java_tools_found"
167167
message="The JAVA_HOME variable must be set to the location of a full JDK. For instance, on Ubuntu Linux, this might be /usr/lib/jvm/java-6-sun." />

0 commit comments

Comments
 (0)