Hi, What is your JDK version?
Thanks, Krishantha. On Fri, Apr 26, 2013 at 10:52 AM, Malaka Silva <[email protected]> wrote: > Hi, > > Any Idea? > > > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Build Order: > [INFO] > [INFO] WSO2 Platform Automated Suite - Executor > [INFO] WSO2 Platform Automated Suite - Platform scenarios > [INFO] WSO2 Platform Automated Suite - Distribution > [INFO] WSO2 Carbon - Patch releases - Platform Automated Test Suite > [INFO] > > [INFO] > ------------------------------------------------------------------------ > [INFO] Building WSO2 Platform Automated Suite - Executor 1.1.2 > [INFO] > ------------------------------------------------------------------------ > [WARNING] The POM for net.sf.saxon:saxon-xqj:jar:8.9 is invalid, > transitive dependencies (if any) will not be available, enable debug > logging for more details > [WARNING] The POM for eclipse:validateutility:jar:0.95 is invalid, > transitive dependencies (if any) will not be available, enable debug > logging for more details > [WARNING] The POM for uddi:uddi4j:jar:1.0.1 is invalid, transitive > dependencies (if any) will not be available, enable debug logging for more > details > [WARNING] The POM for > org.eclipse.core:org.eclipse.core.runtime:jar:3.5.0.v20090429-1800 is > invalid, transitive dependencies (if any) will not be available, enable > debug logging for more details > [INFO] > [INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ > org.wso2.carbon.automation.test.executor --- > [INFO] Deleting file set: > /home/malaka/work/wso2410/platform/platform-integration/platform-automated-test-suite/1.1.2/org.wso2.carbon.automation.test.executor/target > (included: [**], excluded: []) > [INFO] > [INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ > org.wso2.carbon.automation.test.executor --- > [WARNING] File encoding has not been set, using platform encoding UTF-8, > i.e. build is platform dependent! > [WARNING] Using platform encoding (UTF-8 actually) to copy filtered > resources, i.e. build is platform dependent! > [INFO] Copying 10 resources > [INFO] > [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ > org.wso2.carbon.automation.test.executor --- > [INFO] Compiling 6 source files to > /home/malaka/work/wso2410/platform/platform-integration/platform-automated-test-suite/1.1.2/org.wso2.carbon.automation.test.executor/target/classes > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] WSO2 Platform Automated Suite - Executor .......... FAILURE [3.741s] > [INFO] WSO2 Platform Automated Suite - Platform scenarios SKIPPED > [INFO] WSO2 Platform Automated Suite - Distribution ...... SKIPPED > [INFO] WSO2 Carbon - Patch releases - Platform Automated Test Suite > SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 7.711s > [INFO] Finished at: Fri Apr 26 10:50:24 IST 2013 > [INFO] Final Memory: 100M/974M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile > (default-compile) on project org.wso2.carbon.automation.test.executor: > Compilation failure: Compilation failure: > [ERROR] > /home/malaka/work/wso2410/platform/platform-integration/platform-automated-test-suite/1.1.2/org.wso2.carbon.automation.test.executor/src/main/java/org/wso2/carbon/automation/test/executor/utils/TestNgIdentifier.java:[51,24] > for-each loops are not supported in -source 1.3 > [ERROR] (use -source 5 or higher to enable for-each loops) > [ERROR] for (String tag : tags) { > [ERROR] > [ERROR] > /home/malaka/work/wso2410/platform/platform-integration/platform-automated-test-suite/1.1.2/org.wso2.carbon.automation.test.executor/src/main/java/org/wso2/carbon/automation/test/executor/utils/JarLoader.java:[51,15] > generics are not supported in -source 1.3 > [ERROR] (use -source 5 or higher to enable generics) > [ERROR] public List<File> getJarList() { > [ERROR] > [ERROR] > /home/malaka/work/wso2410/platform/platform-integration/platform-automated-test-suite/1.1.2/org.wso2.carbon.automation.test.executor/src/main/java/org/wso2/carbon/automation/test/executor/utils/JarLoader.java:[59,28] > for-each loops are not supported in -source 1.3 > [ERROR] (use -source 5 or higher to enable for-each loops) > [ERROR] for (String product : products) { > [ERROR] > [ERROR] > /home/malaka/work/wso2410/platform/platform-integration/platform-automated-test-suite/1.1.2/org.wso2.carbon.automation.test.executor/src/main/java/org/wso2/carbon/automation/test/executor/utils/TestSuiteFinder.java:[41,15] > generics are not supported in -source 1.3 > [ERROR] (use -source 5 or higher to enable generics) > [ERROR] public List<XmlSuite> initializeSuitesAndJarFile(String jarPath) { > [ERROR] > [ERROR] > /home/malaka/work/wso2410/platform/platform-integration/platform-automated-test-suite/1.1.2/org.wso2.carbon.automation.test.executor/src/main/java/org/wso2/carbon/automation/test/executor/utils/CreateTempXML.java:[53,21] > generics are not supported in -source 1.3 > [ERROR] (use -source 5 or higher to enable generics) > [ERROR] public Collection<XmlSuite> parse() > [ERROR] > [ERROR] > /home/malaka/work/wso2410/platform/platform-integration/platform-automated-test-suite/1.1.2/org.wso2.carbon.automation.test.executor/src/main/java/org/wso2/carbon/automation/test/executor/utils/CreateTempXML.java:[74,36] > for-each loops are not supported in -source 1.3 > [ERROR] (use -source 5 or higher to enable for-each loops) > [ERROR] for (String currentFile : toBeParsed) { > [ERROR] > [ERROR] > /home/malaka/work/wso2410/platform/platform-integration/platform-automated-test-suite/1.1.2/org.wso2.carbon.automation.test.executor/src/main/java/org/wso2/carbon/automation/test/executor/TestExecutor.java:[44,12] > generics are not supported in -source 1.3 > [ERROR] (use -source 5 or higher to enable generics) > [ERROR] List<XmlSuite> suite = new ArrayList<XmlSuite>(); > [ERROR] > [ERROR] > /home/malaka/work/wso2410/platform/platform-integration/platform-automated-test-suite/1.1.2/org.wso2.carbon.automation.test.executor/src/main/java/org/wso2/carbon/automation/test/executor/MasterTestSuite.java:[40,15] > generics are not supported in -source 1.3 > [ERROR] (use -source 5 or higher to enable generics) > [ERROR] private Map<String, String> parameters = new HashMap<String, > String>(); > [ERROR] -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException > > > -- > Best Regards, > > Malaka Silva > Senior Tech Lead > M: +94 777 219 791 > T: +1 408 754 7388 > LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77 > Blog : http://mrmalakasilva.blogspot.com/ > > WSO2, Inc. > lean . enterprise . middleware > http://www.wso2.com/ > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
