Thread: [xSocket-develop] xsocket problem with maven repository
Status: Inactive
Brought to you by:
grro
|
From: Jacek K. <ve...@wp...> - 2008-10-23 08:49:18
|
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 |
|
From: Jacek K. <ve...@wp...> - 2008-10-23 09:08:25
|
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 ---------------------------------------------------- Niezwykła i egzotyczna chińska saga, w której realizm splata się z bajkowością. To powieść o dojrzewaniu, miłości, zemście i przeznaczeniu."Bracia" - Da Chen. Już w księgarniach! http://klik.wp.pl/?adr=http%3A%2F%2Fcorto.www.wp.pl%2Fas%2Fbracia2.html&sid=527 |
|
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 > |
|
From: Jacek K. <ve...@wp...> - 2008-10-28 15:27:59
|
Gregor,<br><br>Thank you for help. New version of xLightweb worked for me.<br><br>Best regards,<br>Jacek Kolodziejewski<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">Hi,<br><br>I'm going to fix that. <br><br>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.<br> <br>Gregor <br><br><br><div class="gmail_quote">2008/10/23 Jacek Kołodziejewski <span dir="ltr"><ve...@wp...></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Hi,<br> <br> Since 10/19 I'm unable to compile code which uses xlightweb using Maven.<br> The problem I see is:<br> <br> [INFO]<br> ------------------------------------------------------------------------<br> [ERROR] BUILD ERROR<br> [INFO]<br> ------------------------------------------------------------------------<br> [INFO] Failed to resolve artifact.<br> <br> Couldn't find a version in [2.2] to match range [2.1.2,2.2)<br> org.xsocket:xSocket:jar:null<br> <br> from the specified remote repositories:<br> central (<a href="http://repo1.maven.org/maven2" target="_blank">http://repo1.maven.org/maven2</a>)<br> <br> <br> [INFO]<br> ------------------------------------------------------------------------<br> [INFO] For more information, run Maven with the -e switch<br> [INFO]<br> ------------------------------------------------------------------------<br> <br> Dependency in my pom.xml<br> <dependency><br> <groupId>org.xlightweb</groupId><br> <artifactId>xlightweb</artifactId><br> <version>2.0</version><br> <scope>test</scope><br> </dependency><br> <br> I've tried to use all versions of xlightweb available in maven<br> repository but all of them do no work. I've traced what maven do with<br> repository and I see that one of the steps is downloading<br> /nexus/content/repositories/central/org/xsocket/xSocket/maven-metadata.xml<br> and this file contains information about only one version of xsocket<br> (2.2) and xslightweb requires version lower than 2.2<br> version="1.0" encoding="UTF-8"?><metadata><br> <groupId>org.xsocket</groupId><br> <artifactId>xSocket</artifactId><br> <version>2.2</version><br> <versioning><br> <versions><br> <version>2.2</version><br> </versions><br> <lastUpdated>20081019161028</lastUpdated><br> </versioning><br> </metadata><br> <br> Maven repository contains much more versions of xsocket and I think that<br> they should be listed here. I suspect that this caused by<br> mistake made during upload of new xsocket release to maven repository.<br> <br> Best regards,<br> Jacek Kolodziejewski<br> <br> -------------------------------------------------------------------------<br> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge<br> Build the coolest Linux based applications with Moblin SDK & win great prizes<br> Grand prize is a trip for two to an Open Source event anywhere in the world<br> <a href="http://moblin-contest.org/redirect.php?banner_id=100&url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&url=/</a><br> _______________________________________________<br> xSocket-develop mailing list<br> <a href="mailto:xSo...@li...">xSo...@li...</a><br> <a href="https://lists.sourceforge.net/lists/listinfo/xsocket-develop" target="_blank">https://lists.sourceforge.net/lists/listinfo/xsocket-develop</a><br> </blockquote></div><br> </blockquote><br><br><br /><br /><br />----------------------------------------------------<br />Wspomnij Jana Pawła II i innych Wielkich Polaków, <br />których nie ma już z nami. <br />Zapal Wirtualny Znicz - kliknj: <br /><A HREF="http://klik.wp.pl/?adr=http://corto.www.wp.pl/as/znicz01.html&sid=540" TARGET="_blank">http://klik.wp.pl/?adr=http://corto.www.wp.pl/as/znicz01.html&sid=540</A> |