When trying to compile the current cvs-snapshot, it fails
with the following error:
compile:
[javac] Compiling 165 source files to ...\scopemvc2
\target\classes
[javac] ...\scopemvc2
\src\org\scopemvc\controller\ExitRequestAction.java:102
: cannotresolve symbol
[javac] symbol : constructor ActionException
(java.lang.String)
[javac] location: class org.scopemvc.ActionException
[javac] ActionException actionException = new
ActionException(CANNOT_EXIT_MSG);
[javac] ^
[javac] 1 error
BUILD FAILED