>>> Paul Kinnucan <[EMAIL PROTECTED]> 27-Nov-00 9:11:43 AM >>>
>>i have a question regarding the depend switch for
>>the javac compiler. it seems like the -Xdepend switch
>>doesn't exist for javac anymore (at least for sdk 1.3).
>>it only works together with oldjavac. but jde-java-build
>>always turns on the -Xdepend switch. so for it to work
>>i have to either use oldjavac to compile, or rely on javac
>>to properly discover all classes that need to be
>>recompiled and use jde-compile. or is there a better way of
>>getting around this problem?
>The best way is to use the build command's makefile
>option. David Ponce's JMaker package (see contributed
>software page on the JDE website) generates a makefile
>for a project automatically.
The latest version of my jde-compile-plus module includes a
jde-buildall command which causes an @ file of the project contents to
be generated.
I am working on a system that builds the @ file contents based on
dependancies.
Let me know if you want a copy or subsribe to the JDE developers list
where I make irregular downloads.
Nic