0 Replies Latest reply on Dec 30, 2004 10:43 AM by acxsjones

    Syntax for Pointcut to catch all RMI calls

    acxsjones

      I downloaded the nightly snapshot of 3.2 and attempted to build things, but the build failed. I have never attempted to actually build JBoss from sources before, so it may be something in my setup. I've tried building both from Windows command line and Cygwin, with the same result. Here's the build.log from my attempt:


      configure:
      [echo] groups: default
      [echo] modules: common,jmx,system,j2ee,naming,remoting,jmx-remoting,transaction,server,security,messaging,connector,cluster,jetty,varia,jboss.net,iiop,management,tomcat,console,cache,compatible

      xdoclet-task-classpath-check:

      init:

      _buildmagic:modules:most:

      ======================================================================
      == Executing 'most' in module 'common'...
      ==

      _buildmagic:init:

      configure:

      _default:task-init:

      xdoclet-task-classpath-check:

      init:

      _buildmagic:build-bypass-checker:

      _buildmagic:build-bypass-notice:

      _buildmagic:build-bypass-check:

      jars:

      _buildmagic:init:

      init:

      _buildmagic:mbean-bypass-checker:

      _default:compile-mbean-sources:
      [mkdir] Created dir: C:\jboss-3.2-snapshot\common\output\gen-src
      [execmodules] (XDocletMain.start 45 ) Running
      [execmodules] (TemplateSubTask.engineStarted 788 ) Generating output for 'org.jboss.util.property.jmx.SystemPropertyClassValue' using template file 'jar:file:C:\jboss-3.2-snapshot\thirdparty\xdoclet\xdoclet\lib\xdoclet-jmx-module-jb3.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
      [touch] Creating C:\jboss-3.2-snapshot\common\output\mbean-marker

      _default:compile-classes:
      [mkdir] Created dir: C:\jboss-3.2-snapshot\common\output\classes
      [javac] Compiling 204 source files to C:\jboss-3.2-snapshot\common\output\classes
      [execmodules] C:\jboss-3.2-snapshot\common\src\main\org\jboss\logging\XPriority.java:79: warning: toPriority(java.lang.String) in org.apache.log4j.Priority has been deprecated
      [execmodules] public static Priority toPriority(String name)
      [execmodules] ^
      [execmodules] 1 warning

      _default:compile-etc:
      [mkdir] Created dir: C:\jboss-3.2-snapshot\common\output\etc
      [copy] Copying 1 file to C:\jboss-3.2-snapshot\common\output\etc

      compile:
      [mkdir] Created dir: C:\jboss-3.2-snapshot\common\output\lib

      module-jars:

      _default:server-client-jars:
      [jar] Building jar: C:\jboss-3.2-snapshot\common\output\lib\jboss-common.jar
      [jar] Building jar: C:\jboss-3.2-snapshot\common\output\lib\jboss-common-client.jar
      [jar] Building jar: C:\jboss-3.2-snapshot\common\output\lib\testsuite-support.jar
      [touch] Creating C:\jboss-3.2-snapshot\common\output\build-marker

      most:

      ==
      == Finished with 'most' in module 'common'.
      ======================================================================


      _module-common-most:
      [mkdir] Created dir: C:\jboss-3.2-snapshot\build\output\jboss-3.2.4RC1\lib
      [copy] Copying 1 file to C:\jboss-3.2-snapshot\build\output\jboss-3.2.4RC1\lib
      [mkdir] Created dir: C:\jboss-3.2-snapshot\build\output\jboss-3.2.4RC1\client
      [copy] Copying 1 file to C:\jboss-3.2-snapshot\build\output\jboss-3.2.4RC1\client
      [copy] Copying 6 files to C:\jboss-3.2-snapshot\build\output\jboss-3.2.4RC1\lib

      ======================================================================
      == Executing 'most' in module 'jmx'...
      ==

      _buildmagic:init:

      configure:

      xdoclet-task-classpath-check:

      init:

      _buildmagic:build-bypass-checker:

      _buildmagic:build-bypass-notice:

      _buildmagic:build-bypass-check:

      output:

      _buildmagic:init:

      init:

      compile-mbean-sources:
      [mkdir] Created dir: C:\jboss-3.2-snapshot\jmx\output\gen-src

      _default:compile-classes:
      [mkdir] Created dir: C:\jboss-3.2-snapshot\jmx\output\classes
      [javac] Compiling 610 source files to C:\jboss-3.2-snapshot\jmx\output\classes
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\Relation.java:44: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: interface javax.management.relation.Relation
      throws RelationServiceNotRegisteredException;
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\Relation.java:96: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: interface javax.management.relation.Relation
      RelationServiceNotRegisteredException;
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\Relation.java:119: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: interface javax.management.relation.Relation
      throws IllegalArgumentException, RelationServiceNotRegisteredException;
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\Relation.java:144: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: interface javax.management.relation.Relation
      RelationServiceNotRegisteredException, RelationTypeNotFoundException,
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\Relation.java:178: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: interface javax.management.relation.Relation
      RoleNotFoundException, RelationServiceNotRegisteredException,
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\Relation.java:206: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: interface javax.management.relation.Relation
      throws IllegalArgumentException, RelationServiceNotRegisteredException,
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationService.java:147: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class javax.management.relation.RelationService
      RelationServiceNotRegisteredException, InvalidRelationIdException,
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationService.java:281: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class javax.management.relation.RelationService
      RelationServiceNotRegisteredException, InvalidRelationIdException,
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationService.java:486: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class javax.management.relation.RelationService
      RelationServiceNotRegisteredException
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationService.java:555: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class javax.management.relation.RelationService
      RelationServiceNotRegisteredException, RoleNotFoundException
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationService.java:664: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class javax.management.relation.RelationService
      RelationServiceNotRegisteredException
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationService.java:711: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class javax.management.relation.RelationService
      throws RelationServiceNotRegisteredException
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationService.java:740: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class javax.management.relation.RelationService
      throws RelationServiceNotRegisteredException
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationService.java:839: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class javax.management.relation.RelationService
      RelationServiceNotRegisteredException
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationService.java:892: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class javax.management.relation.RelationService
      RelationServiceNotRegisteredException
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationService.java:999: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class javax.management.relation.RelationService
      throws IllegalArgumentException, RelationServiceNotRegisteredException,
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationService.java:1051: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class javax.management.relation.RelationService
      throws IllegalArgumentException, RelationServiceNotRegisteredException,
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationService.java:1100: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class javax.management.relation.RelationService
      throws IllegalArgumentException, RelationServiceNotRegisteredException,
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationServiceMBean.java:72: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: interface javax.management.relation.RelationServiceMBean
      RelationServiceNotRegisteredException, InvalidRelationIdException,
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationServiceMBean.java:154: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: interface javax.management.relation.RelationServiceMBean
      RelationServiceNotRegisteredException, InvalidRelationIdException,
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationServiceMBean.java:244: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: interface javax.management.relation.RelationServiceMBean
      RelationServiceNotRegisteredException;
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationServiceMBean.java:298: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: interface javax.management.relation.RelationServiceMBean
      RelationServiceNotRegisteredException, RoleNotFoundException;
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationServiceMBean.java:358: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: interface javax.management.relation.RelationServiceMBean
      RelationServiceNotRegisteredException;
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationServiceMBean.java:378: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: interface javax.management.relation.RelationServiceMBean
      throws RelationServiceNotRegisteredException;
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationServiceMBean.java:421: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: interface javax.management.relation.RelationServiceMBean
      throws RelationServiceNotRegisteredException;
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationServiceMBean.java:443: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: interface javax.management.relation.RelationServiceMBean
      RelationServiceNotRegisteredException;
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationServiceMBean.java:459: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: interface javax.management.relation.RelationServiceMBean
      RelationServiceNotRegisteredException;
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationServiceMBean.java:565: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: interface javax.management.relation.RelationServiceMBean
      throws IllegalArgumentException, RelationServiceNotRegisteredException,
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationServiceMBean.java:588: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: interface javax.management.relation.RelationServiceMBean
      throws IllegalArgumentException, RelationServiceNotRegisteredException,
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationServiceMBean.java:612: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: interface javax.management.relation.RelationServiceMBean
      throws IllegalArgumentException, RelationServiceNotRegisteredException,
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationSupport.java:153: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class javax.management.relation.RelationSupport
      throws RelationServiceNotRegisteredException
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationSupport.java:234: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class javax.management.relation.RelationSupport
      RelationServiceNotRegisteredException
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationSupport.java:253: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class javax.management.relation.RelationSupport
      throws IllegalArgumentException, RelationServiceNotRegisteredException
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationSupport.java:274: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class javax.management.relation.RelationSupport
      RelationServiceNotRegisteredException, RelationTypeNotFoundException,
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationSupport.java:300: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class javax.management.relation.RelationSupport
      RoleNotFoundException, RelationServiceNotRegisteredException,
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationSupport.java:315: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class javax.management.relation.RelationSupport
      throws IllegalArgumentException, RelationServiceNotRegisteredException,
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationSupport.java:452: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class javax.management.relation.RelationSupport
      throws RelationServiceNotRegisteredException
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationSupport.java:480: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class javax.management.relation.RelationSupport
      throws RelationServiceNotRegisteredException, RelationTypeNotFoundException
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationSupport.java:542: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class javax.management.relation.RelationSupport
      throws RoleNotFoundException, RelationServiceNotRegisteredException
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationSupport.java:577: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class javax.management.relation.RelationSupport
      throws RoleNotFoundException, RelationServiceNotRegisteredException,
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationSupport.java:593: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class javax.management.relation.RelationSupport
      throws RelationServiceNotRegisteredException
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\test\compliance\notcompliant\support\InterfaceProblemsMBean.java:9: cannot resolve symbol
      symbol : class InterfaceProblemsSuperMBean
      location: interface test.compliance.notcompliant.support.InterfaceProblemsMBean
      extends InterfaceProblemsSuperMBean
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\test\compliance\relation\RelationServiceTestCase.java:36: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: package relation
      import javax.management.relation.RelationServiceNotRegisteredException;
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\test\compliance\server\MBeanServerInvocationHandlerTestCase.java:23: cannot resolve symbol
      symbol : class BroadcasterInvocationHandlerTest
      location: package support
      import test.compliance.server.support.BroadcasterInvocationHandlerTest;
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\test\compliance\server\support\ObjectInvocationHandlerTest.java:17: cannot resolve symbol
      symbol : class ObjectInvocationHandlerTestMBean
      location: class test.compliance.server.support.ObjectInvocationHandlerTest
      implements ObjectInvocationHandlerTestMBean
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationService.java:714: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class javax.management.relation.RelationService
      throw new RelationServiceNotRegisteredException("Not registered");
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\javax\management\relation\RelationSupport.java:604: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class javax.management.relation.RelationSupport
      throw new RelationServiceNotRegisteredException(e.toString());
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\org\jboss\mx\notification\MBeanServerListenerRegistry.java:79: cannot resolve symbol
      symbol : class MBeanServerListenerRegistrationFactory
      location: class org.jboss.mx.notification.MBeanServerListenerRegistry
      registry = new ListenerRegistry(new MBeanServerListenerRegistrationFactory(name, broadcaster));
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\test\compliance\notification\NotificationSUITE.java:40: cannot resolve symbol
      symbol : class AttributeChangeNotificationFilterTestCase
      location: class test.compliance.notification.NotificationSUITE
      suite.addTest(new TestSuite(AttributeChangeNotificationFilterTestCase.class));
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\test\compliance\notification\NotificationSUITE.java:41: cannot resolve symbol
      symbol : class NotificationBroadcasterSupportTestCase
      location: class test.compliance.notification.NotificationSUITE
      suite.addTest(new TestSuite(NotificationBroadcasterSupportTestCase.class));
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\test\compliance\openmbean\OpenMBeanSUITE.java:47: cannot resolve symbol
      symbol : class OpenMBeanParameterInfoSupportTestCase
      location: class test.compliance.openmbean.OpenMBeanSUITE
      suite.addTest(new TestSuite(OpenMBeanParameterInfoSupportTestCase.class));
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\test\compliance\openmbean\OpenMBeanSUITE.java:48: cannot resolve symbol
      symbol : class OpenMBeanAttributeInfoSupportTestCase
      location: class test.compliance.openmbean.OpenMBeanSUITE
      suite.addTest(new TestSuite(OpenMBeanAttributeInfoSupportTestCase.class));
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\test\compliance\openmbean\OpenMBeanSUITE.java:49: cannot resolve symbol
      symbol : class OpenMBeanConstructorInfoSupportTestCase
      location: class test.compliance.openmbean.OpenMBeanSUITE
      suite.addTest(new TestSuite(OpenMBeanConstructorInfoSupportTestCase.class));
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\test\compliance\openmbean\OpenMBeanSUITE.java:50: cannot resolve symbol
      symbol : class OpenMBeanOperationInfoSupportTestCase
      location: class test.compliance.openmbean.OpenMBeanSUITE
      suite.addTest(new TestSuite(OpenMBeanOperationInfoSupportTestCase.class));
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\test\compliance\relation\RelationServiceTestCase.java:185: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class test.compliance.relation.RelationServiceTestCase
      catch (RelationServiceNotRegisteredException e)
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\test\compliance\relation\RelationServiceTestCase.java:765: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class test.compliance.relation.RelationServiceTestCase
      catch(RelationServiceNotRegisteredException e)
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\test\compliance\relation\RelationServiceTestCase.java:1429: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class test.compliance.relation.RelationServiceTestCase
      catch(RelationServiceNotRegisteredException e)
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\test\compliance\relation\RelationServiceTestCase.java:1753: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class test.compliance.relation.RelationServiceTestCase
      catch(RelationServiceNotRegisteredException e)
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\test\compliance\relation\RelationServiceTestCase.java:1963: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class test.compliance.relation.RelationServiceTestCase
      catch(RelationServiceNotRegisteredException e)
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\test\compliance\relation\RelationServiceTestCase.java:2056: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class test.compliance.relation.RelationServiceTestCase
      catch (RelationServiceNotRegisteredException e)
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\test\compliance\relation\RelationServiceTestCase.java:2077: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class test.compliance.relation.RelationServiceTestCase
      catch (RelationServiceNotRegisteredException e)
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\test\compliance\relation\RelationServiceTestCase.java:2315: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class test.compliance.relation.RelationServiceTestCase
      catch (RelationServiceNotRegisteredException e)
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\test\compliance\relation\RelationServiceTestCase.java:2385: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class test.compliance.relation.RelationServiceTestCase
      catch (RelationServiceNotRegisteredException e)
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\test\compliance\relation\RelationServiceTestCase.java:2489: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class test.compliance.relation.RelationServiceTestCase
      catch (RelationServiceNotRegisteredException e)
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\test\compliance\relation\RelationServiceTestCase.java:2931: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class test.compliance.relation.RelationServiceTestCase
      catch(RelationServiceNotRegisteredException e)
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\test\compliance\relation\RelationServiceTestCase.java:3041: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class test.compliance.relation.RelationServiceTestCase
      catch(RelationServiceNotRegisteredException e)
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\test\compliance\relation\RelationServiceTestCase.java:3114: cannot resolve symbol
      symbol : class RelationServiceNotRegisteredException
      location: class test.compliance.relation.RelationServiceTestCase
      catch (RelationServiceNotRegisteredException e)
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\test\compliance\server\MBeanServerInvocationHandlerTestCase.java:275: cannot resolve symbol
      symbol : class BroadcasterInvocationHandlerTest
      location: class test.compliance.server.MBeanServerInvocationHandlerTestCase
      BroadcasterInvocationHandlerTest test = new BroadcasterInvocationHandlerTest();
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\test\compliance\server\MBeanServerInvocationHandlerTestCase.java:275: cannot resolve symbol
      symbol : class BroadcasterInvocationHandlerTest
      location: class test.compliance.server.MBeanServerInvocationHandlerTestCase
      BroadcasterInvocationHandlerTest test = new BroadcasterInvocationHandlerTest();
      ^
      C:\jboss-3.2-snapshot\jmx\src\main\test\implementation\notification\NotificationSUITE.java:40: cannot resolve symbol
      symbol : class AsynchNotificationBroadcasterSupportTestCase
      location: class test.implementation.notification.NotificationSUITE
      suite.addTest(new TestSuite(AsynchNotificationBroadcasterSupportTestCase.class));
      ^
      70 errors

      BUILD FAILED

      file:C:/jboss-3.2-snapshot/jmx/../tools/etc/buildmagic/buildmagic.ent:406: Compile failed; see the compiler error output for details.
      at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:844)
      at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:682)
      at org.apache.tools.ant.Task.perform(Task.java:341)
      at org.apache.tools.ant.Target.execute(Target.java:309)
      at org.apache.tools.ant.Target.performTasks(Target.java:336)
      at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
      at org.jboss.tools.buildmagic.task.CallTarget.execute(CallTarget.java:141)
      at org.apache.tools.ant.Task.perform(Task.java:341)
      at org.apache.tools.ant.Target.execute(Target.java:309)
      at org.apache.tools.ant.Target.performTasks(Target.java:336)
      at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
      at org.jboss.tools.buildmagic.task.Ant.execute(Ant.java:261)
      at org.jboss.tools.buildmagic.task.module.ExecuteModules$1.run(ExecuteModules.java:361)
      at org.jboss.tools.buildmagic.task.module.ExecuteModules.executeModule(ExecuteModules.java:376)
      at org.jboss.tools.buildmagic.task.module.ExecuteModules.execute(ExecuteModules.java:241)
      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:193)
      at org.apache.tools.ant.Task.perform(Task.java:341)
      at org.apache.tools.ant.Target.execute(Target.java:309)
      at org.apache.tools.ant.Target.performTasks(Target.java:336)
      at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
      at org.apache.tools.ant.Project.executeTargets(Project.java:1255)
      at org.apache.tools.ant.Main.runBuild(Main.java:609)
      at org.apache.tools.ant.Main.start(Main.java:196)
      at org.apache.tools.ant.Main.main(Main.java:235)

      What do I need to set up in my environment in order to build JBoss? I am using JDK1.4.1.