-
Constructor Summary
Constructors
-
Method Summary
List<org.codehaus.plexus.compiler.CompilerMessage>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EcjResponseParser
public EcjResponseParser()
-
Method Details
-
parse
public List<org.codehaus.plexus.compiler.CompilerMessage> parse(File xmltf,
boolean errorsAsWarnings)
throws Exception
- Parameters:
xmltf
- the xml file
errorsAsWarnings
- should we treat errors as warnings
Scan the specified response file for compilation messages.
- Throws:
Exception