summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2005-11-03 17:07:01 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2005-11-03 17:07:01 +0000
commit630679a8b679e690f31939d91679a7791b55f6ce (patch)
tree918c9964e82dea2bf3d8a627e9f140ccf74f6e03 /build.xml
parent78441751adfa68ee223cdab14301e9d4f6fb6c58 (diff)
downloadscala-630679a8b679e690f31939d91679a7791b55f6ce.tar.gz
scala-630679a8b679e690f31939d91679a7791b55f6ce.tar.bz2
scala-630679a8b679e690f31939d91679a7791b55f6ce.zip
Corrected error message for IzPack.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 55c2f0b39c..9450770602 100644
--- a/build.xml
+++ b/build.xml
@@ -533,7 +533,7 @@
<target name="izpack.init">
<echo level="verbose">izpack.jar=${izpack.jar}</echo>
- <fail message="Missing library ${izpack.jar}; check the 'izpack.jar' property in 'build.${user.name}.properties'.">
+ <fail message="IzPack distribution not supported; check the 'izpack.home' property in 'build.${user.name}.properties'.">
<condition><not>
<available classname="com.izforge.izpack.ant.IzPackTask"
classpathref="izpack.classpath"/>