diff --git a/docs/manual/OptionalTasks/sound.html b/docs/manual/OptionalTasks/sound.html index 648c1759d..1095f80cf 100644 --- a/docs/manual/OptionalTasks/sound.html +++ b/docs/manual/OptionalTasks/sound.html @@ -34,6 +34,9 @@ Note: At this point, the random selection is based on all the files in the directory, not just those ending in appropriate suffixes for sound-files, so be sure you only have sound-files in the directory you specify.

+

More precisely <sound> registers a hook that is +triggered when the build finishes. Therefore you have to place this +task as top level or inside a target which is always executed.

Unless you are running on Java 1.3 or later, you need the Java Media Framework on the classpath (javax.sound). @@ -59,7 +62,8 @@ and <fail> elements:

source the path to a sound-file directory, or the name of a -specific sound-file, to be played. +specific sound-file, to be played. If this file does not exist, an error message +will be logged. Yes