-
Notifications
You must be signed in to change notification settings - Fork 313
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
docs: Added note about newer Eclipse IDE version #5034
Conversation
@salvatore-coppola I wouldn't put this info in the main readme: the main readme should contain minimal information for the setup. I would add this to the Wiki (or to the missing extensive DevEnv setup guide)... Anyway like this: Warning TEST Code:
|
in a previous meeting with @MMaiero we decide to put this in the main README beucase it's too important make the users quickly able to work on Kura with Eclipse IDE, but maybe I remember wrongly |
Co-authored-by: Mattia Dal Ben <[email protected]>
eda6aa5
to
8dd2e65
Compare
Warning TEST |
@@ -160,6 +160,35 @@ mvn -f kura/distrib/pom.xml clean install -DbuildAllContainers | |||
After this command runs, images can be found in your preferred container engine image list. | |||
|
|||
### Eclipse IDE | |||
|
|||
> [!WARNING] | |||
> If you DON'T use Oomph Setup, to make Kura work with newer versions of Eclipse you need to make the following changes in your workspace configuration: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which following lines? The content of the XML is not following this statement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree on the content and the need for it, but it's too much stuff to put in the main README file. I would add a Warning (if we really need to) and a link to another page where you write all that content.
A better way to handle this would be to have a full guide on how to setup the environment without Oomph. I think we only document Oomph though, isn't it?
the infromation wil be provided in the official Kura documentation |
@mattdibi do you know how to have a better note box like the following ?