[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-4199) Compilation errors in drools-ide builder

Nick Boldt (JIRA) jira-events at lists.jboss.org
Thu Apr 23 11:53:26 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBIDE-4199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12464128#action_12464128 ] 

Nick Boldt commented on JBIDE-4199:
-----------------------------------

Building Drools from trunk, we get this:

     [java]     [mkdir] Created dir: /home/hudson/hudson_workspace/workspace/devstudio-nightly-2.1.0.Alpha1/jbds-build/eclipse/plugins/org.drools.eclipse/@dot
     [java]     [javac] Compiling 415 source files to /home/hudson/hudson_workspace/workspace/devstudio-nightly-2.1.0.Alpha1/jbds-build/eclipse/plugins/org.drools.eclipse/@dot
     [java]     [javac] ----------
     [java]     [javac] 1. ERROR in /home/hudson/hudson_workspace/workspace/devstudio-nightly-2.1.0.Alpha1/jbds-build/eclipse/plugins/org.drools.eclipse/src/main/java/org/drools/eclipse/DroolsEclipsePlugin.java (at line 440)
     [java]     [javac] 	packageDescr.setNamespace( builder.getPackageBuilderConfiguration().getDefaultPackageName() );
     [java]     [javac] 	                                                                    ^^^^^^^^^^^^^^^^^^^^^
     [java]     [javac] The method getDefaultPackageName() is undefined for the type PackageBuilderConfiguration
     [java]     [javac] ----------
     [java]     [javac] ----------
     [java]     [javac] 2. ERROR in /home/hudson/hudson_workspace/workspace/devstudio-nightly-2.1.0.Alpha1/jbds-build/eclipse/plugins/org.drools.eclipse/src/main/java/org/drools/eclipse/debug/core/DroolsDebugTarget.java (at line 88)
     [java]     [javac] 	addJDIEventListener(new IJDIEventListener() {
     [java]     [javac] 	                        ^^^^^^^^^^^^^^^^^^^
     [java]     [javac] The type new IJDIEventListener(){} must implement the inherited abstract method IJDIEventListener.eventSetComplete(Event, JDIDebugTarget, boolean, EventSet)
     [java]     [javac] ----------
     [java]     [javac] 3. ERROR in /home/hudson/hudson_workspace/workspace/devstudio-nightly-2.1.0.Alpha1/jbds-build/eclipse/plugins/org.drools.eclipse/src/main/java/org/drools/eclipse/debug/core/DroolsDebugTarget.java (at line 88)
     [java]     [javac] 	addJDIEventListener(new IJDIEventListener() {
     [java]     [javac] 	                        ^^^^^^^^^^^^^^^^^^^
     [java]     [javac] The type new IJDIEventListener(){} must implement the inherited abstract method IJDIEventListener.handleEvent(Event, JDIDebugTarget, boolean, EventSet)
     [java]     [javac] ----------
     [java]     [javac] 4. ERROR in /home/hudson/hudson_workspace/workspace/devstudio-nightly-2.1.0.Alpha1/jbds-build/eclipse/plugins/org.drools.eclipse/src/main/java/org/drools/eclipse/debug/core/DroolsDebugTarget.java (at line 234)
     [java]     [javac] 	class ThreadDeathHandler
     [java]     [javac] 	      ^^^^^^^^^^^^^^^^^^
     [java]     [javac] The type DroolsDebugTarget.ThreadDeathHandler must implement the inherited abstract method IJDIEventListener.eventSetComplete(Event, JDIDebugTarget, boolean, EventSet)
     [java]     [javac] ----------
     [java]     [javac] 5. ERROR in /home/hudson/hudson_workspace/workspace/devstudio-nightly-2.1.0.Alpha1/jbds-build/eclipse/plugins/org.drools.eclipse/src/main/java/org/drools/eclipse/debug/core/DroolsDebugTarget.java (at line 234)
     [java]     [javac] 	class ThreadDeathHandler
     [java]     [javac] 	      ^^^^^^^^^^^^^^^^^^
     [java]     [javac] The type DroolsDebugTarget.ThreadDeathHandler must implement the inherited abstract method IJDIEventListener.handleEvent(Event, JDIDebugTarget, boolean, EventSet)
     [java]     [javac] ----------
     [java]     [javac] 6. ERROR in /home/hudson/hudson_workspace/workspace/devstudio-nightly-2.1.0.Alpha1/jbds-build/eclipse/plugins/org.drools.eclipse/src/main/java/org/drools/eclipse/debug/core/DroolsDebugTarget.java (at line 298)
     [java]     [javac] 	class ThreadStartHandler
     [java]     [javac] 	      ^^^^^^^^^^^^^^^^^^
     [java]     [javac] The type DroolsDebugTarget.ThreadStartHandler must implement the inherited abstract method IJDIEventListener.eventSetComplete(Event, JDIDebugTarget, boolean, EventSet)
     [java]     [javac] ----------
     [java]     [javac] 7. ERROR in /home/hudson/hudson_workspace/workspace/devstudio-nightly-2.1.0.Alpha1/jbds-build/eclipse/plugins/org.drools.eclipse/src/main/java/org/drools/eclipse/debug/core/DroolsDebugTarget.java (at line 298)
     [java]     [javac] 	class ThreadStartHandler
     [java]     [javac] 	      ^^^^^^^^^^^^^^^^^^
     [java]     [javac] The type DroolsDebugTarget.ThreadStartHandler must implement the inherited abstract method IJDIEventListener.handleEvent(Event, JDIDebugTarget, boolean, EventSet)
     [java]     [javac] ----------
     [java]     [javac] 8. ERROR in /home/hudson/hudson_workspace/workspace/devstudio-nightly-2.1.0.Alpha1/jbds-build/eclipse/plugins/org.drools.eclipse/src/main/java/org/drools/eclipse/debug/core/DroolsDebugTarget.java (at line 650)
     [java]     [javac] 	class MVELTraceHandler
     [java]     [javac] 	      ^^^^^^^^^^^^^^^^
     [java]     [javac] The type DroolsDebugTarget.MVELTraceHandler must implement the inherited abstract method IJDIEventListener.eventSetComplete(Event, JDIDebugTarget, boolean, EventSet)
     [java]     [javac] ----------
     [java]     [javac] 9. ERROR in /home/hudson/hudson_workspace/workspace/devstudio-nightly-2.1.0.Alpha1/jbds-build/eclipse/plugins/org.drools.eclipse/src/main/java/org/drools/eclipse/debug/core/DroolsDebugTarget.java (at line 650)
     [java]     [javac] 	class MVELTraceHandler
     [java]     [javac] 	      ^^^^^^^^^^^^^^^^
     [java]     [javac] The type DroolsDebugTarget.MVELTraceHandler must implement the inherited abstract method IJDIEventListener.handleEvent(Event, JDIDebugTarget, boolean, EventSet)
     [java]     [javac] ----------
     [java]     [javac] 10. ERROR in /home/hudson/hudson_workspace/workspace/devstudio-nightly-2.1.0.Alpha1/jbds-build/eclipse/plugins/org.drools.eclipse/src/main/java/org/drools/eclipse/debug/core/DroolsDebugTarget.java (at line 699)
     [java]     [javac] 	addJDIEventListener(new IJDIEventListener() {
     [java]     [javac] 	                        ^^^^^^^^^^^^^^^^^^^
     [java]     [javac] The type new IJDIEventListener(){} must implement the inherited abstract method IJDIEventListener.eventSetComplete(Event, JDIDebugTarget, boolean, EventSet)
     [java]     [javac] ----------
     [java]     [javac] 11. ERROR in /home/hudson/hudson_workspace/workspace/devstudio-nightly-2.1.0.Alpha1/jbds-build/eclipse/plugins/org.drools.eclipse/src/main/java/org/drools/eclipse/debug/core/DroolsDebugTarget.java (at line 699)
     [java]     [javac] 	addJDIEventListener(new IJDIEventListener() {
     [java]     [javac] 	                        ^^^^^^^^^^^^^^^^^^^
     [java]     [javac] The type new IJDIEventListener(){} must implement the inherited abstract method IJDIEventListener.handleEvent(Event, JDIDebugTarget, boolean, EventSet)
     [java]     [javac] ----------
     [java]     [javac] ----------
     [java]     [javac] 12. ERROR in /home/hudson/hudson_workspace/workspace/devstudio-nightly-2.1.0.Alpha1/jbds-build/eclipse/plugins/org.drools.eclipse/src/main/java/org/drools/eclipse/launching/DroolsVMDebugger.java (at line 182)
     [java]     [javac] 	process.setAttribute(IProcess.ATTR_CMDLINE, StandardVMRunner.renderCommandLine(cmdLine));
     [java]     [javac] 	                                                             ^^^^^^^^^^^^^^^^^
     [java]     [javac] The method renderCommandLine(String[]) from the type StandardVMRunner is not visible
     [java]     [javac] ----------
     [java]     [javac] 12 problems (12 errors)
     [java]     [javac] Compilation failed. Compiler errors are available in /home/hudson/hudson_workspace/workspace/devstudio-nightly-2.1.0.Alpha1/jbds-build/eclipse/plugins/org.drools.eclipse/@dot.log
     [java] Java Result: 13


> Compilation errors in drools-ide builder
> ----------------------------------------
>
>                 Key: JBIDE-4199
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-4199
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>            Reporter: Nick Boldt
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list