Ant (with Python extensions) good replacement for distutils?

Steve Christensen stnchris at xmission.com
Mon Dec 5 20:25:51 EST 2005


On 2005-12-05, seberino at spawar.navy.mil <seberino at spawar.navy.mil> wrote:
> I know distutils well but don't know anything about Ant except that it
> is a build tool from Apache project.
>
> Could it possible be better or as good as distutils?
> (There are extensions for Python.)


Ant is... ugh. If you're doing Java, it's definitely the choice since
it's got so much infrastructure built around it.

But, if you are investigating software builds, look at (one or all) of
the following:

    SCons       <http://www.scons.org>

    Boost Build <http://www.boost.org/tools/build/v1/> 
		and
		<http://www.boost.org/tools/build/v2/>

    A-A-P       <http://www.a-a-p.org>


-Steve
-- 
The day he found out I could turn bacon into candy, he was mine forever.
    -- Awillis, a.r.k.



More information about the Python-list mailing list