always create the docs/modules directory as part of the package-modules-jsdoc target, so that the build will succeed even if perl fails to build the jsdocs for whatever reasons

This commit is contained in:
zumbrunn 2007-03-08 13:05:08 +00:00
parent 6894e5446a
commit eb692b71ec

View file

@ -350,7 +350,8 @@
<!-- Create JSDoc for modules -->
<!-- =================================================================== -->
<target name="package-modules-jsdoc" depends="init">
<exec executable="${jsdoc}" dir="${build.work}" >
<mkdir dir="${build.jsdocs}"/>
<exec executable="${jsdoc}" dir="${build.work}" >
<arg value="-r"/>
<arg value="-d"/>
<arg value="${build.jsdocs}"/>