[xwiki-devs] Fail to build XWiki from GitHub
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
On Thu, May 26, 2011 at 16:56, Bogdan Flueras <[email protected]> wrote:
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
I think you just found a problem in our nexus configuration which is supposed to clean unused SNAPSHOT and the problem is that no modification has been done for too long or the configuration is too short. I will disable it and force a commons deploy for now. In the meantime you could simply build commons since you cloned it. -- Thomas Mortagne
On Thu, May 26, 2011 at 17:11, Thomas Mortagne <[email protected]> wrote:
On Thu, May 26, 2011 at 16:56, Bogdan Flueras <[email protected]> wrote:
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
I think you just found a problem in our nexus configuration which is supposed to clean unused SNAPSHOT and the problem is that no modification has been done for too long or the configuration is too short. I will disable it and force a commons deploy for now. In the meantime you could simply build commons since you cloned it.
Should be ok now (when commons and rendering build will bee finished but at least I fixed the configuration). Thanks for catching it, we all have commons in our local repository so we would not have seen it before long I think.
-- Thomas Mortagne
-- Thomas Mortagne
Hello, Thanks for your help. I do seem to have the same problem though for the xwiki-web-gwt-wysiwyg-plugin-api:jar:3.1-SNAPSHOT artifact. I think that a clean install with an empty M2 repo will reveal all related problems. How about my question #2 ? -- View this message in context: http://xwiki.475771.n2.nabble.com/Fail-to-build-XWiki-from-GitHub-tp6407305p... Sent from the XWiki- Dev mailing list archive at Nabble.com.
On Fri, May 27, 2011 at 10:31, Bogdan Flueras <[email protected]> wrote:
Hello, Thanks for your help. I do seem to have the same problem though for the xwiki-web-gwt-wysiwyg-plugin-api:jar:3.1-SNAPSHOT artifact.
What is the excat error you get ?
I think that a clean install with an empty M2 repo will reveal all related problems.
How about my question #2 ?
Fixed.
-- View this message in context: http://xwiki.475771.n2.nabble.com/Fail-to-build-XWiki-from-GitHub-tp6407305p... Sent from the XWiki- Dev mailing list archive at Nabble.com. _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
On Fri, May 27, 2011 at 10:47, Thomas Mortagne <[email protected]> wrote:
On Fri, May 27, 2011 at 10:31, Bogdan Flueras <[email protected]> wrote:
Hello, Thanks for your help. I do seem to have the same problem though for the xwiki-web-gwt-wysiwyg-plugin-api:jar:3.1-SNAPSHOT artifact.
What is the excat error you get ?
Note that this module does not exists (and this time it's normal), it's supposed to be named xwiki-platform-wysiwyg-plugin-api in master banch.
I think that a clean install with an empty M2 repo will reveal all related problems.
How about my question #2 ?
Fixed.
-- View this message in context: http://xwiki.475771.n2.nabble.com/Fail-to-build-XWiki-from-GitHub-tp6407305p... Sent from the XWiki- Dev mailing list archive at Nabble.com. _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
-- Thomas Mortagne
On 05/27/2011 10:47 AM, Thomas Mortagne [via XWiki] wrote:
On Fri, May 27, 2011 at 10:31, Bogdan Flueras <[hidden email] </user/SendEmail.jtp?type=node&node=6410227&i=0>> wrote:
Hello, Thanks for your help. I do seem to have the same problem though for the xwiki-web-gwt-wysiwyg-plugin-api:jar:3.1-SNAPSHOT artifact.
What is the excat error you get ? The same as described in the first post.
I think that a clean install with an empty M2 repo will reveal all related problems.
How about my question #2 ?
Fixed.
Kool. Thanks for your help!
-- View this message in context:
http://xwiki.475771.n2.nabble.com/Fail-to-build-XWiki-from-GitHub-tp6407305p...
Sent from the XWiki- Dev mailing list archive at Nabble.com. _______________________________________________ devs mailing list [hidden email] </user/SendEmail.jtp?type=node&node=6410227&i=1> http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne _______________________________________________ devs mailing list [hidden email] </user/SendEmail.jtp?type=node&node=6410227&i=2> http://lists.xwiki.org/mailman/listinfo/devs
------------------------------------------------------------------------ If you reply to this email, your message will be added to the discussion below: http://xwiki.475771.n2.nabble.com/Fail-to-build-XWiki-from-GitHub-tp6407305p...
To unsubscribe from Fail to build XWiki from GitHub, click here <http://xwiki.475771.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=6407305&code=Zmx1ZXJhcy5ib2dkYW5AZ21haWwuY29tfDY0MDczMDV8LTE5MjAzMDUzODg=>.
-- ing. Bogdan Flueras -- View this message in context: http://xwiki.475771.n2.nabble.com/Fail-to-build-XWiki-from-GitHub-tp6407305p... Sent from the XWiki- Dev mailing list archive at Nabble.com.
participants (2)
-
Bogdan Flueras -
Thomas Mortagne