Firstly, I am a newbie to Eclipse/MyEclipse, so apologies if this a no brainer.
I created a web project, added struts capablities then imported my existing source.
I then committed all the Eclipse/MyExclipse specific files to the repository. So far so good.
But, when I pull the project it will not build because the Struts libraries are missing.
The error message is “Project MyProject is missing required library”
eg. ‘MyProject/WEB-INF/lib/commons-beanutils.jar
I cannot re-add Struts capabilities from the project properties -> MyEclipse menu because the option is not present.
How to do I re-add the Struts capabilities?
Or should I add the WEB-INF/lib/struts libs to the repository (seems odd to have to do that)