// compilers to be plugged in. Maybe we can steal... ehmmm, borrow.. some
// Tomcat code for this :) (SM)
Main compiler = new Main(err, "javac");
if (!compiler.compile(compilerArgs)) {
// Massage message
int pos = fullFilename.length() + 1;
StringBuffer buffer = new StringBuffer();
String[] errorLines = XSPUtil.split(err.toString(), "\r\n");
for (int i = 0; i < errorLines.length; i++) {