www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Ant tasks

reply "Frank Benoit (keinfarbton)" <benoit tionex.removethispart.de> writes:
In the descent project svn, there is an initial version of Apache ANT tasks.
http://www.dsource.org/projects/descent/browser/trunk/anttasks

D            - compile D programs using the dependency from dmd -v
BinToD       - convert any binary file into a constant array
DBuildNumber - increments a build number in a given D module

For compiling D programs, only DMD is currently implemented.
I hope this is useful for somebody.
Jan 07 2007
parent Stewart Gordon <smjg_1998 yahoo.com> writes:
Frank Benoit (keinfarbton) wrote:
 In the descent project svn, there is an initial version of Apache ANT tasks.
<snip> For those who, like me, are wondering what on earth an ANT task is: http://en.wikipedia.org/wiki/Apache_Ant Stewart.
Jan 10 2007