• 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

WSAD and CVS

 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey All,
I have a question about using CVS and WSAD 5.0. I have an ear file that has all of my classes and jsp files. I can import this ear file into WSAD but, the ear file doesn't contain the source. The source is in CVS. I can connect to CVS and get the source code through WSAD. Problem is how do you tie the two together. Can someone help me out or point me in the right direction?
Thanks in advance,
Trish
 
Ranch Hand
Posts: 365
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OK so you have some java source in one and the ear in the other. You may need to play with it a bit. Copy the files directory from you drive into the ear directory. or maybe you will have to create the packages first. If worst comes to worst you will have to create a new Ear project and War project and do an import to get all of these files in the same place.
Wish I could be of more help.
reply
    Bookmark Topic Watch Topic
  • New Topic