I have made a mistake and imported projects from a wrong place, Eclipse has TWO import paths and I used the wrong one.
However I still see build errors:
1)
Character reference "" is an invalid XML character. config_1_0_with_special_chars.xml /jenkins-core/src/test/resources/hudson line 7 XML Problem
The offending line is:
<label>LESS_TERMCAP_mb=[01;31m</label>
2) A Java error:
Type mismatch: cannot convert from CopyOnWriteArrayList<ExtensionComponent<Descriptor>> to CopyOnWriteArrayList<ExtensionComponent<Descriptor<T>>>
3). An error running some task, maybe an artifact of one of the above errors. Here is the failing execution block in jenkins-war/pom.xml
<execution>
<phase>generate-sources</phase>
<id>gulp bundle</id>
<goals>
<goal>gulp</goal>
</goals>
<configuration>
<arguments>jshint bundle</arguments>
</configuration>
</execution>
The stack trace is too long to place here.
Thank you all in advance.