Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: b5be909da006fdac37aca3dfeaa8c764f7350fb0
      
https://github.com/jenkinsci/jenkins/commit/b5be909da006fdac37aca3dfeaa8c764f7350fb0
  Author: Michael Keppler <[email protected]>
  Date:   2023-05-16 (Tue, 16 May 2023)

  Changed paths:
    M core/pom.xml
    M core/src/test/java/hudson/model/RunTest.java

  Log Message:
  -----------
  Make Jenkins compile in Eclipse out of the box (#7993)

When importing the Jenkins sources in Eclipse there are some compiler
errors that cannot easily be fixed by changing preferences:
* There are 2 ambigious method call overloads, which need an additional
type cast to compile in ECJ.
* All generated lexer and parser classes are missing. This is because
the antlr generated code is found automatically in the maven
compilation, but not in m2e (the eclipse maven integration), unless the
generated source path is mentioned explicitly.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/1ce978-b5be90%40github.com.

Reply via email to