Ticket #93 (closed task: fixed)

Opened 2 years ago

Last modified 1 year ago

Integrate javadocs and continuum into trac

Reported by: ebrown Assigned to: amit
Priority: unassigned Milestone:
Component: build-system Version: 0.5-SNAPSHOT
Keywords: infrastructure cleanup Cc:
Blocking: Blocked By:

Description

Has already been prototyped mostly, just needs cleanup. See http://gandalf.topazproject.org/tractest. I have access to the developer of both of the required maven/trac plugins.

Dependency Graph

Change History

08/02/06 19:50:09 changed by ebrown

(In [362]) Generates topaz javadocs

This is not the final solution, but I thought the docs might be useful to others and this works for now. It is a copy of all the stuff I did in head/docs, but it requires the same set of <dependency> directives and it is painful enough maintaining those in two places as it is - to add a third place is unreasonable. (Sorry, it does not generate plosone java docs.)

To run, do:

cd head/topazproject; mvn generate-sources
cd head/topazproject/integrationtests; mvn site-deploy

Docs will end up in /tmp/site. This can be changed by setting the <topazproject.site.url> in your settings.xml. That's the way it will be done in continuum.

Running the generate-sources target will allow javadoc generation for client services (which can be very useful).

re #91 and #93

08/16/06 15:27:43 changed by ebrown

(In [463]) re #93, #119 Generate docs into topazproject.install.dir and remove explicit paths from build.sh

This also integrates javadocs into trac and adds surefire reporting for when integration tests fail.

08/07/07 16:25:51 changed by

  • milestone deleted.

Milestone Bugs deleted

10/29/07 20:33:13 changed by amit

  • owner changed from ebrown to amit.
  • component changed from infrastructure to build-system.

01/11/08 08:11:25 changed by amit

  • status changed from new to closed.
  • resolution set to fixed.