Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 91297 invoked from network); 18 Dec 2001 18:42:17 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 18 Dec 2001 18:42:17 -0000 Received: (qmail 26567 invoked by uid 97); 18 Dec 2001 18:42:16 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 26550 invoked by uid 97); 18 Dec 2001 18:42:16 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 26539 invoked from network); 18 Dec 2001 18:42:15 -0000 Date: Tue, 18 Dec 2001 10:43:28 -0800 (PST) From: X-X-Sender: To: Ant Developers List cc: Subject: Re: [Ant-contrib-developers] Re: Fw: C/C++ task In-Reply-To: <002001c187eb$c1628c50$7600a8c0@CurtMicron> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Tue, 18 Dec 2001, Curt Arnold wrote: > There were three base implementations, one by Adam Murdoch > (http://marc.theaimsgroup.com/?l=ant-dev&m=99292381001765&w=2), one by Mark > Russell (http://marc.theaimsgroup.com/?l=ant-dev&m=99296305924721&w=2) and > one by Dave Smith > (http://marc.theaimsgroup.com/?l=ant-dev&m=100818244222418&w=2), and now we > know of a fourth in Tomcat. Each one of the messages has an attached zip > files. Thanks. A quick feature compare with tomcat's version: we don't have XLC_R and Sunworkshop compilers, and dependency checking is not parsing C files but recompiles on any .h modification. We do support netware compiler ( mwcc ), libtool, gcj ( including some fancy things like properties - I'm talking about gcj as java->so compiler ). That besides gcc, msvc which seems to be common in all. Also tomcat's task doesn't generate exe, only libs ( we didn't had any need for that so far ). For the moment libtool compiler is the one we use ( and it is supposed to support other unix compilers transparently, so Sunworkshop is suppsed to work - but I haven't tried ). Costin -- To unsubscribe, e-mail: For additional commands, e-mail: