Share

Heritrix: Internet Archive Web Crawler

Tracker: Bugs

5 No doc-files/package.html in javadoc. - ID: 934642
Last Update: Comment added ( karl-ia )

Maven default javadoc plugin does not copy over
doc-file contents nor package.htmls. Messes up our
documentation plans.


Michael Stack ( stack-sf ) - 2004-04-14 00:49

5

Closed

Fixed

Michael Stack

Build

None

Public


Comments ( 3 )

Date: 2007-03-14 00:09
Sender: karl-ia


This issue is now discussed in the new JIRA tracker at
http://webteam.archive.org/jira/browse/HER-110 -- please add further
comments at that location.


Date: 2004-04-20 02:36
Sender: stack-sfProject Admin

Logged In: YES
user_id=924942

Meant to close it as part of last submit.


Date: 2004-04-14 00:52
Sender: stack-sfProject Admin

Logged In: YES
user_id=924942

Fixed. Here is the commit message:

Fix for "[ 934642 ] No doc-files/package.html in javadoc."
* maven.xml
(heritrix-javadoc): Added goal based on the default
javadoc plugin goals
but that copy over doc-files and package.html (The
default copies java
files only). Having to add the goals in here is ugly
but after
investigation, the only means would be writing of
another task that did
selective copy into the generated javadoc area: doing
the below is more
direct and easier to customize further. Note, I had to
change our site
layout and add a link to the javadoc into the navbar.
Because we have
our own task for javadoc generation, we can't add it to
the reports
list -- not unless we want to make our own plugin.
* project.properties
Added properties defined inside in the javadoc plugin so
they're available
to our overrides also.
* project.xml
Removed previous failed attempt at including doc-files
(It was copying them
to the jar file, not under javadoc tool.
(heritrix-javadoc): Added reference to new reporting
tool in place of
the default maven javadoc tool.
* src/java/org/archive/crawler/package.html
Added pointer to our processing chain graphic (There are
now two copies
under our docs; need to fix this. There are other
places where we have
duplication tooo: e.g. we have two copies at least of
our heritrix icon.
Fix (There already is an issue for this)).
CVS:
----------------------------------------------------------------------
CVS: Enter Log. Lines beginning with `CVS:' are removed
automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: maven.xml project.properties project.xml
CVS: src/java/org/archive/crawler/Heritrix.java
CVS: src/java/org/archive/crawler/package.html
CVS:
src/java/org/archive/crawler/writer/ARCWriterProcessor.java
CVS: src/webapps/selftest/index.jsp xdocs/navigation.xml
CVS:
----------------------------------------------------------------------


Closed.


Attached File

No Files Currently Attached

Changes ( 3 )

Field Old Value Date By
status_id Open 2004-04-20 02:36 stack-sf
close_date - 2004-04-20 02:36 stack-sf
resolution_id None 2004-04-14 00:52 stack-sf