You must be logged in to do that (read, or write, or update, or delete downloads)

problems with scm:checkout on Windows. got timeout

  4 posts   Feedicon  
Replies: 3 - Last Post: May 09, 2011 03:20
by: dengdai
showing 1 - 4 of 4
 
Posted: November 22, 2009 13:11 by survivant00
I'm trying to test my pom before trying to release my code into Mercurial repository, but I got wierd errors.

I want to know how to do a checkout from the pom.. and what I have to do to release my code into the repository and the compiled jar.. I think the release-plugin can do that, but not sure what I need in my pom.xml

thanks

here the errors that I got

I started with

<scm>
<connection>scm:hg:ssh://survivant00@hg.kenai.com/dlna-mediasuite~dnla-mediasuite</connection>
<developerConnection>scm:hg:ssh://survivant00@hg.kenai.com/dlna-mediasuite~dnla-mediasuite</developerConnection>
<url>https://hg.kenai.com/hg/dlna-mediasuite~dnla-mediasuite</url>
</scm>

mvn scm:checkout

and got a putty error... autentification method not supported.

I changed to

<scm>
<connection>scm:hg:https://hg.kenai.com/hg/dlna-mediasuite~dnla-mediasuite</connection>
<developerConnection>scm:hg:https://hg.kenai.com/hg/dlna-mediasuite~dnla-mediasuite</developerConnection>
<url>https://hg.kenai.com/hg/dlna-mediasuite~dnla-mediasuite</url>
</scm>

still failed.. what I try is to run the command line printed in the console by maven

C:\workspace_personal_dlna\upnp>hg clone -r tip https://@hg.kenai.com/hg/dlna-me
diasuite~dnla-mediasuite c:\workspace_personal_dlna\upnp\target\checkout
abort: error: Operation timed out

I don't have a proxy.
the checkout works fine using tortoiseHG.




 
Posted: November 27, 2009 02:59 by survivant00
still looking for a solution.

thanks
 
Posted: November 30, 2009 20:39 by john_brock
Hi Survivant00,

I don't know the answer to your Q, but I would recommend trying to get in touch with Peter Mount on this one. He's done a ton of work with Maven on Kenai projects and may have the answer for you, or be able to point you in the right direction.

His Kenai profile is at: Peter Mount

Hope that gets you where you want to be.

--jb

The Project Kenai Team
 
Posted: December 02, 2009 11:48 by Peter Mount
I'm replying here only to close this thread Smile

Hi survivant, the best thing to do is to read a few articles from my blog which covers various methods of handling project Kenai from maven as I work on them:

The most recent article covers handling releases using the website feature to host the repository as well as using Mercurial:
http://www.retep.org/2009/11/releasing-to-kenai-via-maven.html

Another blog to take a look at is Fabrizio Giudici's as he's been doing the same - the article above fits in as part of a series with him with maven/mercurial/kenai:
http://weblogs.java.net/blog/fabriziogiudici/archive/2009/10/29/fixing-two-problems-maven-mercurial-hudson

Finally take a look at some of my pom's as you'll then see how I fit in mercurial and the release process, primarily the scm and distributionManagement portions - although these are slowly evolving as I make the process easier:
http://kenai.com/projects/reteptools/sources/hg/content/pom.xml?rev=436

If you need anymore help, please get in touch outside of this foum (as this is probably be a bit off topic now) or use the forum for the above project.

Peter
Replies: 3 - Last Post: May 09, 2011 03:20
by: dengdai
  • Mysql
  • Glassfish
  • Jruby
  • Rails
  • Nblogo
Terms of Use; Privacy Policy;
© 2010, Oracle Corporation and/or its affiliates
(revision 20120127.ac94057)
 
 
Close
loading
Please Confirm
Close