Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [recommenders-dev] CodeSearch Incubator - Progress

Hi Andreas,

Sorry for the mistake. Just had a look at the console I ran the mvn clean install on o.e.r repository. Something have gone wrong with memory. It was running for about 10 mins and at the time I saw the console stopped, I thought it was finished. :)

[INFO] --- xtend-maven-plugin:2.4.2:compile (compile) @ org.eclipse.recommender
.completion.rcp.tests ---
[ERROR] PermGen space -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swi
ch.
[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 re
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/OutOfMemoryError

I will increase the memory allocated for maven and run the build again. Anyway what are the consequence of repeating the operation as you have highlighted the word *once*?

Thanks


On Sun, Aug 25, 2013 at 5:00 PM, Andreas Sewe <andreas.sewe@xxxxxxxxxxxxxx> wrote:
Hi Kavith,

> I followed your steps and I re-based my changes on to your change set.
> But when I try to build with maven, I get the following error, It says
> it can't find a parent maven script file and path to the file is wrong.
> What should be the reason for this.
>
> Thanks.
>
> [INFO] Scanning for projects...
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR]   The project
> org.eclipse.recommenders:org.eclipse.recommenders.feature.
> codesearch.rcp:1.100.0-SNAPSHOT (F:\codesearch\features\org.eclipse.rec
> ommenders.feature.codesearch.rcp\pom.xml) has 1 error
> [ERROR]     Non-resolvable parent POM: Could not find artifact
> org.eclipse.recom
> menders:features:pom:1.100.0-SNAPSHOT and 'parent.relativePath' points
> at wrong
> local POM @ line 5, column 17 -> [Help 2]

did you build the main org.eclipse.recommenders project with "mvn clean
install" first? Maven looks for the
org.eclipse.recommenders:features:1.100.0-SNAPSHOT parent POM in your
local Maven repository, where Maven should have installed the file
during the o.e.r build.

Have a look if
~/.m2/repository/org/eclipse/recommenders/features/1.100.0-SNAPSHOT/*.pom exists.
If not, you forget the "mvn clean install" step.

Hope this helps.

Andreas
--
Codetrails UG (haftungsbeschränkt)
The knowledge transfer company

Robert-Bosch-Str. 7, 64293 Darmstadt
Mobile: +49-170-811-3791
http://www.codetrails.com/

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940
_______________________________________________
recommenders-dev mailing list
recommenders-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/recommenders-dev



--
Kavith Thiranga Lokuhewage,
Undergraduate,
BEng (Hons) Software Engineering,
Staffordshire University, UK.
APIIT Sri Lanka.

Linkedin  Twitter


Back to the top