• 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

ANT API

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,
I'm using the ANT API inorder to connect to CVS and checkout the required files from CVS. I'm using the AbstractCvsTask class for performing the task. I created connections and set the other propoerties by making use of the set methods. Inorder to execute the CVS command I used the method execute(). When I tried to run the program I got a NULL pointer exception. Can anybody help me in finding a way out. Or please provide me any sample code in doing the above process.
Thanks in advance,
Narayana.
reply
    Bookmark Topic Watch Topic
  • New Topic