My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
IDEConfigNetBeans  
Instructions for setting up the project in NetBeans
Updated Sep 6, 2011 by MALfunct...@gmail.com

Configure NetBeans for Maven

  1. Download and install Apache Maven.
    • If you are using JDK 1.4, get version 2.0.x (preferably 2.0.9+).
    • If you are using JDK 1.5 or higher, get the latest version.
  2. In NetBeans, go to "Tools" > "Options." (screenshot)
  3. Click the "Miscellaneous" tab, then click the "Maven" subtab.
  4. Enter the path where you installed Maven. (screenshot)

Check Out PSI Probe Source

  1. In NetBeans, go to "Team" > "Subversion" > "Checkout..." (screenshot)
  2. Enter the URL for psi-probe (http://psi-probe.googlecode.com/svn/trunk) and leave the credential blank. (screenshot)
    • Note to project committers: use https and enter your Google Code account information.
  3. Click "Next" and wait for NetBeans to connect to the repository.
  4. Enable "Skip 'trunk' and checkout only its contents."
  5. Enter or browse to the location where you would like to check out the PSI Probe source code. (screenshot)
  6. Click "Finish." It may take a while to check out.
  7. Assuming you have NetBeans configured to use Maven, a dialog will appear informing you that projects have been checked out. Click "Open Project..." (screenshot)
  8. Select the "PSI Probe" project and enable "Open Required" near the bottom. Then click "Open." (screenshot)

Compiling and Packaging PSI Probe from Source

  1. You may see errors for some of the sub-projects.
    • Some of these will be fixed when you perform your first build and Maven downloads the artifacts.
    • You will need to install the ojdbc14 and tomcat-jdbc Maven artifacts manually. See readme.txt for more details.
  2. Right-click the "PSI Probe" base project and select "Build" or "Clean and Build." (screenshot)
Powered by Google Project Hosting