|
From: | Artur Biesiadowski |
Subject: | Re: build ideas |
Date: | Wed, 17 Oct 2001 14:57:10 +0200 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5) Gecko/20011012 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |