[ http://issues.apache.org/jira/browse/GERONIMO-2579?page=comments#action_12451110 ] Prasad Kashyap commented on GERONIMO-2579: ------------------------------------------
Sorry. Please disregard the above error msgs. Here are the actual errors msgs as seen on the 2.0-SNAPSHOT build [INFO] [INFO] Compilation failure [INFO] [INFO] C:\Apache\geronimo\trunk\testsuite\console-testsuite\basic\src\test\java\org\apache\geronimo\testsuite\console\LinkCheckTest.java:[30,5] cannot find symbol [INFO] symbol : class Test [INFO] location: class org.apache.geronimo.testsuite.console.LinkCheckTest [INFO] [INFO] C:\Apache\geronimo\trunk\testsuite\console-testsuite\basic\src\test\java\org\apache\geronimo\testsuite\console\SeleniumTestSupport.java:[53,5] cannot find symbol [INFO] symbol : class BeforeSuite [INFO] location: class org.apache.geronimo.testsuite.console.SeleniumTestSupport [INFO] [INFO] C:\Apache\geronimo\trunk\testsuite\console-testsuite\basic\src\test\java\org\apache\geronimo\testsuite\console\SeleniumTestSupport.java:[61,5] cannot find symbol [INFO] symbol : class AfterSuite [INFO] location: class org.apache.geronimo.testsuite.console.SeleniumTestSupport [INFO] [INFO] C:\Apache\geronimo\trunk\testsuite\console-testsuite\basic\src\test\java\org\apache\geronimo\testsuite\console\SimpleLoginTest.java:[30,5] cannot find symbol [INFO] symbol : class Test [INFO] location: class org.apache.geronimo.testsuite.console.SimpleLoginTest [INFO] [INFO] C:\Apache\geronimo\trunk\testsuite\console-testsuite\basic\src\test\java\org\apache\geronimo\testsuite\console\SimpleLoginTest.java:[37,5] cannot find symbol [INFO] symbol : class Test [INFO] location: class org.apache.geronimo.testsuite.console.SimpleLoginTest [INFO] [INFO] C:\Apache\geronimo\trunk\testsuite\console-testsuite\basic\src\test\java\org\apache\geronimo\testsuite\console\SimpleLoginTest.java:[43,5] cannot find symbol [INFO] symbol : class Test [INFO] location: class org.apache.geronimo.testsuite.console.SimpleLoginTest [INFO] > TestNG testcases in testsuite now broken due to 1.5 build > --------------------------------------------------------- > > Key: GERONIMO-2579 > URL: http://issues.apache.org/jira/browse/GERONIMO-2579 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: buildsystem > Affects Versions: 2.0 > Reporter: Prasad Kashyap > Assigned To: Jason Dillon > Fix For: 2.0 > > Attachments: testng-jdk15.patch > > > The testng testcases broke soon after we moved to building G with jdk1.5. > > cd geronimo/testsuite > > apply testng-jdk15.patch: > Patch changes testng dependency to use jdk15 classifier. > It configures the maven-compiler-plugin to use 1.5 for source and target. > It updates the test methods to use jdk1.5 annotations instead of javadoc > style comments. > Problem: > ------------ > [INFO] [INFO] Compilation failure > [INFO] > [INFO] > C:\Apache\geronimo\trunk\testsuite\console-testsuite\basic\src\test\java\org\apache\geronimo\testsuite\console\LinkCheckTest.java:[30,5] > annotations are not supported in -source 1.4 > [INFO] (try -source 1.5 to enable annotations) > [INFO] @Test > [INFO] > [INFO] > C:\Apache\geronimo\trunk\testsuite\console-testsuite\basic\src\test\java\org\apache\geronimo\testsuite\console\SeleniumTestSupport.java:[53,5] > annotations are not supported in -source 1.4 > [INFO] (try -source 1.5 to enable annotations) > [INFO] @BeforeSuite -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
