The following pages might be of use:
make checkjunk
and adding files as appropriate to the makefiles
$PTII/util/testsuite/chkjava
on the java files and fix problems
$PTII/util/testsuite/jindent
on the java files and indent the files to the Ptolemy II
coding standard.
$PTII/adm/copyright/fixcopyrights
(not shipped with
the release) and update the copyrights on the .java
, .tcl
and makefiles
$PTII/adm/copyright/chkcopyright
on all the files.
find . -type f -print > ~/tmp/ff sh ~ptII/adm/copyright/chkcopyright `cat ~/tmp/ff | grep -v .class | grep -v codeDoc | grep -v xml | grep -v alljtests.tcl | grep -v .htm | grep -v qcf | grep -v .dtd | grep -v gif`
To make a branch for 4.0-beta, use the following command:
cd $PTII cvs tag -b rel-4-0-betaThen check out the release branch with
cd ~/src cvs co -r rel-4-0-beta ptII mv ptII ptII4.0-beta
Last Updated: $Date: 2004/06/18 00:12:09 $