|
Re: Python Decorators III: A Decorator-Based Build System
|
Posted: Nov 6, 2008 5:00 AM
|
|
Bruce, regarding Ant (for Java building), Rake (for being on Top of a PL), Python (for staying in same language):
Perhaps you should have a look at gradle (http://www.gradle.org), an upcoming build tool even fit for larger projects. Primarily built on Groovy yet, the author's idea is to provide eventually a Java core and let it be used by other languages (see roadmap: "Supporting multiple languages for build scripts (e.g. JRuby, Jython)" ).
|
|