This has been up for a while, but I've been ignoring it.
Our Gump build is failing in ivy report
http://vmgump.apache.org/gump/public/smartfrog/smartfrog/gump_work/build_smartfrog_smartfrog.html
<target name="ivy-report" depends="ivy-resolve" if="ivy.found">
<ivy:report todir="${ivy.reports.dir}"/>
<echo> published Ivy report to
${ivy.reports.dir}
</echo>
</target>
ivy-report:
[ivy:report] Processing
/home/gump/.ivy2/cache/org.smartfrog-smartfrog-default.xml to
/srv/gump/public/workspace/smartfrog/smartfrog/buildextra/ivy/reports/org.smartfrog-smartfrog-default.html
[ivy:report] Loading stylesheet /home/gump/.ivy2/cache/ivy-report.xsl
BUILD FAILED
/srv/gump/public/workspace/smartfrog/smartfrog/build.xml:961: specify
the stylesheet either as a filename in style attribute or as a nested
resource but not as both
This could be a bug in SVN_HEAD ivy, or in Ant. Though if it is in the
latter, I'm not seeing it on my machine, which is also running SVN_HEAD
Ant.