CVS Checkout
To check out the project files complete the following steps.
-
Start Netbeans.
-
Click on the "Checkout..." menu item in the "Team" menu.
This will pop up a wizard for entering the required information.
The remaining steps refer to steps in that wizard.
-
You should see the "CVS Root" dialog below.
-
Click on the "Edit" button at the end of the "CVS Root:" combo
box.
This will bring up the following dialog:
Enter everything as shown above except use your own UMD login
name and use "marengo.d.umn.edu" as the host.
Then click the "OK" button.
Continue filling out the "CVS Root" dialog.
-
Click on the "Use Internal SSH" radio button.
-
Enter your UMD password in the "Password" text field.
-
Click on the "Next" button.
-
You should see the "Module to Checkout" dialog below.
-
Enter "JSLIB" in the "Module:" text field.
-
Leave the "Branch:" text field blank.
-
Specify the folder in which you want the project files
subdirectory in the "Local Folder:" text field.
A new folder named "JSLIB" will be placed in the folder that you
specify.
-
Click on the "Finish" button.
When a dialog asks you if you want to create a project for the
checked out file click on "Cancel" - Netbeans does not create the
kind of project that you need.
That completes the CVS checkout.
You should check to make sure the new folder "JSLIB" was created
correctly.
Creating the Netbeans Project
-
In Netbeans, click on the "New Project..." menu item in the "File"
menu.
You should see the "Choose Project" dialog below.
Fill in this dialog as shown above.
Then click on the "Next" button.
-
You should see the "Name and Location" dialog below.
Fill in the "Project Name:" and "Project Location:" text fields with
the name and location that you want for the project folder.
The "Project Folder:" text field will fill in automatically.
The location has no relation to the files you checked out earlier.
They will soon be added to the project.
Now click on the "Finish" button.
A new project should appear soon in the "Projects - Development" pane.
When it does, right click on the bottom "Properties" menu item.
-
You should see the "Project Properties" dialog below.
If necessary click on the "Sources" button in the "Categories:" pane.
Click on the entry in the "Source Package Folders:" pane then click
the "Remove" button to the right.
You can also remove the entry in the "Test Package Folders:" in the
same way.
Now click on the "Add Folder..." button to the right of the "Source
Package Folders" pane.
Use the "Add Source Folder" browser that pops up to locate the "JSLIB"
directory that you checked out earlier.
Select it then click on the "OK" button.
That completes the creation if the Netbeans project.
Browse through the source folders to make sure you got everything.
There should be 4 .css files, 9 .js files, a "test" subdirectory, and a
"documentation" subdirectory.