Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Purexbase vs maven central vs tycho #2122

Closed
cdietrich opened this issue Nov 21, 2022 · 3 comments
Closed

Purexbase vs maven central vs tycho #2122

cdietrich opened this issue Nov 21, 2022 · 3 comments
Assignees
Labels
Milestone

Comments

@cdietrich
Copy link
Member

purexbase is not published to maven central but tycho is searching it there if you use it in target platform

@cdietrich cdietrich changed the title Purexbase Purexbase vs maven central vs tycho Nov 21, 2022
cdietrich added a commit to xtext/publishing that referenced this issue Nov 21, 2022
@cdietrich cdietrich self-assigned this Nov 21, 2022
@cdietrich cdietrich added this to the Release_2.30 milestone Nov 21, 2022
cdietrich added a commit to xtext/publishing that referenced this issue Nov 30, 2022
[eclipse/xtext#2122] also publish purexbase to maven central
@cdietrich
Copy link
Member Author

TODO: test with M1

@cdietrich
Copy link
Member Author

feedback from @wendehals: also test including xtext.sdk into another feature built by tycho

<requires>
      <import feature="org.eclipse.xtext.sdk" version="2.21.0.v20200302-1509" match="greaterOrEqual"/>
      <import feature="org.eclipse.xtend.sdk" version="2.21.0.v20200302-1509" match="greaterOrEqual"/>
      <import feature="org.eclipse.emf.sdk" version="2.21.0.v20200205-0529" match="greaterOrEqual"/>
   </requires>

@cdietrich
Copy link
Member Author

tested with 2.30.0.M1. Problem seems solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant