1 Reply Latest reply on Jul 1, 2002 4:00 PM by rlentell

    JBoss CVS Build Failed

    rlentell

      I just triied to download the latest source and build the binaries from CVS. I am receiving the following compilation errors when I run the build script. Does anyone have any ideas on why the build is failing? I am lost. Thanks for any help.

      I am trying to get the bug fix for CMP unidirectional relationships.

      By the way I am using Windows 2000 and JVM 1.4

      [execmodules] C:\FNS\temp\jboss-all\jmx\src\main\org\jboss\mx\util\MBeanInstaller.java:79: cannot resolve symbol
      [execmodules] symbol : method getVersions ()
      [execmodules] location: class org.jboss.mx.loading.MBeanElement
      [execmodules] if (element.getVersions() == null)
      [execmodules] ^
      [execmodules] C:\FNS\temp\jboss-all\jmx\src\main\org\jboss\mx\util\MBeanInstaller.java:125: cannot resolve symbol
      [execmodules] symbol : method getVersions ()
      [execmodules] location: class org.jboss.mx.loading.MBeanElement
      [execmodules] MLetVersion newVersion = new MLetVersion(element.getVersions());
      [execmodules] ^
      [execmodules] C:\FNS\temp\jboss-all\jmx\src\main\org\jboss\mx\util\MBeanInstaller.java:149: cannot resolve symbol
      [execmodules] symbol : method getVersions ()
      [execmodules] location: class org.jboss.mx.loading.MBeanElement
      [execmodules] if (element.getVersions() != null)
      [execmodules] ^
      [execmodules] C:\FNS\temp\jboss-all\jmx\src\main\org\jboss\mx\util\MBeanInstaller.java:150: cannot resolve symbol
      [execmodules] symbol : method getVersions ()
      [execmodules] location: class org.jboss.mx.loading.MBeanElement
      [execmodules] valueMap.put(VERSIONS, element.getVersions());
      [execmodules] ^