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

Investigate GitHub build actions and failing checkstyle on Windows #200

Closed
Tracked by #153
ndoschek opened this issue Apr 5, 2022 · 0 comments · Fixed by #202
Closed
Tracked by #153

Investigate GitHub build actions and failing checkstyle on Windows #200

ndoschek opened this issue Apr 5, 2022 · 0 comments · Fixed by #202
Assignees
Labels
bug Something isn't working ci Issues related to the Continuous Integration modelserver EMF.cloud Model Server windows Windows-specific issues

Comments

@ndoschek
Copy link
Contributor

ndoschek commented Apr 5, 2022

Investigate failing GitHub build actions for Ubuntu and Windows.
Also, investigate why checkstyle fails on our Windows VMs and how it can be resolved.

@ndoschek ndoschek added bug Something isn't working ci Issues related to the Continuous Integration windows Windows-specific issues modelserver EMF.cloud Model Server labels Apr 5, 2022
@ndoschek ndoschek added this to the 0.8.0 Stable Release milestone Apr 5, 2022
ndoschek added a commit that referenced this issue Apr 6, 2022
- Clean up libs in tests/org.eclipse.emfcloud.modelserver.tests
@ndoschek ndoschek self-assigned this Apr 6, 2022
ndoschek added a commit that referenced this issue Apr 6, 2022
- Clean up libs in tests/org.eclipse.emfcloud.modelserver.tests
ndoschek added a commit that referenced this issue Apr 7, 2022
- Clean up libs in tests/org.eclipse.emfcloud.modelserver.tests
- Ensure examples directory is not excluded anymore for m2 deployment (we did not publish the example server launch since June!)
- Update guice dependencies to match p2 version (Reduces warnings on JAR startup)
ndoschek added a commit that referenced this issue Apr 7, 2022
- Clean up libs in tests/org.eclipse.emfcloud.modelserver.tests
- Ensure examples directory is not excluded anymore for m2 deployment (we did not publish the example server launch since June!)
- Update guice dependencies to match p2 version (Reduces warnings on JAR startup)
ndoschek added a commit that referenced this issue Apr 7, 2022
- Clean up libs in tests/org.eclipse.emfcloud.modelserver.tests
- Ensure examples directory is not excluded anymore for m2 deployment (we did not publish the example server launch since June!)
- Update guice dependencies to match p2 version (Reduces warnings on JAR startup)
ndoschek added a commit that referenced this issue Apr 7, 2022
- Clean up libs in tests/org.eclipse.emfcloud.modelserver.tests
- Ensure examples directory is not excluded anymore for m2 deployment (we did not publish the example server launch since June!)
- Update guice dependencies to match p2 version (Reduces warnings on JAR startup)
ndoschek added a commit that referenced this issue Apr 7, 2022
- Clean up libs in tests/org.eclipse.emfcloud.modelserver.tests
- Ensure examples directory is not excluded anymore for m2 deployment (we did not publish the example server launch since June!)
- Update guice dependencies to match p2 version (Reduces warnings on JAR startup)
ndoschek added a commit that referenced this issue Apr 7, 2022
- Clean up libs in tests/org.eclipse.emfcloud.modelserver.tests
- Ensure examples directory is not excluded anymore for m2 deployment (we did not publish the example server launch since June!)
- Update guice dependencies to match p2 version (Reduces warnings on JAR startup)
ndoschek added a commit that referenced this issue Apr 7, 2022
- Clean up libs in tests/org.eclipse.emfcloud.modelserver.tests
- Ensure examples directory is not excluded anymore for m2 deployment (we did not publish the example server launch since June!)
- Update guice dependencies to match p2 version (Reduces warnings on JAR startup)
ndoschek added a commit that referenced this issue Apr 7, 2022
- Clean up libs in tests/org.eclipse.emfcloud.modelserver.tests
- Ensure examples directory is not excluded anymore for m2 deployment (we did not publish the example server launch since June!)
- Update guice dependencies to match p2 version (Reduces warnings on JAR startup)
- Ensure GitHub Action builds use maven version < 3.8.5 (we use 3.8.4 at the moment)

Resolves #200 
Resolves #201
ndoschek added a commit that referenced this issue Apr 7, 2022
- Clean up libs in tests/org.eclipse.emfcloud.modelserver.tests
- Ensure examples directory is not excluded anymore for m2 deployment (we did not publish the example server launch since June!)
- Update guice dependencies to match p2 version (Reduces warnings on JAR startup)
- Ensure GitHub Action builds use maven version < 3.8.5 (we use 3.8.4 at the moment)

Resolves #200 
Resolves #201
ndoschek added a commit that referenced this issue Apr 7, 2022
- Clean up libs in tests/org.eclipse.emfcloud.modelserver.tests
- Ensure examples directory is not excluded anymore for m2 deployment (we did not publish the example server launch since June!)
- Update guice dependencies to match p2 version (Reduces warnings on JAR startup)
- Ensure GitHub Action builds use maven version < 3.8.5 (we use 3.8.4 at the moment) via maven wrapper plugin

Resolves #200 
Resolves #201
ndoschek added a commit that referenced this issue Apr 7, 2022
- Clean up libs in tests/org.eclipse.emfcloud.modelserver.tests
- Ensure examples directory is not excluded anymore for m2 deployment (we did not publish the example server launch since June!)
- Update guice dependencies to match p2 version (Reduces warnings on JAR startup)
- Ensure GitHub Action builds use maven version < 3.8.5 (we use 3.8.4 at the moment) via maven wrapper plugin

Resolves #200 
Resolves #201
ndoschek added a commit that referenced this issue Apr 7, 2022
- Clean up libs in tests/org.eclipse.emfcloud.modelserver.tests
- Ensure examples directory is not excluded anymore for m2 deployment (we did not publish the example server launch since June!)
- Update guice dependencies to match p2 version (Reduces warnings on JAR startup)
- Ensure GitHub Action builds use maven version < 3.8.5 (we use 3.8.4 at the moment) via maven wrapper plugin

Resolves #200 
Resolves #201
ndoschek added a commit that referenced this issue Apr 7, 2022
- Clean up libs in tests/org.eclipse.emfcloud.modelserver.tests
- Ensure examples directory is not excluded anymore for m2 deployment (we did not publish the example server launch since June!)
- Update guice dependencies to match p2 version (Reduces warnings on JAR startup)
- Ensure GitHub Action builds use maven version < 3.8.5 (we use 3.8.4 at the moment) via maven wrapper plugin
- WIP: add maven wrapper (-Dmaven=3.8.4) for github action

Resolves #200 
Resolves #201
ndoschek added a commit that referenced this issue Apr 7, 2022
- Clean up libs in tests/org.eclipse.emfcloud.modelserver.tests
- Ensure examples directory is not excluded anymore for m2 deployment (we did not publish the example server launch since June!)
- Update guice dependencies to match p2 version (Reduces warnings on JAR startup)
- Ensure GitHub Action builds use maven version < 3.8.5 (we use 3.8.4 at the moment) via maven wrapper plugin
- Add maven wrapper scripts (-Dmaven=3.8.4) for github action builds

Resolves #200 
Resolves #201
ndoschek added a commit that referenced this issue Apr 7, 2022
- Clean up libs in tests/org.eclipse.emfcloud.modelserver.tests
- Ensure examples directory is not excluded anymore for m2 deployment (we did not publish the example server launch since June!)
- Update guice dependencies to match p2 version (Reduces warnings on JAR startup)
- Ensure GitHub Action builds use maven version < 3.8.5 (we use 3.8.4 at the moment) via maven wrapper plugin
- Add maven wrapper scripts (-Dmaven=3.8.4) for github action builds

Resolves #200 
Resolves #201
ndoschek added a commit that referenced this issue Apr 7, 2022
- Clean up libs in tests/org.eclipse.emfcloud.modelserver.tests
- Ensure examples directory is not excluded anymore for m2 deployment (we did not publish the example server launch since June!)
- Update guice dependencies to match p2 version (Reduces warnings on JAR startup)
- Ensure GitHub Action builds use maven version < 3.8.5 (we use 3.8.4 at the moment) via maven wrapper plugin
- Add maven wrapper scripts (-Dmaven=3.8.4) for github action builds

Resolves #200 
Resolves #201
ndoschek added a commit that referenced this issue Apr 7, 2022
…8.4 (#202)

- Clean up libs in tests/org.eclipse.emfcloud.modelserver.tests
- Ensure examples directory is not excluded anymore for m2 deployment (we did not publish the example server launch since June!)
- Update guice dependencies to match p2 version (Reduces warnings on JAR startup)
- Ensure GitHub Action builds use maven version < 3.8.5 (we use 3.8.4 at the moment) via maven wrapper plugin
- Add maven wrapper scripts (-Dmaven=3.8.4) for github action builds

Resolves #200 
Resolves #201
ndoschek added a commit that referenced this issue Apr 13, 2022
- Revert examples directory exclusion for m2 deployment
- Deploy job can publish example modules without -DpluginsOnly argument
- Release job uses argument -DpluginsOnly to avoid publishing the example module
ndoschek added a commit that referenced this issue Apr 13, 2022
…210)

- Revert examples directory exclusion for m2 deployment
- Deploy job can publish example modules without -DpluginsOnly argument
- Release job uses argument -DpluginsOnly to avoid publishing the example module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci Issues related to the Continuous Integration modelserver EMF.cloud Model Server windows Windows-specific issues
Projects
None yet
1 participant