• 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

NetBeans IDE importing a project to cvs wont copy jar file from library.

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,

I am developing a project using NetBeans 6.5.1 IDE. When I want to upload my code to CVS, i use to do like this.

In Menu -> Versioning > Import into Repository.

There i am giving CVS user name and password and location of module where i want to store my project code.

Here my problem is ,

when i import my project, all the java classes are saved in the CVS except jar file which are there in library.


I want to store these jar files also when i import a project into CVS so that when i again checkout this project i should run without any problem.

I done some changes like cvswrappers file to include jar files. but still its not working.



Please help me to resolve this problem.

Thanks in advance!
Asif
 
Asif Usman
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Asif Usman wrote:Hello All,

I am developing a project using NetBeans 6.5.1 IDE. When I want to upload my code to CVS, i use to do like this.

In Menu -> Versioning > Import into Repository.

There i am giving CVS user name and password and location of module where i want to store my project code.

Here my problem is ,

when i import my project, all the java classes are saved in the CVS except jar file which are there in library.


I want to store these jar files also when i import a project into CVS so that when i again checkout this project i should run without any problem.

I done some changes like cvswrappers file to include jar files. but still its not working.



Please help me to resolve this problem.

Thanks in advance!
Asif

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic