• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Ant build - what are 'iterate' and jtp file ?

 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"iterate" is not a standard Ant task. It's probably some thirdparty task. Never heard of it before...
 
And inside of my fortune cookie was this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic