Have these changes afftected the build for the testsuite? I have just checked out a clean copy of jboss-head and executed build in the build module which completes without any problems.
Then when I execute build in the testsuite module I get the following errors: - [javac] Compiling 1805 source files to C:\Removable\Work\Development\JBoss\jboss-head\testsuite\output\classes | [javac] C:\Removable\Work\Development\JBoss\jboss-head\testsuite\src\main\org\jboss\test\media\entity\test\EntityMediaBeanUnitTestCase.java:17: cannot resolve symbol | [javac] symbol : class EntityMediaBeanTester | [javac] location: package ejb | [javac] import org.jboss.test.media.entity.ejb.EntityMediaBeanTester; | [javac] ^ | [javac] C:\Removable\Work\Development\JBoss\jboss-head\testsuite\src\main\org\jboss\test\media\entity\test\EntityMediaBeanUnitTestCase.java:18: cannot resolve symbol | [javac] symbol : class EntityMediaBeanTesterHome | [javac] location: package ejb | [javac] import org.jboss.test.media.entity.ejb.EntityMediaBeanTesterHome; | [javac] ^ | [javac] C:\Removable\Work\Development\JBoss\jboss-head\testsuite\src\main\org\jboss\test\media\entity\test\EntityMediaBeanUnitTestCase.java:26: cannot resolve symbol | [javac] symbol : class EntityMediaBeanTesterHome | [javac] location: class org.jboss.test.media.entity.test.EntityMediaBeanUnitTestCase | [javac] private EntityMediaBeanTesterHome home; | [javac] ^ | [javac] C:\Removable\Work\Development\JBoss\jboss-head\testsuite\src\main\org\jboss\test\media\entity\test\EntityMediaBeanUnitTestCase.java:48: cannot resolve symbol | [javac] symbol : class EntityMediaBeanTester | [javac] location: class org.jboss.test.media.entity.test.EntityMediaBeanUnitTestCase | [javac] EntityMediaBeanTester tester = home.create(); | [javac] ^ | [javac] C:\Removable\Work\Development\JBoss\jboss-head\testsuite\src\main\org\jboss\test\media\entity\test\EntityMediaBeanUnitTestCase.java:57: cannot resolve symbol | [javac] symbol : class EntityMediaBeanTester | [javac] location: class org.jboss.test.media.entity.test.EntityMediaBeanUnitTestCase | [javac] EntityMediaBeanTester tester = home.create(); | [javac] ^ | [javac] C:\Removable\Work\Development\JBoss\jboss-head\testsuite\src\main\org\jboss\test\media\entity\test\EntityMediaBeanUnitTestCase.java:90: cannot resolve symbol | [javac] symbol : class EntityMediaBeanTesterHome | [javac] location: class org.jboss.test.media.entity.test.EntityMediaBeanUnitTestCase | [javac] (EntityMediaBeanTesterHome) PortableRemoteObject.narrow( | [javac] ^ | [javac] C:\Removable\Work\Development\JBoss\jboss-head\testsuite\src\main\org\jboss\test\media\entity\test\EntityMediaBeanUnitTestCase.java:92: cannot resolve symbol | [javac] symbol : class EntityMediaBeanTesterHome | [javac] location: class org.jboss.test.media.entity.test.EntityMediaBeanUnitTestCase | [javac] EntityMediaBeanTesterHome.class); | [javac] ^ | [javac] Note: Some input files use or override a deprecated API. | [javac] Note: Recompile with -deprecation for details. | [javac] 7 errors To double check I have also downloaded the 4RC2 source bundle from sourceforge which compiles without the errors above. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847681#3847681 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847681 ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
