Timetabling Development using NetBeans

From UniTimeWiki

Jump to: navigation, search

Contents

Create Project

  1. Menu CVS -> Checkout
  2. Set CVS Root, click Next
    Anonymous access (see CVS Access for details):
    Image:netbeans_setup01a.png
    Developer access (see CVS Access for details):
    Image:netbeans_setup01b.png
  3. Set Module and Branch, click Finish
    Image:netbeans_setup02.png
    Wait for NetBeans to checkout the UniTime project.
  4. Click Create Project
    Image:netbeans_setup03.png
  5. Select category Web, project Web Application with Existing Ant Script
    Image:netbeans_setup04.png
  6. Set Location, click Next
    Image:netbeans_setup05.png
  7. Click Next
    Image:netbeans_setup06.png
  8. Set Context Path, click Next
    Image:netbeans_setup07.png
  9. Click Next
    Image:netbeans_setup08.png
  10. Add 3rd_party/*.jar and WebContent/WEB-INF/lib/*.jar, click Next
    Image:netbeans_setup09.png
  11. Click Finish
    Image:netbeans_setup10.png

Build Project

Right click on UniTime project, select Build Project.

Deploy Project

Right click on UniTime project, select Deploy Project. Note that TOMCAT_HOME environmental variable need to be set and point to your local installation of Apache Tomcat 5.5 or later.

Run Project

Right click on UniTime project, select Run Project. Note that TOMCAT_HOME environmental variable need to be set and point to your local installation of Apache Tomcat 5.5 or later.

Update Project

Right click on UniTime project, select CVS -> Update.

Personal tools