[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: No VM02 at KFest?
On Jul 24, 1:33 am, DaveSchmenk <dschm...@gmail.com> wrote:
> I probably should look into that. Just another build system for me to
> be bad at ;-) VM02 expanded beyond my ability to make simple makefile
> rules to get it to do what I wanted. I'm sure someone who knew what
> they were doing could pound out a 10 line makefile that did mine does.
The good and bad thing about ant is the build file is XML. Good,
because you don't have that strange situation where Make will barf
strangely because of a space in front of a tab, but because it's well,
XML.
And since it's Java it runs everywhere... Getting a GNU compatible
make on Windows used to be a PITA - might well still be for all I know
Matt