Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [recommenders-dev] 'Workspace-Local Code Search' project Compile error

Hi,

Thank you very much for your response.

I run the project as 'Maven build'

Then I get these errors


SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]  
[ERROR]   The project org.eclipse.recommenders.codesearch:org.eclipse.recommenders.codesearch.rcp.index:0.1.0-SNAPSHOT (/home/malintha/eclipse-gsoc/project/org.eclipse.recommenders.codesearch/org.eclipse.recommenders.codesearch.rcp.index/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for org.eclipse.recommenders.codesearch:org.eclipse.recommenders.codesearch.parent:1.0.0-SNAPSHOT: Could not transfer artifact org.eclipse:eclipse-parent:pom:3 from/to eclipse-juno (http://download.eclipse.org/releases/juno): No connector available to access repository eclipse-juno (http://download.eclipse.org/releases/juno) of type p2 using the available factories AsyncRepositoryConnectorFactory, WagonRepositoryConnectorFactory and 'parent.relativePath' points at wrong local POM @ org.eclipse.recommenders.codesearch:org.eclipse.recommenders.codesearch.parent:1.0.0-SNAPSHOT, /home/malintha/eclipse-gsoc/project/org.eclipse.recommenders.codesearch/pom.xml, line 5, column 13 -> [Help 2]
[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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException







> Date: Mon, 25 Feb 2013 14:18:34 +0100
> From: andreas.sewe@xxxxxxxxxxxxxx
> To: recommenders-dev@xxxxxxxxxxx
> Subject: Re: [recommenders-dev] 'Workspace-Local Code Search' project Compile error
>
> Hi,
>
> > I have a problem in compile the project.
> >
> > 1. I imported the two projects as excisting projects.
> > 2. Then I opened 'e42-extenders.target' file - But I dint get any
> > progress bar like thing
>
> The progress bar doesn't show up in a new window, but hidden in the
> status bar at the lower right of the Eclipse main window.
>
> > I did follow changes to that file
> >
> > target name : codesearch
> > Environment
> >
> > Operating system :linux
> > Architecture:x86
> > Winowing method: carbon
> > Locale: "did not change"
> >
> >
> > 3. Then I click set as target platform. But the errors remain same
> > 4. I added 'com.google.guava:guava' to the
> > "org.eclipse.recommenders.codesearch.rcp.index" project manifest
> > 5. But there are still errors
> >
> > What would be the error here ? Could you please help me with this issue.
>
> What are the errors? What types (in what packages) are not found?
>
> Andreas
> --
> Codetrails.com - the knowledge transfer company
> _______________________________________________
> recommenders-dev mailing list
> recommenders-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/recommenders-dev

Back to the top