eclipse / lyo.designer

lyo.designer
Eclipse Public License 2.0
11 stars 10 forks source link

LyoD edge (5.0.1) not compatible with Eclipse 2023-03 #268

Open berezovskyi opened 1 year ago

berezovskyi commented 1 year ago

In a fresh install:

image

I think, an update of the dependencies / p2 repos is needed. Detailed trace:

Cannot complete the install because of a conflicting dependency.
  Software being installed: Lyo Designer Product 5.0.1.202305090933 (lyo-designer 5.0.1.202305090933)
  Software currently installed: Git integration for Eclipse 6.5.0.202303070854-r (org.eclipse.egit.feature.group 6.5.0.202303070854-r)
  Only one of the following can be installed at once: 
    Git integration for Eclipse - UI 6.1.0.202203080745-r (org.eclipse.egit.ui 6.1.0.202203080745-r)
    Git integration for Eclipse - UI 6.5.0.202303070854-r (org.eclipse.egit.ui 6.5.0.202303070854-r)
  Cannot satisfy dependency:
    From: Lyo Designer Product 5.0.1.202305090933 (lyo-designer 5.0.1.202305090933)
    To: org.eclipse.equinox.p2.iu; org.eclipse.egit.feature.group [6.1.0.202203080745-r,6.1.0.202203080745-r]
  Cannot satisfy dependency:
    From: Git integration for Eclipse 6.1.0.202203080745-r (org.eclipse.egit.feature.group 6.1.0.202203080745-r)
    To: org.eclipse.equinox.p2.iu; org.eclipse.egit.ui [6.1.0.202203080745-r,6.1.0.202203080745-r]
  Cannot satisfy dependency:
    From: Git integration for Eclipse 6.5.0.202303070854-r (org.eclipse.egit.feature.group 6.5.0.202303070854-r)
    To: org.eclipse.equinox.p2.iu; org.eclipse.egit.ui [6.5.0.202303070854-r,6.5.0.202303070854-r]
Jad-el-khoury commented 1 year ago

@berezovskyi Are you installing LyoDesigner as plugins? That is, not as an update of the RCP?

berezovskyi commented 1 year ago

Rcp builds are not signed or notarized and don't run on mac. Or, do you mean something else?

Jad-el-khoury commented 1 year ago

Ok. got the setup. It could be as simple as changing this line, https://github.com/eclipse/lyo.designer/blob/62a439308f3e264c8ecbe309c147b7f69f1d6c4d/pom.xml#LL14C38-L14C38