ant build
Generates text that depends on changing data (like dynamic HTML).
Brought to you by:
revusky
in ant's build file ,I use <freemarker basedir="xml" destdir="html" includes="**/*.xml" template="**/*.ftl" templatedir="ftl"/> cannot be run
and
<freemarker basedir="xml" destdir="html" includes="**/*.xml" template="faq.ftl" templatedir="ftl"/> will execute all xml data and ftl template
but
<freemarker basedir="xml" destdir="html" includes="**/*.xml" templatedir="ftl"/> cannot be run
it will not be this.
hi