Hi Shelan, shelan Perera wrote: > Hi Devs, > > I tried building Xwiki from the Sources day before yesterday and I got 2 > artifacts missing when i try to build Xwiki/trunk ,Today Xwiki/trunk build > succesfully and Xwiki Enterprise 2.0 still has one artifact missing.
First of all, why do you need to build the entire trunk? This is the job of the continuous integration server ( http://hudson.xwiki.org/ ). You should checkout and build only the code you modify. See http://dev.xwiki.org/xwiki/bin/view/Community/Building#HBuildingwithMaven . If something is not clear in the documentation then please help us improve it. Usually the quickest way to integrate your changes in an XE instance is to: (1) download a recent XE build from http://maven.xwiki.org/ (2) build the module you modify (3) copy the generated jar in WEB-INF/lib If you work offline then you should: (1) build the module you modify (2) build platform/web/standard (3) build enterprise/ > > Following artifact is missing. > > Missing: > ---------- > 1) com.xpn.xwiki.platform:xwiki-web-standard:war:2.0 > > Try downloading the file manually from the project website. mvn dependency:tree This way you can see who needs this dependency. Anyway, the trunk it at version 2.3 now so the 2.0 dependency is strange. > > > Could you please let me know whether it is temporarily failure.( Since > previous check outs and building did not generate this error) > (I am using settings.xml in the xwiki.org site for building) You can look at http://hudson.xwiki.org/ to see if the module you are trying to build has failures. Hope this helps, Marius > > Thank you > > Regards, > Shelan Perera > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

