[xwiki-devs] compilation errors in com.xpn.xwiki.objects.classes.*
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
you miss org.apache.ecs Apache Element Construction Set is it in your maven local repo in ecs/ecs/1.4.2 ? if not or if the jar is missing, remove the directory from your local repository and relaunch maven install... Pascal On Fri, Mar 28, 2008 at 7:00 PM, Kamna Jain <[email protected]> wrote:
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 _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
participants (2)
-
Kamna Jain -
Pascal Voitot