Quantcast

[cvs plugin] Missing class hudson.scm.cvs.Messages

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[cvs plugin] Missing class hudson.scm.cvs.Messages

hidminds
I have checked out the jenkins cvs plugin from github and imported the maven project with the m2eclipse plugin of my Eclipse IDE.
Now my eclipse IDE complains about a missing java class hudson.scm.cvs.Messages which is called in hudsun.scm.CvsModule and other classes.

Is there some magic I have left out or has the sourcecode file just not been commited to github? ;-)

Regards
Daniel Fischer
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

RE: [cvs plugin] Missing class hudson.scm.cvs.Messages

Michael Clarke
This file is generated by maven based on what's in the Messages.properties file [1]. Run

mvn compile

to perform this step. Since this file is created in the generated-sources folder, it wont be checked-in to git and you'll have to refresh you Eclipse workspace to force Eclipse to see it.

Thanks,
Michael

[1] https://wiki.jenkins-ci.org/display/JENKINS/Internationalization

-original message-
Subject: [cvs plugin] Missing class hudson.scm.cvs.Messages
From: hidminds <[hidden email]>
Date: 08/10/2012 11:29

I have checked out the jenkins cvs plugin from github and imported the
maven project with the m2eclipse plugin of my Eclipse IDE.
Now my eclipse IDE complains about a missing java class
hudson.scm.cvs.Messages which is called in hudsun.scm.CvsModule and other
classes.

Is there some magic I have left out or has the sourcecode file just not
been commited to github? ;-)

Regards
Daniel Fischer

Loading...