1 Reply Latest reply on Dec 5, 2002 5:17 PM by dantest

    jboss-3.0.4-src build.bat gives compilation errors

    dantest

      Greetings. I downloaded the 3.0.4 source archive and have compilation errors in the build process. I've set my JAVA_HOME to point to either my jdk1.3.1 or jdk1.4.1 dirs and also set JBOSS_HOME to point to the extracted jboss source dir but I get the following errors. If someone could point me in the right direction...many thanks in advance.

      Here is a snippet of the errors I got from runnning build.bat:

      --------------------------------------------------


      init:

      compile-classes:
      sourcepath is deprecated. the preferred way to design sources is via nested <fil
      eset>
      Running xdoclet.XDocletMain loaded by sun.misc.Launcher$AppClassLoader. Forked:t
      rue
      [xdoclet] Running
      sourcepath is deprecated. the preferred way to design sources is via nested <fil
      eset>
      Running xdoclet.XDocletMain loaded by sun.misc.Launcher$AppClassLoader. Forked:t
      rue
      [xdoclet] Running
      [xdoclet] Running
      [xdoclet] Running
      [xdoclet] Running
      [javac] Compiling 123 source files to C:\Java\Software\jboss-3.0.4-src\manag
      ement\output\classes
      C:\Java\Software\jboss-3.0.4-src\management\src\main\org\jboss\management\mejb\R
      MIClientNotificationListener.java:31: cannot resolve symbol
      symbol : class RMIClientNotificationListenerInterface
      location: class org.jboss.management.mejb.RMIClientNotificationListener
      implements RMIClientNotificationListenerInterface
      ^
      C:\Java\Software\jboss-3.0.4-src\management\src\main\org\jboss\management\mejb\R
      MINotificationListener.java:31: cannot resolve symbol
      symbol : class RMIClientNotificationListenerInterface
      location: class org.jboss.management.mejb.RMINotificationListener
      private RMIClientNotificationListenerInterface mClientListener;
      ^
      C:\Java\Software\jboss-3.0.4-src\management\src\main\org\jboss\management\mejb\R
      MINotificationListener.java:46: cannot resolve symbol
      symbol : class RMIClientNotificationListenerInterface
      location: class org.jboss.management.mejb.RMINotificationListener
      public RMINotificationListener( RMIClientNotificationListenerInterface pClien
      tListener ) {
      ^
      C:\Java\Software\jboss-3.0.4-src\management\src\main\org\jboss\management\mejb\L
      istenerRegistration.java:108: cannot resolve symbol
      symbol : class PollingClientNotificationListener
      location: class org.jboss.management.mejb.ListenerRegistration
      lListener = new PollingClientNotificationListener(
      ^
      C:\Java\Software\jboss-3.0.4-src\management\src\main\org\jboss\management\mejb\R
      MIClientNotificationListener.java:46: cannot resolve symbol
      symbol : method exportObject (org.jboss.management.mejb.RMIClientNotificationLi
      stener)
      location: class java.rmi.server.UnicastRemoteObject
      Remote lStub = UnicastRemoteObject.exportObject( this );
      ^
      C:\Java\Software\jboss-3.0.4-src\management\src\main\org\jboss\management\mejb\R
      MIClientNotificationListener.java:52: cannot resolve symbol
      symbol : class RMIClientNotificationListenerInterface
      location: class org.jboss.management.mejb.RMIClientNotificationListener
      new String[] { RMIClientNotificationListenerInterface.class.getName() }

      ^
      6 errors

      BUILD FAILED