[jbosstools-fuse-dev] Build failed in Jenkins: Fuse-Tooling #620

ci-builds at redhat.com ci-builds at redhat.com
Wed Sep 30 21:31:03 EDT 2015


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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/CamelNamespaces.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/CamelNamespaces.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/CamelNamespaces.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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/sources/core/plugins/org.fusesource.ide.commons/src/org/fusesource/ide/commons/camel/tools/RouteXml.java>:[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


More information about the jbosstools-fuse-dev mailing list