0 Replies Latest reply on Aug 2, 2002 1:40 AM by garyg

    building jboss-3.0.1RC1 error

    garyg

      Besides lots of deprecated warnings, I get the following error when building jboss. I'm building because I havn't seen any binaries of this release and I'm needing to see if this release will fix a few problems I'm having.

      Any help much appreciated. Also, if there is build docs, I'd like to hear where they are as I just went in the build dir and did a build.sh.

      --- build.log
      compile-rmi:
      [rmic]Verify has been turned on.
      [rmic]RMI Compiling 1 class to /u/public/jboss-3.0.1RC1-src/iiop/output/classes
      [rmic]IIOP has been turned on.
      [rmic]error: Could not load class javax.ejb.EJBMetaData.
      [rmic]error: Class EJBHome contains an invalid return type.
      [rmic]error: Class EJBObject contains an invalid return type.
      [rmic]3 errors

      BUILD FAILED

      /u/public/jboss-3.0.1RC1-src/iiop/build.xml:278: Rmic failed, messages should have been provided.
      at org.apache.tools.ant.taskdefs.Rmic.execute(Rmic.java:398)
      at org.apache.tools.ant.Task.perform(Task.java:217)
      at org.apache.tools.ant.Target.execute(Target.java:164)
      at org.apache.tools.ant.Target.performTasks(Target.java:182)
      at org.apache.tools.ant.Project.executeTarget(Project.java:601)
      at org.jboss.tools.buildmagic.task.Ant.execute(Ant.java:261)
      at org.jboss.tools.buildmagic.task.module.ExecuteModules.executeModule(ExecuteModules.java:269)
      at org.jboss.tools.buildmagic.task.module.ExecuteModules.execute(ExecuteModules.java:184)
      at org.apache.tools.ant.Task.perform(Task.java:217)
      at org.apache.tools.ant.Target.execute(Target.java:164)
      at org.apache.tools.ant.Target.performTasks(Target.java:182)
      at org.apache.tools.ant.Project.executeTarget(Project.java:601)
      at org.apache.tools.ant.Project.executeTargets(Project.java:560)
      at org.apache.tools.ant.Main.runBuild(Main.java:454)
      at org.apache.tools.ant.Main.start(Main.java:153)
      at org.apache.tools.ant.Main.main(Main.java:176)