[jboss-jira] [JBoss JIRA] Created: (JBAS-4986) subproject fails to build from source (jgroups related)

Torsten Werner (JIRA) jira-events at lists.jboss.org
Sun Nov 18 16:12:18 EST 2007


subproject fails to build from source (jgroups related)
-------------------------------------------------------

                 Key: JBAS-4986
                 URL: http://jira.jboss.com/jira/browse/JBAS-4986
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Clustering
    Affects Versions: JBossAS-4.2.2.GA
            Reporter: Torsten Werner
         Assigned To: Brian Stansberry


When I try to build the subproject from source, I get the following error message. The class org.jgroups.debug.Debugger is not available in jgroups 2.5 or 2.6.

1. ERROR in /home/twerner/debian/build-area/jbossas4-4.2.2.GA/cluster/src/main/./org/jboss/ha/framework/server/ClusterPartition.java (at line 49)
        import org.jgroups.debug.Debugger;
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.jgroups.debug.Debugger cannot be resolved
----------
2. ERROR in /home/twerner/debian/build-area/jbossas4-4.2.2.GA/cluster/src/main/./org/jboss/ha/framework/server/ClusterPartition.java (at line 100)
        protected Debugger debugger=null;
                  ^^^^^^^^
Debugger cannot be resolved to a type
----------
3. ERROR in /home/twerner/debian/build-area/jbossas4-4.2.2.GA/cluster/src/main/./org/jboss/ha/framework/server/ClusterPartition.java (at line 344)
        if(use_debugger && debugger == null)
                           ^^^^^^^^
debugger cannot be resolved
----------
4. ERROR in /home/twerner/debian/build-area/jbossas4-4.2.2.GA/cluster/src/main/./org/jboss/ha/framework/server/ClusterPartition.java (at line 346)
        debugger=new Debugger(channel);
        ^^^^^^^^
debugger cannot be resolved
----------
5. ERROR in /home/twerner/debian/build-area/jbossas4-4.2.2.GA/cluster/src/main/./org/jboss/ha/framework/server/ClusterPartition.java (at line 346)
        debugger=new Debugger(channel);
                     ^^^^^^^^
Debugger cannot be resolved to a type

Cheers,
Torsten


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

        



More information about the jboss-jira mailing list