You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Dans Law <sa...@gmail.com> on 2015/06/19 12:07:13 UTC

Errors trying to build Apache Camel on Win7 x64

Dear All,

I'm trying to calculate the Mccabe cyclomatic complexity for Camel on
eclipse Luna , Windows 7 64bit and I'm running through bunch of errors
during the build process.

one of the mistakes I found on your guide line page
<http://camel.apache.org/building.html> was missing quotes on the below
command line.
set MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=512m"

also you didn't specify which plugins are needed before starting the build
process and now I'm getting the below error!

could you please help one this matter?



An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee,
phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=,
action=).
No repository found containing:
osgi.bundle,org.codehaus.groovy,2.3.10.xx-201502281941-e44
No repository found containing:
osgi.bundle,org.codehaus.groovy.eclipse,2.9.2.xx-201502281941-e44
No repository found containing:
osgi.bundle,org.codehaus.groovy.eclipse.ant,2.9.2.xx-201502281941-e44
No repository found containing:
osgi.bundle,org.codehaus.groovy.eclipse.astviews,2.9.2.xx-201502281941-e44
No repository found containing:
osgi.bundle,org.codehaus.groovy.eclipse.codeassist.completion,2.9.2.xx-201502281941-e44
No repository found containing:
osgi.bundle,org.codehaus.groovy.eclipse.codebrowsing,2.9.2.xx-201502281941-e44
No repository found containing:
osgi.bundle,org.codehaus.groovy.eclipse.compilerResolver,2.9.2.xx-201502281941-e44
No repository found containing:
osgi.bundle,org.codehaus.groovy.eclipse.core,2.9.2.xx-201502281941-e44
No repository found containing:
osgi.bundle,org.codehaus.groovy.eclipse.dsl,2.9.2.xx-201502281941-e44
No repository found containing:
osgi.bundle,org.codehaus.groovy.eclipse.quickfix,2.9.2.xx-201502281941-e44
No repository found containing:
osgi.bundle,org.codehaus.groovy.eclipse.refactoring,2.9.2.xx-201502281941-e44
No repository found containing:
osgi.bundle,org.codehaus.groovy.eclipse.ui,2.9.2.xx-201502281941-e44
No repository found containing:
osgi.bundle,org.codehaus.groovy.m2eclipse,2.9.2.xx-201502282108-e43j8
No repository found containing:
osgi.bundle,org.eclipse.jdt.core,3.10.0.xx-201502281941-e44
No repository found containing:
osgi.bundle,org.eclipse.jdt.groovy.core,2.9.2.xx-201502281941-e44
No repository found containing:
org.eclipse.update.feature,org.codehaus.groovy.compilerless.feature,2.9.2.xx-201502281941-e44
No repository found containing:
org.eclipse.update.feature,org.codehaus.groovy.eclipse.feature,2.9.2.xx-201502281941-e44
No repository found containing:
org.eclipse.update.feature,org.codehaus.groovy.headless.feature,2.9.2.xx-201502281941-e44
No repository found containing:
org.eclipse.update.feature,org.codehaus.groovy.jdt.patch,2.9.2.xx-201502281941-e44
No repository found containing:
org.eclipse.update.feature,org.codehaus.groovy.m2eclipse.feature,2.9.2.xx-201502282108-e43j8
No repository found containing:
org.eclipse.update.feature,org.codehaus.groovy23.feature,2.9.2.xx-201502281941-e44

Thanks