我下了jboss的源代码,运行build/build.bat 时发生错误.错误如下:F:\jboss-3.2-src\jmx\src\main\test\compliance\relation\RelationServiceTestCase.java:185: cannot resolve symbol
symbol : class RelationServiceNotRegisteredException
location: class test.compliance.relation.RelationServiceTestCase
catch (RelationServiceNotRegisteredException e)
我的j2ee.jar(1.4版)的已经在classpath里面了.怎么还有上述错误?