drools-compiler builds successfully now (I saw an update in svn for KnowledgeAgent) but drools-ant fails now:-

[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /home/manstis/workspaces/svn/drools-mvn3/trunk/drools-ant/src/main/java/org/drools/contrib/DroolsCompilerAntTask.java:[522,12] setClassLoader(java.lang.ClassLoader...) has private access in org.drools.compiler.PackageBuilderConfiguration
[ERROR] /home/manstis/workspaces/svn/drools-mvn3/trunk/drools-ant/src/main/java/org/drools/contrib/DroolsCompilerAntTask.java:[546,12] setClassLoader(java.lang.ClassLoader...) has private access in org.drools.compiler.PackageBuilderConfiguration
[INFO] 2 errors

Still skipping tests.

On 4 December 2010 21:59, Michael Anstis <michael.anstis@gmail.com> wrote:
I saw that, but I skipped tests on my local build.

It is the compile phase on drools-compiler that threw the errors.

 
On 4 December 2010 21:53, Mark Proctor <mproctor@codehaus.org> wrote:
On 04/12/2010 21:38, Michael Anstis wrote:
Clean grab from svn and build with mvn(3.1) clean install -DskipTests=true failed on drools-compiler:-

[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:
[ERROR] /home/manstis/workspaces/svn/drools-mvn3/trunk/drools-compiler/src/test/java/org/drools/agent/KnowledgeAgentTest.java:[132,14] cannot find symbol
[ERROR] symbol  : method removeEventListener(org.drools.event.knowledgeagent.KnowledgeAgentEventListener)
[ERROR] location: interface org.drools.agent.KnowledgeAgent
[ERROR] /home/manstis/workspaces/svn/drools-mvn3/trunk/drools-compiler/src/test/java/org/drools/agent/KnowledgeAgentTest.java:[181,14] cannot find symbol
[ERROR] symbol  : method removeEventListener(org.drools.event.knowledgeagent.KnowledgeAgentEventListener)
[ERROR] location: interface org.drools.agent.KnowledgeAgent
[ERROR] /home/manstis/workspaces/svn/drools-mvn3/trunk/drools-compiler/src/test/java/org/drools/agent/KnowledgeAgentTest.java:[230,14] cannot find symbol
[ERROR] symbol  : method removeEventListener(org.drools.event.knowledgeagent.KnowledgeAgentEventListener)
[ERROR] location: interface org.drools.agent.KnowledgeAgent

Is there some (incomplete) work in progress to be commited?
See email about knowledge agent stuff sent a few hours ago. soemthing broke the kagent tests on trunk and hudson won't build, I don't know what it is. So I'm taking this opportunity as it's the weekend to refactor the tests to be more robust and run faster.

Mark
_______________________________________________ rules-dev mailing list rules-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-dev


_______________________________________________
rules-dev mailing list
rules-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-dev