Hi Guillaume , I took the latest source from SVN and tried to build, unfortunatelly without success. Two poms where out of date. I just saw that you checked them in and retried. Now step 1 of the build process works. However, there is still something missing. Step 2 fails with the following errors during compile:
... [INFO] [jbi:generate-jbi-component-descriptor] [INFO] Generating jbi.xml [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Compiling 21 source files to D:\java\Workspaces\eclipse\soa\smx3\deployables\serviceengines\servicemix-bean\target\classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure D:\java\Workspaces\eclipse\soa\smx3\deployables\serviceengines\servicemix-bean\src\main\java\org\apache\servicemix\bean\support\BeanInfo.java:[178,27] cannot find symbol symbol : method prefix() location: interface java.lang.annotation.Annotation D:\java\Workspaces\eclipse\soa\smx3\deployables\serviceengines\servicemix-bean\src\main\java\org\apache\servicemix\bean\support\BeanInfo.java:[178,62] cannot find symbol symbol : method uri() location: interface java.lang.annotation.Annotation D:\java\Workspaces\eclipse\soa\smx3\deployables\serviceengines\servicemix-bean\src\main\java\org\apache\servicemix\bean\support\BeanInfo.java:[179,16] cannot find symbol symbol : class DefaultNamespaceContext location: class org.apache.servicemix.bean.support.BeanInfo D:\java\Workspaces\eclipse\soa\smx3\deployables\serviceengines\servicemix-bean\src\main\java\org\apache\servicemix\bean\support\BeanInfo.java:[179,50] cannot find symbol symbol : class DefaultNamespaceContext location: class org.apache.servicemix.bean.support.BeanInfo D:\java\Workspaces\eclipse\soa\smx3\deployables\serviceengines\servicemix-bean\src\main\java\org\apache\servicemix\bean\support\BeanInfo.java:[180,34] cannot find symbol symbol : method prefix() location: interface java.lang.annotation.Annotation D:\java\Workspaces\eclipse\soa\smx3\deployables\serviceengines\servicemix-bean\src\main\java\org\apache\servicemix\bean\support\BeanInfo.java:[180,55] cannot find symbol symbol : method uri() location: interface java.lang.annotation.Annotation [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2 minutes 11 seconds [INFO] Finished at: Wed Mar 26 14:18:58 CET 2008 [INFO] Final Memory: 58M/104M [INFO] ------------------------------------------------------------------------ Could you please check? -- View this message in context: http://www.nabble.com/Integration-Test%3A-UnknownHostException-tp16278375s12049p16301039.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
