How to enable logging per file/package

2019-01-25 Thread Gerry Storm
I built Jenkins from the source and want to enable logging available in some Jenkins source files. How do I do this? I tried to follow the instructions in https://wiki.jenkins.io/display/JENKINS/Logging but did not get much mileage. The page says "Tell us the symptom of your problem in the use

enabling logging for Queue.java

2019-01-13 Thread Gerry Storm
Hi All. I want to be able to log activities related to queue maintenance. I followed the instructions in https://wiki.jenkins.io/display/JENKINS/Logging. The page says "*Tell us the symptom of your problem in the users list and we should be able to tell you where you need to look at. *Please adv

Re: Building Jenkins in Eclipse

2019-01-04 Thread Gerry Storm
-8, Gerry Storm wrote: > > 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 > // No

Re: Building Jenkins in Eclipse

2019-01-03 Thread Gerry Storm
he compile error in IntelliJ is due to missing generated resource > files. These generated sources are not picked up automatically. You need to > make sure that the folder target/generated-sources/localizer is recognized > as source folder. > > Am 03.01.2019 um 21:19 schrieb Gerry

Re: Building Jenkins in Eclipse

2019-01-03 Thread Gerry Storm
I'm a bit surprised. jenkins is widely used and it looks looks like there are tons of contributors. I assumed it would be a breeze to build it from the source. I wonder if this is just my bad luck? On Thu, Jan 3, 2019 at 12:08 PM Gerry Storm wrote: > I have tried inlelliji and still

Re: Building Jenkins in Eclipse

2019-01-03 Thread Gerry Storm
ersonally use intellij idea, since it lets you import a project ( and > if it is maven it will wire things up on its own). > > https://blog.jetbrains.com/idea/2008/03/opening-maven-projects-is-easy-as-pie/ > > > On Thu, Jan 3, 2019 at 10:55 AM Gerry Storm wrote: > >> Thank

Re: Building Jenkins in Eclipse

2019-01-03 Thread Gerry Storm
Thank you all very much. I am not particularly fond of Eclipse per se. I have used it in the past and it was my first choice. If you think Apache NetBeans or IntelliJ IDEA are better I will switch to one of those. Which one would you recommend and are there instructions available I could follow? O

Re: Building Jenkins in Eclipse

2019-01-02 Thread Gerry Storm
cannot be resolvedCLI.java /cli/src/main/java/hudson/cliline 26Java Problem 4. Some other Java problems like wrong return value etc. I am still in the dark as to how to make it work. On Monday, December 31, 2018 at 9:52:22 AM UTC-8, Gerry Storm wrote: > > I have tried to

Re: Building Jenkins in Eclipse

2019-01-02 Thread Gerry Storm
how can I add it as you advise? Thank you for your patience. On Monday, December 31, 2018 at 9:52:22 AM UTC-8, Gerry Storm wrote: > > I have tried to follow instructions in > https://wiki.jenkins.io/display/JENKINS/Building+Jenkins: > > // check out the workspace > $ git clone

Re: Failure to build Jenkins from source

2018-10-03 Thread Gerry Storm
Thank you so much Mark. On Wednesday, October 3, 2018 at 12:40:02 PM UTC-7, Gerry Storm wrote: > > I followed instructions in > https://wiki.jenkins.io/display/JENKINS/Building+Jenkins to build Jenkins > on my Ubuntu box. > > The build failed with the following error: > &g

Failure to build Jenkins from source

2018-10-03 Thread Gerry Storm
I followed instructions in https://wiki.jenkins.io/display/JENKINS/Building+Jenkins to build Jenkins on my Ubuntu box. The build failed with the following error: Adding failure due to exception org.apache.maven.enforcer.rule.api.EnforcerRuleException: 3.5.4+ required to use Incrementals. See