Hi all,
Ant's own buildfile doesn't copy the jdepend-frames.xsl to the etc
directory.
<!-- publish some useful stylesheets -->
<copy todir="${dist.etc}">
<fileset dir="${etc.dir}">
<include name="junit-frames.xsl"/>
<include name="junit-noframes.xsl"/>
<include name="coverage-frames.xsl"/>
<include name="maudit-frames.xsl"/>
<include name="mmetrics-frames.xsl"/>
<include name="jdepend.xsl"/>
--> <include name="jdepend-frames.xsl"/> <-- is missing
<include name="log.xsl"/>
</fileset>
</copy>
Cheers,
Ingmar
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>