Hello devs,
Today I've cloned the xwiki - {platform and commons} modules from GitHub.1) When I tried to build the platform module it gives me a strange error. See it at http://pastebin.com/HMTLkc76. It's xwiki-commons-tool-xar-handlers.3.1-SNAPSHOT dependency that is not fetched correctly. In an attempt to fix it, I've cleaned my local repo and forced updates via mvn .. -U command line option. So after getting the same error message [see above], I've inspected my repo and the following files were found: resolver-status.properties xwiki-commons-tool-xar-handlers-3.1-SNAPSHOT.jar.lastUpdated xwiki-commons-tool-xar-handlers-3.1-SNAPSHOT.pom.lastUpdated All these files contain the same content: #NOTE: This is an internal implementation file, its format can be changed without prior notice. #Thu May 26 16:37:28 CEST 2011 maven-metadata-xwiki-plugins-snapshots.xml.error= maven-metadata-xwiki-plugins-snapshots.xml.lastUpdated=1306420648539 maven-metadata-xwiki-plugins-externals.xml.lastUpdated=1306420648539 maven-metadata-xwiki-plugins-externals.xml.error= 2) I've also tried to clone the xwiki-trunks module and to build it, but I think there is a little inconsitency with respect to directory layout( SVN layout). See the <parent> section where the relative path is "commons" instead of xwiki-commons. Of course that I can go to the problematic submodules and further pinpoint the problem (this is what I will do now), but personally I would like to do nothing more than a simple "mvn install" at the root of the main module. Thanks and looking forward hearing from you, -- ing. Bogdan Flueras _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

