Re: [xSocket-develop] xsocket problem with maven repository
Status: Inactive
Brought to you by:
grro
|
From: Gregor R. <gre...@go...> - 2008-10-23 17:10:03
|
Hi, I'm going to fix that. Meanwhile a new version of xLightweb is available (which does not uses version ranges). Unfortunately the artefacts hasn´t synchronized to the central maven repository, yet. Sourceforge do have problems at the moment. Gregor 2008/10/23 Jacek Kołodziejewski <ve...@wp...> > Hi, > > Since 10/19 I'm unable to compile code which uses xlightweb using Maven. > The problem I see is: > > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > Couldn't find a version in [2.2] to match range [2.1.2,2.2) > org.xsocket:xSocket:jar:null > > from the specified remote repositories: > central (http://repo1.maven.org/maven2) > > > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > > Dependency in my pom.xml > <dependency> > <groupId>org.xlightweb</groupId> > <artifactId>xlightweb</artifactId> > <version>2.0</version> > <scope>test</scope> > </dependency> > > I've tried to use all versions of xlightweb available in maven > repository but all of them do no work. I've traced what maven do with > repository and I see that one of the steps is downloading > /nexus/content/repositories/central/org/xsocket/xSocket/maven-metadata.xml > and this file contains information about only one version of xsocket > (2.2) and xslightweb requires version lower than 2.2 > version="1.0" encoding="UTF-8"?><metadata> > <groupId>org.xsocket</groupId> > <artifactId>xSocket</artifactId> > <version>2.2</version> > <versioning> > <versions> > <version>2.2</version> > </versions> > <lastUpdated>20081019161028</lastUpdated> > </versioning> > </metadata> > > Maven repository contains much more versions of xsocket and I think that > they should be listed here. I suspect that this caused by > mistake made during upload of new xsocket release to maven repository. > > Best regards, > Jacek Kolodziejewski > > ---------------------------------------------------- > ATRAKCYJNE NIERUCHOMOŚCI W ZAKOPANEM !!! > Apartamenty, Domy, Działki, Pensjonaty, Hotele, Lokale użytkowe... > Kliknij: http://klik.wp.pl/?adr=www.bachledanieruchomosci.pl&sid=528 > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > xSocket-develop mailing list > xSo...@li... > https://lists.sourceforge.net/lists/listinfo/xsocket-develop > |