3r1co / hg4j

Automatically exported from code.google.com/p/hg4j
GNU General Public License v2.0
0 stars 1 forks source link

NoClassDefFoundError: org/tmatesoft/hg/auth/HgAuthenticator #49

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Define your url.
2. HgRemoteRepository hgRemote = new HgLookup().detect(url);
3. NoClassDefFoundError at 
org.tmatesoft.hg.repo.HgLookup.getSessionContext(HgLookup.java:207)

What is the expected output? What do you see instead?
RemoteRepository should be created. App crashing.

What version of the product are you using? On what operating system?
hg4j_1.2m2.jar

Please provide any additional information below.
No much more. HgLookup.java at line 207 is not requesting any HgAuthenticator.

Original issue reported on code.google.com by jorge.r...@mobgen.com on 29 Jul 2014 at 11:40

GoogleCodeExporter commented 8 years ago
Sorry, a package got lost in the binary bundle. Gonna fix asap.

Original comment by tikhomir...@gmail.com on 31 Jul 2014 at 5:56