Travis Shirk wrote:
> (1) I don't want CVS to try and merge .class
> files and
put file(s) cvsignore in the working dir and under all subdirs in the package
hierarchy.
> (2) people working with the repository should need to do a cvs add
> on only the source file and not the new .class file.
there is a file(script) commitinfo under cvsroot/CVSROOT. It's used to verify what
users want to
checkin, and allow(disallow) commit.
> javac -depend but I don't think it likes how I organize
try to use javadeps (http://www.cs.mcgill.ca/~stever/software/JavaDeps/)
For me, I use separate paths for .java and .class files, and run compiler with -d
switch.
The Makefile I've composed checks dependencies, does call of jdeps tool, and finaly
runs jikes.
_____________________
Alexander