Clean grab from svn and build with mvn(3.1) clean install -DskipTests=true failed on drools-compiler:-<br><br>[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (default-testCompile) on project drools-compiler: Compilation failure: Compilation failure:<br>
[ERROR] /home/manstis/workspaces/svn/drools-mvn3/trunk/drools-compiler/src/test/java/org/drools/agent/KnowledgeAgentTest.java:[132,14] cannot find symbol<br>[ERROR] symbol  : method removeEventListener(org.drools.event.knowledgeagent.KnowledgeAgentEventListener)<br>
[ERROR] location: interface org.drools.agent.KnowledgeAgent<br>[ERROR] /home/manstis/workspaces/svn/drools-mvn3/trunk/drools-compiler/src/test/java/org/drools/agent/KnowledgeAgentTest.java:[181,14] cannot find symbol<br>[ERROR] symbol  : method removeEventListener(org.drools.event.knowledgeagent.KnowledgeAgentEventListener)<br>
[ERROR] location: interface org.drools.agent.KnowledgeAgent<br>[ERROR] /home/manstis/workspaces/svn/drools-mvn3/trunk/drools-compiler/src/test/java/org/drools/agent/KnowledgeAgentTest.java:[230,14] cannot find symbol<br>[ERROR] symbol  : method removeEventListener(org.drools.event.knowledgeagent.KnowledgeAgentEventListener)<br>
[ERROR] location: interface org.drools.agent.KnowledgeAgent<br><br>Is there some (incomplete) work in progress to be commited?<br>