-
Notifications
You must be signed in to change notification settings - Fork 96
xtext.tests says it bundles lib/simple.jar but it does not seem to be in jar #2035
Comments
the one in extras does not say it. |
That file is giving me headaches in #2052 The two tests:
|
@LorenzoBettini can you check if arne found a solution last time |
yes. but if we put the jar to the build.properties and manifest. |
Only if we run that as a plug-in test I guess, at least when running in Eclipse. |
update: it works like a charm with maven-surefire :) |
yes, but there is also |
But in that project, we don't need that JAR for tests... or did you mean something else? |
no but as of now none of the tests in core are executed as plugin tests |
In fact. Currently, everything is executed with maven-surefire (NOT tycho-surefire) that corresponds to execute the tests from Eclipse as JUnit tests, which is what we want, don't we? |
yes this is what we want |
OK! Then it's working. :) |
All 12 projects build and all tests are green! :D |
nice |
@cdietrich @szarnekow everything is working in Eclipse and in the CI (GitHub Actions). |
@LorenzoBettini does this also produce a local maven repo (aka publishing) yet. |
That's another thing I have to try (first locally): I don't remember the syntax for deploying to a local repository and I'm still investigating. For the moment it creates a p2 repository (I created a new project for that) in the same location as it was before. |
@cdietrich I think I got it. |
i dont know if this will work or something needs to be enabled by admins |
nothing has to be enabled IIRC for existing projects. |
we can keep it for testing for now and later decide, am not sure how terrible eclipses quotas are |
I've been using GitHub Actions for EMF Parsley last month, intensively during the new simrel, and it worked perfectly :) |
OK, I'm ready to test it on Jenkinsfile, I'm going to push my branch on the main repo and let's see if I updated Jenkinsfile correctly... |
GitHub Actions are running in the main xtext-core repository... |
with no more gradle this is obsolete |
Bundle-ClassPath: lib/simple.jar,.
The text was updated successfully, but these errors were encountered: