On 12/28/00 3:41 AM, "Jason Rosenberg" <[EMAIL PROTECTED]> wrote:

> An even more basic case of the one to many mapping
> is the case of a .java file which has local private classes
> declared.  This will produce multiple .class files.   Does
> the current <javac> task handle that properly?

Since the dependancy tracking in the current Javac task does timestamp based
detection on the source file vs. the public class of the source file, it
will pick up a change to the source file and compile it no matter where the
change is.

-- 
James Duncan Davidson                                        [EMAIL PROTECTED]
                                                                  !try; do()

Reply via email to