3 messages in com.perforce.jammingJam for Java
FromSent OnAttachments
Ames...@cloudscape.com25 Feb 1997 13:01 
Jon ...@2ni.com25 Feb 1997 13:10 
Jym ...@sybase.com25 Feb 1997 13:36 
Subject:Jam for Java
From:Jym ...@sybase.com (Jym @sybase.com)
Date:02/25/1997 01:36:37 PM
List:com.perforce.jamming

=o= Rather than have jam duplicate javac's built-in dependency checking, I've been trying out a different strategy: building a top-level "all" class, which is itself dependent on all the other classes (the ones we're really interested in) in a given directory tree. So far it works like a charm.

=o= Things like javadoc and javah are trickier for both of us, it seems. I've been able to handle it with ClearCase magic, which is pretty slick, but kind of messy . . . <_Jym_>