Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

setting up Jbuilder with sourcesafe

Status
Not open for further replies.

patricktwo

Programmer
Jul 6, 2002
10
0
0
US
I am trying to set up Jbuilder and using SourceSafe to provide configuration management. We are using java and jsp.
The current directories we use are:
java source folder
java jsp folder
WEB-INF (subfolder)
classes (subfolder)
lib (subfolder)

The java source folder contains the source files. When we compile the source the object code is placed in the classes folder. The war file is then created from the java jsp folder.

How do I place this in SourceSafe?
 
There's a 'Team' menu on the JBuilder menu bar. If you pick 'Select Project VCS' from here you'll get an opportunity to choose Visual Sourcesafe. You can then use the 'Team' menu to configure the settings for SourceSafe... it'll need to know stuff such as the location of the vss.exe and login info.

Once set up you can place your JBuilder project into VSS, and JB will allow you to choose the directories/files to put in and which to exclude.

Will advise more if you run into problems.

Tim
---------------------------
"Your morbid fear of losing,
destroys the lives you're using." - Ozzy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top