hardayal / hamcrest

Automatically exported from code.google.com/p/hamcrest
0 stars 0 forks source link

patch correcting javadoc generation #98

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Patch attached.

Original issue reported on code.google.com by glip...@gmail.com on 29 Sep 2009 at 10:52

Attachments:

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
Tried the patch, works for me.

Original comment by chloorru...@gmail.com on 9 Sep 2010 at 9:06

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
tagging

Original comment by t.denley on 12 May 2012 at 10:50

GoogleCodeExporter commented 8 years ago
Fixed with commit 
https://github.com/hamcrest/JavaHamcrest/commit/613a3d2a96cef632a7a6f013e06ba322
3bedb056

Original comment by t.denley on 19 May 2012 at 10:01