• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to build and deploy single war file using ant

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
we are using ant 1.6.1 version for building and deploying an application. application contains various modules. we have separate build.xml files for each module. i alreday deployed .ear file into the server. but i made changes in one of the modules. now i want to deploy this module only into the server instead of building whole project.
i am using Ecllipse for editing/compilation.
could u help me out in solving this problem by giving ,what are the steps to take after compilation in ecllipse.
with regards
vg reddy
 
Ranch Hand
Posts: 1258
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ant only rebuilds components that have changed ... or components that depend on components that have changed. So, it shouldn't be a problem for you.
 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi ,
i m trying to update an ear file through ant. i guess u had the same task?
can u share with methe way u did it..
 
reply
    Bookmark Topic Watch Topic
  • New Topic