I have the following lines in my build file. Those lines are responsible to generate the
EJB interface classes.
<iterate template="beanutil.jtp"/>
<iterate template="home.jtp"/>
<iterate template="local-home.jtp"/>
<iterate template="remote.jtp"/>
<iterate template="local.jtp"/>
<iterate template="primary-key.jtp"/>
I can't find any of those jtp files. And I can't find information of 'iterate' on
Ant manual.
Does anyone know what jtp files are and where they are stored? And where can I find documents of iterate?
Thanks in advance.