The module that fails, xwiki-platform-test, depends on the xwiki-platform-rest-model and for some reason your IDE doesn't find this dependency. Please read (again) http://dev.xwiki.org/xwiki/bin/view/Community/Building , especially the part about configuring the XWiki custom Maven remote repositories.
On Tue, Jun 10, 2014 at 4:16 PM, wafid <[email protected]> wrote: > hello. > > when I try to build xwiki-platform in IntelliJ I get this error : > > /home/wafid/xwiki-intelliJ/xwiki-platform-xwiki-platform-5.4.5/xwiki-platform-core/xwiki-platform-test/src/main/java/org/xwiki/test/ui/TestUtils.java > Error:(62, 33) java: package org.xwiki.rest.model.jaxb does not exist > Error:(63, 33) java: package org.xwiki.rest.model.jaxb does not exist > Error:(119, 20) java: cannot find symbol > symbol: class ObjectFactory > location: class org.xwiki.test.ui.TestUtils > Error:(130, 37) java: cannot find symbol > symbol: class ObjectFactory > location: class org.xwiki.test.ui.TestUtils > Error:(1020, 9) java: cannot find symbol > symbol: class Xwiki > location: class org.xwiki.test.ui.TestUtils > > > help; > > > > -- > View this message in context: > http://xwiki.475771.n2.nabble.com/IntelleJ-Errors-tp7590960.html > Sent from the XWiki- Users mailing list archive at Nabble.com. > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
