Nic Ferrier wrote:

> Ant is also very Java centric, Classpath has a lot of C (and C++ if we
> include the GCJ stuff). Make is perfect for those languages.

Yes, but on the other  hand 'make' is very C-centric (meaning that it 
sees dependencies as tree, not as graph). Fitting it to java is like 
putting a nail with screwdriver (?or was it other way around? - these 
idioms...)

For me main benefit of 'make' over 'ant', is that with 'make' and jikes 
you don't need a java set up to compile code.

Artur


_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to