Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.0-M2
-
Component/s: Examples / Tutorials
-
Labels:None
-
User impact:Medium
-
Similar Issues:None
Description
Error when trying to build hello example via maven:
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/home/dzapata/mule-standalone-3.0.0-M2/examples/hello/src/main/java/org/mule/example/hello/ChatString.java:[63,5] annotations are not supported in -source 1.3
(use -source 5 or higher to enable annotations)
@Override
/home/dzapata/mule-standalone-3.0.0-M2/examples/hello/src/main/java/org/mule/example/hello/ChatString.java:[63,5] annotations are not supported in -source 1.3
(use -source 5 or higher to enable annotations)
@Override
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 minutes 44 seconds
[INFO] Finished at: Wed Dec 23 13:53:38 PST 2009
[INFO] Final Memory: 13M/75M
[INFO] ------------------------------------------------------------------------
fixed source/target reference in pom