hi all,
I'm looking at the build.xml that andi sent to the list, and barring a few
java-specific idiosyncrasies I like it a lot.
it provides a nice, easy way to extend the system (think:
<target name="phpdoc">
<phpdoc sourcedir="${build.dir}" targetdir="${docs.dir}"/>
</target>
etc.
I am not in love with the idea of installing a jre to run make, but I can
see using a similar format in any system we come up with.
All the better, because we can php2xml these build files and run a really
fast php-native make system (hehe)
I'll have a look at the ants code..
_alex
|