[xwiki-devs] photo album svn problem
Hi all, I tried getting source of old photo album application from this url. http://svn.xwiki.org/svnroot/xwiki/platform/xwiki-applications/trunk/photoal... I installed maven and integrated it with netbeans 6.5 and when i tried to get the project first it loaded all the dependency jar files and finally it say that it can't find the resource of photo album application Unable to find resource com.xpn.xwiki.platform.applications:xwiki-applications:jar:20-SNAPSHOT' in repository xwiki-applications-repo ( http://svn.xwiki.org/svnroot/xwiki/platform/xwiki-applications/trunk/photoal... ) Is there any other way to get the source of this photo album thanks in advance.
Hi Amila, This is a maven issue, not a svn one. Your problem is very likely that you don't have a global configuration for maven repositories (in a settings.xml file that uses maven). Make sure you follow the guide at http://dev.xwiki.org/xwiki/bin/view/Community/Building, especially section "Installing Maven" and "Building With Maven" before you try to do it from your IDE. Thanks, Jerome. Amila Jayatillaka wrote:
Hi all, I tried getting source of old photo album application from this url. http://svn.xwiki.org/svnroot/xwiki/platform/xwiki-applications/trunk/photoal...
I installed maven and integrated it with netbeans 6.5 and when i tried to get the project first it loaded all the dependency jar files and finally it say that it can't find the resource of photo album application
Unable to find resource com.xpn.xwiki.platform.applications:xwiki-applications:jar:20-SNAPSHOT' in repository xwiki-applications-repo ( http://svn.xwiki.org/svnroot/xwiki/platform/xwiki-applications/trunk/photoal... )
Is there any other way to get the source of this photo album thanks in advance. _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
participants (2)
-
Amila Jayatillaka -
Jerome Velociter