Friday, December 30, 2011

TortoiseHG clone error SSL: Server certificate verify failed

PROBLEM:
TortoiseHG output:
% hg clone --verbose -- https://yourhost.com/yourproject/yourproject
SSL: Server certificate verify failed

SOLUTION:
Install PyTTY.
Generate key with pyttygen.exe, save private key and public.
Send public key to admin mercurial
Run C:\Program Files\TortoiseHg\Pageant.exe and add private key to it.
Clone the protrack repo from
ssh://hg@yourhost.com/yourproject/yourproject/

Here are two main point:
1. Use Pageant.exe from TortoiseHg, NOT from the PyTTY dir !!!
2. Use "ssh://hg@" instead of http:// or https://

Wednesday, December 28, 2011

e-books

http://www.flazx.us

Monday, December 26, 2011

Import maven project into eclipse with sources and javadocs

mvn eclipse:clean eclipse:eclipse -DdownloadSources -DdownloadJavadocs

Thursday, December 8, 2011

everrestik

everREST is a project which provides a way to build RESTful applications using own complete implementation of JAX-RS specification (JSR-311).

http://code.google.com/p/everrest
/