0 Replies Latest reply on Aug 13, 2003 11:05 PM by malcolmgorman2

    Problem building 3.2

      I am building JBoss 3.2 on an IBM AIX machine.

      The build fails (see build output below) and looks
      like it cannot find class files in this directory:

      jboss/jboss-3.2/server/output/classes

      The CLASSPATH includes that directory.

      Searching the JBoss site didn't find this
      problem posted by anybody else. Am I doing (or NOT
      doing) something really simple and basic here?

      Regards, Malcolm.


      /aifs/op/event/jboss/jboss-3.2/server/src/main/org/jboss/naming/JNDIView.java --> JNDIViewMBean qua
      lified to org.jboss.naming.JNDIViewMBean
      /aifs/op/event/jboss/jboss-3.2/server/src/main/org/jboss/naming/NamingAlias.java --> NamingAliasMBe
      an qualified to org.jboss.naming.NamingAliasMBean
      /aifs/op/event/jboss/jboss-3.2/server/src/main/org/jboss/naming/NamingService.java --> NamingServic
      eMBean qualified to org.jboss.naming.NamingServiceMBean
      /aifs/op/event/jboss/jboss-3.2/server/src/main/org/jboss/web/AbstractWebContainer.java --> Abstract
      WebContainerMBean qualified to org.jboss.web.AbstractWebContainerMBean
      WARNING: Some classes refer to other classes that were not found among the sources or on the classp
      ath.
      (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
      The referring classes do not import any fully qualified classes matching these classes.
      Since at least one package is imported, it is impossible for xjavadoc to figure out
      what package the referred classes belong to. The classes are:
      /aifs/op/event/jboss/jboss-3.2/server/src/main/org/jboss/ejb/Container.java --> ContainerMBean qual
      ified to org.jboss.ejb.ContainerMBean
      /aifs/op/event/jboss/jboss-3.2/server/src/main/org/jboss/web/WebService.java --> WebServiceMBean qu
      alified to org.jboss.web.WebServiceMBean

      compile-classes:
      [javac] Compiling 330 source files to /aifs/op/event/jboss/jboss-3.2/server/output/classes
      /aifs/op/event/jboss/jboss-3.2/server/src/main/org/jboss/ejb/plugins/cmp/jdbc/JDBCAbstractCreateCom
      mand.java:31: cannot access org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCEntityCommandMetaData
      bad class file: /aifs/op/event/jboss/jboss-3.2/server/output/classes/org/jboss/ejb/plugins/cmp/jdbc
      /metadata/JDBCEntityCommandMetaData.class
      class file contains wrong class: org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCEntityBridge
      Please remove or make sure it appears in the correct subdirectory of the classpath.
      import org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCEntityCommandMetaData;
      ^
      1 error

      BUILD FAILED

      file:/aifs/op/event/jboss/jboss-3.2/server/build.xml:320: Compile failed; see the compiler error ou
      tput for details.