Configure NetBeans for Maven- 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.
- In NetBeans, go to "Tools" > "Options." (screenshot)
- Click the "Miscellaneous" tab, then click the "Maven" subtab.
- Enter the path where you installed Maven. (screenshot)
Check Out PSI Probe Source- In NetBeans, go to "Team" > "Subversion" > "Checkout..." (screenshot)
- 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.
- Click "Next" and wait for NetBeans to connect to the repository.
- Enable "Skip 'trunk' and checkout only its contents."
- Enter or browse to the location where you would like to check out the PSI Probe source code. (screenshot)
- Click "Finish." It may take a while to check out.
- Assuming you have NetBeans configured to use Maven, a dialog will appear informing you that projects have been checked out. Click "Open Project..." (screenshot)
- Select the "PSI Probe" project and enable "Open Required" near the bottom. Then click "Open." (screenshot)
Compiling and Packaging PSI Probe from Source- 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.
- Right-click the "PSI Probe" base project and select "Build" or "Clean and Build." (screenshot)
|