Build failed in Jenkins: Fuse-Tooling #620
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/620/changes>
Changes:
[john.verhaeg] Fixed some build issues
------------------------------------------
[...truncated 3622 lines...]
[ERROR] PolicyDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[34]
[ERROR] import org.apache.camel.spring.CamelEndpointFactoryBean;
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The import org.apache.camel cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[309]
[ERROR] new XsdDetails("camel-spring.xsd", "http://camel.apache.org/schema/spring/camel-spring.xsd", CamelEndpointFactoryBean.class),
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelEndpointFactoryBean cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[310]
[ERROR] new XsdDetails("camel-blueprint.xsd", "http://camel.apache.org/schema/blueprint/camel-blueprint.xsd", org.apache.camel.blueprint.CamelEndpointFactoryBean.class)
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] org.apache.camel cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[51]
[ERROR] import org.apache.camel.CamelContext;
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The import org.apache.camel cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[52]
[ERROR] import org.apache.camel.model.Constants;
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The import org.apache.camel cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[53]
[ERROR] import org.apache.camel.model.ModelCamelContext;
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The import org.apache.camel cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[54]
[ERROR] import org.apache.camel.model.RouteDefinition;
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The import org.apache.camel cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[55]
[ERROR] import org.apache.camel.model.RoutesDefinition;
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The import org.apache.camel cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[56]
[ERROR] import org.apache.camel.spring.CamelContextFactoryBean;
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The import org.apache.camel cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[57]
[ERROR] import org.apache.camel.spring.CamelEndpointFactoryBean;
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The import org.apache.camel cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[58]
[ERROR] import org.apache.camel.spring.CamelRouteContextFactoryBean;
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] The import org.apache.camel cannot be resolved
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[80]
[ERROR] private ClassLoader classLoader = CamelContextFactoryBean.class.getClassLoader();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[93]
[ERROR] String packageName = Constants.JAXB_CONTEXT_PACKAGES + ":org.apache.camel.spring";
[ERROR] ^^^^^^^^^
[ERROR] Constants cannot be resolved to a variable
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[226]
[ERROR] CamelContextFactoryBean sc;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[227]
[ERROR] if (object instanceof CamelContextFactoryBean) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[229]
[ERROR] sc = (CamelContextFactoryBean) object;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[230]
[ERROR] sc.setId(((CamelContextFactoryBean) object).getId());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[230]
[ERROR] sc.setId(((CamelContextFactoryBean) object).getId());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[231]
[ERROR] } else if (object instanceof RoutesDefinition) {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] RoutesDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[233]
[ERROR] sc = new CamelContextFactoryBean();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[234]
[ERROR] sc.setId(((RoutesDefinition) object).getId());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] RoutesDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[234]
[ERROR] sc.setId(((RoutesDefinition) object).getId());
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] RoutesDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[235]
[ERROR] sc.setRoutes(((RoutesDefinition) object).getRoutes());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] RoutesDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[235]
[ERROR] sc.setRoutes(((RoutesDefinition) object).getRoutes());
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] RoutesDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[236]
[ERROR] } else if (object instanceof CamelRouteContextFactoryBean) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelRouteContextFactoryBean cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[238]
[ERROR] sc = new CamelContextFactoryBean();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[239]
[ERROR] sc.setId(((CamelRouteContextFactoryBean) object).getId());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelRouteContextFactoryBean cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[239]
[ERROR] sc.setId(((CamelRouteContextFactoryBean) object).getId());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelRouteContextFactoryBean cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[240]
[ERROR] sc.setRoutes(((CamelRouteContextFactoryBean) object).getRoutes());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelRouteContextFactoryBean cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[240]
[ERROR] sc.setRoutes(((CamelRouteContextFactoryBean) object).getRoutes());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelRouteContextFactoryBean cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[241]
[ERROR] } else if (object instanceof org.apache.camel.blueprint.CamelRouteContextFactoryBean) {
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] org.apache.camel cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[243]
[ERROR] sc = new CamelContextFactoryBean();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[244]
[ERROR] sc.setId(((CamelRouteContextFactoryBean) object).getId());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelRouteContextFactoryBean cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[244]
[ERROR] sc.setId(((CamelRouteContextFactoryBean) object).getId());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelRouteContextFactoryBean cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[245]
[ERROR] sc.setRoutes(((org.apache.camel.blueprint.CamelRouteContextFactoryBean) object).getRoutes());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelRouteContextFactoryBean cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[245]
[ERROR] sc.setRoutes(((org.apache.camel.blueprint.CamelRouteContextFactoryBean) object).getRoutes());
[ERROR] ^^^^^^^^^^^^^^^^
[ERROR] org.apache.camel cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[248]
[ERROR] sc = new CamelContextFactoryBean();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[254]
[ERROR] return new XmlModel(new CamelContextFactoryBean(), doc, beans, null, CamelNamespaces.springNS, false, false);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[296]
[ERROR] public void marshal(File file, final CamelContextFactoryBean context) throws Exception {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[306]
[ERROR] public void marshal(File file, final CamelContext context) throws Exception {
[ERROR] ^^^^^^^^^^^^
[ERROR] CamelContext cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[310]
[ERROR] copyRoutesToElement(context, model.getContextElement());
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method getContextElement() from the type XmlModel refers to the missing type CamelContextFactoryBean
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[316]
[ERROR] public void copyRoutesToElement(List<RouteDefinition> routeDefinitionList, CamelContextFactoryBean contextElement) {
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] RouteDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[316]
[ERROR] public void copyRoutesToElement(List<RouteDefinition> routeDefinitionList, CamelContextFactoryBean contextElement) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[317]
[ERROR] List<RouteDefinition> routes = contextElement.getRoutes();
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] RouteDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[322]
[ERROR] public void copyRoutesToElement(CamelContext context, CamelContextFactoryBean contextElement) {
[ERROR] ^^^^^^^^^^^^
[ERROR] CamelContext cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[322]
[ERROR] public void copyRoutesToElement(CamelContext context, CamelContextFactoryBean contextElement) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[323]
[ERROR] if (context instanceof ModelCamelContext) {
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] ModelCamelContext cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[324]
[ERROR] copyRoutesToElement(((ModelCamelContext)context).getRouteDefinitions(), contextElement);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ModelCamelContext cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[324]
[ERROR] copyRoutesToElement(((ModelCamelContext)context).getRouteDefinitions(), contextElement);
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] ModelCamelContext cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[333]
[ERROR] public void marshal(File file, final List<RouteDefinition> routeDefinitionList) throws Exception {
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] RouteDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[337]
[ERROR] copyRoutesToElement(routeDefinitionList, model.getContextElement());
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method getContextElement() from the type XmlModel refers to the missing type CamelContextFactoryBean
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[360]
[ERROR] final List<RouteDefinition> routeDefinitionList,
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] RouteDefinition cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[361]
[ERROR] final CamelContextFactoryBean camelContext) throws Exception {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[365]
[ERROR] copyRoutesToElement(routeDefinitionList, model.getContextElement());
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method getContextElement() from the type XmlModel refers to the missing type CamelContextFactoryBean
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[367]
[ERROR] model.getContextElement().setDataFormats(camelContext.getDataFormats());
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method getContextElement() from the type XmlModel refers to the missing type CamelContextFactoryBean
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[368]
[ERROR] setEndpoints(model.getContextElement(), camelContext.getEndpoints());
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method getContextElement() from the type XmlModel refers to the missing type CamelContextFactoryBean
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[516]
[ERROR] private void setEndpoints(CamelContextFactoryBean context, List<CamelEndpointFactoryBean> endpoints) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelContextFactoryBean cannot be resolved to a type
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Fuse-Tooling/ws/sourc...>:[516]
[ERROR] private void setEndpoints(CamelContextFactoryBean context, List<CamelEndpointFactoryBean> endpoints) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CamelEndpointFactoryBean cannot be resolved to a type
[ERROR] 106 problems (106 errors)
[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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.fusesource.ide.commons
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :75
Killing Xvnc process ID 26699
Archiving artifacts
9 years, 2 months