# Special messages with regards to JRE 1.5.0 sources.
#
message "\n${MESSAGE_COLOR}For $SPELL you need to manually download the sources for JRE \
\nversion 1.5.0 in self-extracting format from Sun's website: \
${DEFAULT_COLOR}\n  http://java.sun.com/javase/downloads/index_jdk5.jsp \
\n${MESSAGE_COLOR}Put the downloaded file in \
${DEFAULT_COLOR}/var/spool/sorcery/ \
${MESSAGE_COLOR}so cast will find it.\n${DEFAULT_COLOR}"  &&

if ! query "HAVE YOU DOWNLOADED THE SOURCES AND WISH TO CONTINUE CASTING?" n;
then
  message "${MESSAGE_COLOR}Please recast when you have the sources!\n${DEFAULT_COLOR}"
  return 1
fi
