Hello,
Thanks for the input on setting the proxy in my settings.xml. That WAS the
problem.
Now I am building xwiki-core and trying to resolve errors as I get them.
Finally, I have reached the stage where the "target" folder gets created
but, I am running into these errors and others like this:
\xwiki-platform-core\xwiki-core\src\main\java\com\xpn\xwiki\objects\classes\NumberCla
ss.java:138:0::0 input cannot be resolved to a type
error at input input2 = new input();
\xwiki-platform-core\xwiki-core\src\main\java\com\xpn\xwiki\objects\classes\NumberCla
ss.java:149:0::0 input cannot be resolved to a type
error at input input2 = new input();
\xwiki-platform-core\xwiki-core\src\main\java\com\xpn\xwiki\objects\classes\GroupsCla
ss.java:107:0::0 select cannot be resolved to a type
error at option option = new option(display, value);
\xwiki-platform-core\xwiki-core\src\main\java\com\xpn\xwiki\objects\classes\GroupsCla
ss.java:143:0::0 option cannot be resolved to a type
error at option option = new option(display, value);
and more like these...Can anybody point out whats going wrong here.
Thanks