
Platform:
========
Version of SCA: 5.0 GA - 5.0.0.0267
OS: Linux 2.6.23.15-137.fc8 #1 SMP Sun Feb 10 17:48:34 EST 2008 i686 i686 i386 GNU/Linux

Steps:
=====

1. Use SCA ant plugin and compile to get java nsts and also build a war.
	ant -Dbuild.compiler=com.fortify.dev.ant.SCACompiler -Dsourceanalyzer.buildid=dspace build_wars

3. Explode war files:
	cd build
	unzip -q dspace.war
	unzip -q dspace-oai.war

2. Use the exploded war directories to build the nsts for jsps
	cd build
	sourceanalyzer -b dspace -cp "**/*.jar:WEB-INF/classes:classes" "../**/*.xml" "../**/*.properties" .

3. Scan the build to get the results:
	sourceanalyzer -Xmx1600M -b dspace -scan -f dspace.fpr
