Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #20181
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Getting A Build Process In Place |
| Date | 2012-12-08 00:51 -0800 |
| Organization | Canadian Mind Products |
| Message-ID | <riv5c89jgrm11ielaj5ap1loq37qujgf9l@4ax.com> (permalink) |
| References | <5e2d6688-c429-4551-956f-8e8108a339c5@googlegroups.com> |
On Fri, 7 Dec 2012 02:06:39 -0800 (PST), Lee Theobald <lee@ltheobald.co.uk> wrote, quoted or indirectly quoted someone who said : > >I'm trying to get our company build process a little more automated and wou= >ld appreciate some feedback on where to direct our attention. The current = >build process works as follows: The way I do it is use a Java program to stomp out ANT scripts. This way I have to specify a bare minimum to build a project and I can change the way every build script works by changing one line of code. ANT is very quick at compiling because it loads javac only once. It also has GenJar which figures out by itself what to include in the Jar. I can't compare it with Maven. Maven docs did not speak to me in the terms I wanted to understand what it does before I would invest in the learning curve. ANT is preposterously verbose, but at least is its comprehensible. -- Roedy Green Canadian Mind Products http://mindprod.com Students who hire or con others to do their homework are as foolish as couch potatoes who hire others to go to the gym for them.
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Getting A Build Process In Place Lee Theobald <lee@ltheobald.co.uk> - 2012-12-07 02:06 -0800
Re: Getting A Build Process In Place Leif Roar Moldskred <leifm@dimnakorr.com> - 2012-12-07 04:36 -0600
Re: Getting A Build Process In Place Arne Vajhøj <arne@vajhoej.dk> - 2012-12-07 20:13 -0500
Re: Getting A Build Process In Place Leif Roar Moldskred <leifm@dimnakorr.com> - 2012-12-07 20:44 -0600
Re: Getting A Build Process In Place Roedy Green <see_website@mindprod.com.invalid> - 2012-12-08 00:51 -0800
Re: Getting A Build Process In Place Arne Vajhøj <arne@vajhoej.dk> - 2012-12-09 18:47 -0500
Re: Getting A Build Process In Place Fredrik Jonson <fredrik@jonson.org> - 2012-12-08 10:45 +0000
Re: Getting A Build Process In Place Lee Theobald <lee@ltheobald.co.uk> - 2013-01-24 01:45 -0800
Re: Getting A Build Process In Place Roedy Green <see_website@mindprod.com.invalid> - 2013-01-26 19:24 -0800
csiph-web