Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] gpg AKA ant
- Date: Wed, 20 Aug 2003 12:36:26 +0900 (JST)
- From: "J. David Beutel" <jdb@example.com>
- Subject: Re: [tlug] gpg AKA ant
On Sun, 17 Aug 2003, Jake Morrison wrote: > Make certainly has its weaknesses, but I have never really > liked Ant. The Ant build files are very verbose compared to > make, often typically three times the size. The main > reason for its existence seems to be that javac doesn't > work the same as standard Unix compilers, so the makefiles > are a pain to write. What was Sun thinking? > And the whole idea of writing cross-platform > make extensions in Java is disturbing, considering Java's > "least common denominator" approach to OS interfaces. > Compared to GNU Make + external programs or SCons > (http://www.scons.org/) Ant is really not very impressive. In ant's defense, 1. It handles groups of files better than make. E.g., <javac src="src/java" includes="util/**/*.java,**/core/**/*.java" excludes="**/*Test*"/> 2. It provides access to many Java APIs, e.g., <junit>, <sql>, <xslt>. 3. It's cross-platform. Make isn't (except for trivial stuff). 4. It's the de facto standard for Java. 11011011
- Follow-Ups:
- Re: [tlug] gpg AKA ant
- From: Jake Morrison
- References:
- Re: [tlug] gpg AKA ant
- From: Jake Morrison
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] multicd recorder for ISO 9660
- Next by Date: Re: [tlug] gpg AKA ant
- Previous by thread: Re: [tlug] Make alternatives [was: gpg AKA ant]
- Next by thread: Re: [tlug] gpg AKA ant
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links