Corrected error message for IzPack.
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@4855 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
parent
1b5f26bc1e
commit
a12f6c5b06
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue