Hi, Karthik plz refer to my post(Ace Han) for a short term solution
> 1. download the *source.zip* from > https://github.com/jenkinsci/jenkins(I mean the root of the project, > not just core folder since *Jenkins CLI* module is required for *Jenkins > core* from the this recompilation build ), pick up any commit, branch > as you like > 2. unzip this source.zip to folder *jenkins-xxx*, (wherever as you > like) > 3. replace *@WithBridgeMethods\(.*\) *with *// patching for debug* to > * jenkins-xxx/core/src/**/*.java* > 4. run *mvn package -Dmaven.test.skip=true *(you should get your maven > working) > 5. we should only care about the *jenkins-core-xxx.jar* is finally > recompiled though some error may occur on other modules > 6. done > > On Wednesday, June 18, 2014 9:14:23 AM UTC+8, Karthik V S wrote: > > Hi, > > I am getting the same error. Can anyone provide the solution for this? I > am using Eclipse Kepler. > > On Friday, 15 November 2013 10:29:28 UTC-8, kutzi wrote: >> >> Hi, >> >> I had several problems with building Jenkins/maven-plugin in the past, >> but the errors I'm getting now are especial nasty: >> Eclipse e.g. complains that it cannot find hudson.model.Queue.Item (in >> MavenModuleSet) and several other compile errors. >> I checked the the Jenkins core jar is intact (building with mvn works) >> and no amount of refreshing in Eclipse and the usual other tricks to get >> it working again got me anywhere. >> >> Did anyone have similar problems and maybe a solution? >> Eclipse Kepler 4.3.1, M2e 1.4.0 >> >> - >> Kutzi >> >> -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
