Can't find Messages.java file in master branch
Closed this issue · 4 comments
Jenkins and plugins versions report
Environment
Paste the output here
What Operating System are you using (both controller, and any agents involved in the problem)?
i want fix bug ,so i git clone master branch but complier error,because i can't find Message java file in package jenkins.plugins.publish_over_ssh
Reproduction steps
i can't find Message java file
Expected Results
Messgae file master branch
Actual Results
Messgae file master branch
Anything else?
No response
Are you going to fix the bug that when hostname is too long, chrome would be memory leak while loading the hostname list?
Messages class get's autogenerated - as described here https://wiki.jenkins.io/JENKINS/Internationalization.html
If you can't find the generated folder, maybe running mvn generate-sources
will trigger creating those?
Are you going to fix the bug that when hostname is too long, chrome would be memory leak while loading the hostname list?
@Martwu is there a seperate Issue for that somewhere? If so please comment on that , or create an Issue if it does not exist, as it is unrelated to this Issue.