Closed GoogleCodeExporter closed 8 years ago
Additionally, in the declaration of the javadoc goal, the reference to
'overview.html' should be removed:
BEFORE:
<javadoc destdir="build/javadoc" source="1.5" failonerror="yes"
overview="overview.html">
AFTER:
<javadoc destdir="build/javadoc" source="1.5" failonerror="yes">
Original comment by akkerman...@gmail.com
on 20 Feb 2010 at 7:36
Tried the patch, works for me.
Original comment by chloorru...@gmail.com
on 9 Sep 2010 at 9:06
I got an error like this:
BUILD FAILED
...\hamcrest-1.3.0RC2\build.xml:200: ...\hamcrest-1.3.0RC2\build\generated-code
does not exist.
Perhaps I am doing something wrong, but creating an empty directory called
generated-code and re-running 'ant javadoc' seemed to fix it.
Original comment by shaunab...@gmail.com
on 4 Apr 2011 at 5:01
tagging
Original comment by t.denley
on 12 May 2012 at 10:50
Fixed with commit
https://github.com/hamcrest/JavaHamcrest/commit/613a3d2a96cef632a7a6f013e06ba322
3bedb056
Original comment by t.denley
on 19 May 2012 at 10:01
Original issue reported on code.google.com by
glip...@gmail.com
on 29 Sep 2009 at 10:52Attachments: