I have a small project, which compiles without any problems, but when I try to build the javadoc, I get the following error message:
Property 'ant.home' not found
My <javadoc> section of build.xml looks like this:
<javadoc sourcepath="${src.dir}"
destdir="${build.javadoc.dir}"
packagenames="dk.util.*"
windowtitle="${name} documentation">
</javadoc>
TIA
/Allan
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
