
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. First build the war
	cd mvnforum
	ant war

2. Explode war files:
	cd ../build/build-mvnforum/war/
	unzip -q mvnforum.war

3. Use the exploded war directories to build the nsts for jsps
	sourceanalyzer -b mvnforum -cp "**/*.jar:WEB-INF/classes" .

4. Scan everything except jsps using SCA command line:
	sourceanalyzer -b mvnforum -cp "**/*.jar:./build/build-myvietnam/classes:./build/build-mvnforum/classes:$ANT_HOME/lib/**/*.jar" m* -source 1.5 -exclude "**/*.jsp"

5. Scan the build to get the results:
	sourceanalyzer -Xmx1800M -b mvnforum -scan -f mvnforum.fpr
5a. Scan the build with custom rule for DisableHtmlTagFilter cleanse function:
	sourceanalyzer -Xmx1800M -b mvnforum -rules mvnforum_customrules.xml -scan -f mvnforum.fpr
