cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

CheckoutSailfinUpdateBranch

To work on updating the server integration plugin to support SF, you need to:

  1. checkout nbbuild against the date "Thursday, October 18, 2007 2:17:20 PM UTC"
    cvs -d :pserver:<nb.org-id>@cvs.netbeans.org:/cvs co -D nbbuild
  2. cd into the nbbuild dir and do the ant checkout thing
    cd nbbuild
    ant checkout
  3. move the integration plugin code to the branch
    cd ../serverplugins/sun
    cvs update -r sailfin_support_in_six_oh_update appsrv appsrv81 appsrvbridge sunddui sunddapi
  4. move the j2eeserver code onto the branch
    cd ../../j2eeserver
    cvs update -r sailfin_support_in_six_oh_update
  5. do the initial build
    cd ../nbbuild
    ant build-nozip