-
Notifications
You must be signed in to change notification settings - Fork 18
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
Build with Tycho 4.0.8 #301
base: master
Are you sure you want to change the base?
Conversation
we also use older in Jenkinsfile. am not sure if this is a Java 11 thing and no toolchains |
Probably that's a problem yes. |
yes, but
|
I can set it up. For local use one needs a On the other hand, do you already have a plan when to require Java-17 in MWE? With #302 this passes locally using a Java-17 JDK. |
it depends when we find the time to do the java 21 move part 2 in Xtext |
c479bc6
to
bc2a2b7
Compare
Understand. I also removed the tychoVersion parameter of the |
And regarding the documentaiton, one only needs the usual local |
How does your toolchain look like |
Can you double check with the tycho 5 branch |
Sure, the following is my
|
Btw. the changes in the Jenkinsfile are not picked up from a PR since I don't have write access in this repo. |
Meh can do later when home |
Will have a look. Btw. at least locally it looked like this resolves #277. |
Alternatively you can also |
I have no clue why it fails this way (at least the toolchain is picked up)...
|
But what I find very strange is that each Maven module seems to be executed twice. Once for the clean lifecycle and once for the regular one? |
The mwe build is 100 years old and nobody understands it part of the problem might be the aggregate javadoc which makes problems without tycho resolver classic (see open issues ) |
I guess its more because the |
@HannesWell can you rebase this one. then i can update the other branch |
The release option is simpler to use (just one option) and more powerful, it also checks if the Java standard API referenced is available in the specified release.
bc2a2b7
to
3901ff2
Compare
Done. Unfortunately the strange double execution still exists. So I guess I have to dig deeper into #277, but I cannot tell if I have time for that today. :/ |
i guess we can take the time we need |
Locally I cannot even build the current master with javadoc generation enabled. But a general question: Is the javadoc generation even necessary/used? Or can we at least use javadocs per project? |
I don’t know if anybody uses it or if it is uploaded somewhere |
Any updates on this one? |
Let's see what happens.