Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Exporting EGit features failed

On Tue, Feb 16, 2016 at 3:34 PM, Bossert, Andre <anb0s@xxxxxxxx> wrote:
Hello,

i have the EGit master branch (from 2016-02-14) and tried some fixes
for worktree support. The fixes are working in my Debug-Eclipse
instance. Now i want export the features/plugins together with JGit
(also with fixes for worktree) for some users to test it. During
"Export -> Deployable features" it reports this error and stops:
...
A cycle was detected when generating the classpath
org.eclipse.egit.ui_4.3.0.201602161523,
org.eclipse.egit.gitflow.ui_4.3.0.201602161523,
org.eclipse.egit.ui_4.3.0.201602161523.
...

I do not think it is releated to my changes and want to ask if it can
a problem at master or do i need some other tools to do it locally?

use the maven build to create a p2 repository and install from that,

cd to jgit source folder
mvn clean install
mvn clean install -f org.eclipse.jgit.packaging/pom.xml

cd to egit source folder
mvn clean install

then org.eclipse.egit.repository/target/repository is the p2 repository
from which you can install JGit and EGit

-MatthiasĀ 

Back to the top