|
My lazy header ... | |||||
web.build.hot.html
|
+--init
Generates the whole web site from scratch in HTML format, and hot-deploys it on a local PHP server.
web.build.hot.php
.
<target depends="init" description="Generates the whole web site from scratch in HTML format, and hot-deploys it on a local PHP server." name="web.build.hot.html" > <antcall target="web.build.hot.php"> <param name="GENERATE_PHP" value="no" /> </antcall> </target> |
|
... is just like my footer! | |||||
com.icl.saxon.TransformerFactoryImpl