Build fails at p2.director [message #1750552] |
Thu, 22 December 2016 14:17 |
ayman salah Messages: 131 Registered: June 2015 |
Senior Member |
|
|
So due to having to stick with some eclipse version, I had to install plugins manually by copying them into plugins folder.
After doing that everything works fine and my projects are loaded correctly.
I am using eclipse indigo 3.7.0 64 bit with Xtext 2.9.2
When I run Ant to build my solution it fails at p2.director with this message
[java] [p2.director] Missing requirement: Xtext Generator 2.9.2.v201603040440 (org.eclipse.xtext.generator 2.9.2.v201603040440) requires 'bundle org.eclipse.xtext.xtext.generator [2.9.0,3.0.0)' but it could not be found
I don't know much about p2 but I believe that there is some XML file that I should edit or point to some correct repo or something.
I also am getting this in a step before the build fails:
[java] [p2.mirror] Unable to satisfy dependency from org.eclipse.xtext.xbase.ui 2.9.2.v201603040440 to bundle org.eclipse.xtext.xbase.ide [2.9.0,3.0.0).
[java] [p2.mirror] Unable to satisfy dependency from org.eclipse.xtext.generator 2.9.2.v201603040440 to bundle org.eclipse.xtext.xtext.generator [2.9.0,3.0.0).
[java] [p2.mirror] Messages while mirroring artifact descriptors.
Can you please help me out.
[Updated on: Thu, 22 December 2016 15:50] Report message to a moderator
|
|
|
|
Re: Build fails at p2.director [message #1750686 is a reply to message #1750683] |
Sun, 25 December 2016 12:13 |
|
Since you don't give any hint what you are doing inside ant and I don't know many ant pde experts it is hard to give any advice besides there must be a place where the dependencies are collected and you obviously miss a plugin that is new in 2.9 there so I would look for a place where the Deps are Handels
(Or switch to maven tycho)
Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03938 seconds