-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
stacks-archetype fails because it does not exist #5548
Comments
@eivantsov + @mkuznyetsov : Could you please take a look at that. |
Yes, it's a bug - stack-archetype has never been added as a maven module here - https://github.com/eclipse/che-archetypes/blob/5.14.0/pom.xml#L34-L41 |
@mkuznyetsov : Could you fix that asap? Thanks! |
It's an easy fix and I'd argue this is a blocker for a release. |
Here's a PR eclipse-che/che-archetypes#50 |
hey @jonahkichwacoders, it should be fine now, just rerun CLI command and it should work. @slemeur @TylerJewell we don't need bugfix release for this, adding missing jar solved issue for 5.14.0 version. |
@riuvshin Thanks for the quick turnaround, it works as expected now. |
Still same issue ::: [root@localhost ~]# docker run -it --rm \
Using default tag: latest Digest: sha256:516beea3dd0487853af8b59f3fcbfa03f032251fdd821696836ca0f907a4ae5c INFO: (che archetype): Welcome to Eclipse Che custom assembly generator!
[INFO] Scanning for projects... |
Hi @RuzalSH. If you are looking at adding a new stack to Che, you should be looking at editing the |
@slemeur |
You are not mad at all ! A lot of people in the community are building their own custom cloud IDE based from Eclipse Che. I would recommend to give a look at the following documentation: Are you able to share a bit what you are looking to customize? Would you be looking for contributing your tools to the whole Eclipse Che community? If you want to discuss with the teams working on Eclipse Che, we have a community call: https://github.com/eclipse/che/wiki/Che-Dev-Meetings You are welcomed to join with your questions ! |
@slemeur Thank you for your heartwarming words. I would love to contribute. but before that, i want to practice on my own.
Simply, i want to make light weighted IDE with few functionality. |
That's completely doable, you can check the docs for that - or ask questions on our mattermost channel: https://mattermost.eclipse.org/eclipse/channels/eclipse-che Now, I'd like to invite you to give a look at the roadmap of Eclipse Che: We are currently having a huge focus on the extensibility of Eclipse Che, to make it simpler and more approachable too. We are replacing the current GWT IDE, by Eclipse Theia which is written in TypeScript and where we added a dynamic plugin model eclipse-theia/theia#1482. You'll be able to choose exactly what are the plugins that you want to enable for your users without being that will not require you to build a new assembly. Another aspect, is that you'll be able to create plugins for Eclipse Che, directly from Eclipse Che. That will make your developer experience much more enjoyable. If you want to give a look, here is an early video: https://www.youtube.com/watch?v=R3kbhPGnGuw&feature=youtu.be This is still work in progress and an important ongoing effort as you can imagine but we are expecting to make a first milestone with those capabilities in few weeks, along with some early documentation. I wanted you to be aware of those upcoming changes so you can make the right choices. If you are interested into the upcoming extensibility mechanism, stay tuned, things are coming together but until that I really invite you to join our mattermost so we can help you to get started and give you a sneak peek : https://mattermost.eclipse.org/eclipse/channels/eclipse-che . |
@slemeur Thank you alot. I dont have words to express. but i am very excited in upcomming extensibilty and also Eclipse Theia |
I can't create the new stacks-archetype introduced in #5417.
Reproduction Steps:
I get a
The desired archetype does not exist (org.eclipse.che.archetype:stacks-archetype:5.14.0)
error message when generating.It looks like the archetype jars are not being published to: http://maven.codenvycorp.com/content/groups/public/org/eclipse/che/archetype/
This is the command line I am using with 5.14.0.
And this is the one for nightly:
OS and version:
XUbuntu 17.04
Diagnostics:
The text was updated successfully, but these errors were encountered: