• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Is it possible to export ANT build file from WSAD 5.1.1

 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We use WSAD 5.1.1 for one of my J2EE applications containing EJBs. In production the application is deployed as an EAR file on Websphere application server. Currently we use WSAD to generate the EAR file for us.
My query is that is it possible to export the ANT build script from WSAD, so that we can build EAR file independently without using WSAD? (I know that Eclipse provides this option)
 
reply
    Bookmark Topic Watch Topic
  • New Topic