Opened 16 years ago

Closed 16 years ago

#259 closed defect (fixed)

javadoc not being executed

Reported by: Stephen Siegel Owned by: zirkel
Priority: major Milestone:
Component: Administration Version:
Keywords: javadoc documentation Cc:

Description

The currently post-commit script is not running the javadoc utility and updating the javadocs. It was done in the perl script previously as follows:

system("ant javadoc");
system("scp -r doc/javadoc/* vsl.cis.udel.edu:/home/www/vsl/tass/api");

But the directories are different now with the new set up. It needs to be incorporated into the regular post-commit script.

Change History (2)

comment:1 by zirkel, 16 years ago

Owner: set to zirkel
Status: newaccepted

comment:2 by zirkel, 16 years ago

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.