-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
2023 Week 06-08 (from Feb 6)
-
NEW
-
NEW
Motivation:
- There are only 2 widely used Java IDE's these days: IntelliJ and VSCode.
- We don't have anyone in the team using VSCode, we should check if it works at least once.
Requirements:
- Install VSCode, download optaplanner-distribution.zip (green button on website) and try out the examples (see docs chapter 1).
- Change something in the java code of optaplanner-examples and see if it shows up when running the examples directly from VSCode
- Try the 2 optaweb's too.
- Adjust all references to NetBeans/Eclipse in documentation and website (but not in gitignores) and replace them with VSCode:
- https://github.com/kiegroup/optaplanner-website/blob/master/code/sourceCode.adoc
- https://github.com/kiegroup/optaplanner-website/blob/master/learn/slides/optaplanner-presentation/training.html
- https://github.com/kiegroup/optaplanner/blob/master/optaplanner-docs/src/main/asciidoc/PlannerIntroduction/DownloadAndRunTheExamples/DownloadAndRunTheExamples-section.adoc
- https://github.com/kiegroup/optaplanner/blob/master/README.adoc
- https://github.com/kiegroup/optaplanner/blob/master/optaplanner-examples/src/main/java/org/optaplanner/examples/common/app/CommonApp.java
- Same for optaweb's
- relates to
-
PLANNER-1706 ConstraintStream generics: NetBeans doesn't like it. (Affects Getting Started experience)
- Closed