Alas that page is complete bunkum... if you are using eclipse make sure you use a distribution with m2eclipse (or add it) then after building Jenkins at the command line (mvn install -DskipTests) import the projects in the normal eclipse way as a "Maven" project.
/James On Tue, 1 Jan 2019 at 15:58, Ullrich Hafner <[email protected]> wrote: > I’m not sure if one of the developers is still using Eclipse. Did you try > in IntelliJ (or is that not an option)? > > BTW: I think your questing is better suited for the dev list, see Jenkins > Developers <[email protected]>. > > > Am 31.12.2018 um 18:52 schrieb Gerry Storm <[email protected]>: > > I have tried to follow instructions in > https://wiki.jenkins.io/display/JENKINS/Building+Jenkins: > > // check out the workspace > $ git clone https://github.com/jenkinsci/jenkins.git > // Download dependencies and build with Maven > // Note: mvn install may be a prerequisite for other mvn targets > $ cd jenkins > $ mvn -Plight-test install > > All went fine. > > After that I followed instructions in > https://wiki.jenkins.io/display/JENKINS/Setting+up+Eclipse+to+build+Jenkins. > > > I tried several times and Eclipse ALWAYS finds errors after it imports the > projects. (see attached screenshot). > I am a newbie so maybe the instructions imply stuff I am not familiar with. > > My goals are: > > 1. Build Jenkins from source in Eclipse > 2. Run it under a debugger so that I can make myself familiar with the > flow. > > > Please help. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" 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-users/a00369ef-2bd3-470e-a787-e7a9bfaca2f4%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/a00369ef-2bd3-470e-a787-e7a9bfaca2f4%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > <Screenshot from 2018-12-31 09-48-49.png> > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" 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-users/9C623046-BA74-45F2-8C99-1D977947EA9A%40gmail.com > <https://groups.google.com/d/msgid/jenkinsci-users/9C623046-BA74-45F2-8C99-1D977947EA9A%40gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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-users/CAPzq3pdidQHtLfAwHgX51%3DQxB5pH4_%3D9s1svAsD5xkpwMJn57g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
