<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Thanks!<br>
<br>
The mentioned dependencies need to be installed locally as they're
not in the central repo.<br>
We need to find a solution for it like pushing those jars into our
own graphhopper repository (github.com? sonatype.org?
bintray.com?) or probably we can find them in other repositories?<br>
<br>
Peter.<br>
<br>
</div>
<blockquote cite="mid:E1UX8bs-00047m-KV@shenron.openstreetmap.org"
type="cite">
<style data-externalstyle="true"><!--
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
}
p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst, p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle, p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
line-height:115%;
}
--></style>
<div data-externalstyle="false" dir="ltr"
style="font-family:Calibri,'Segoe UI',Meiryo,'Microsoft YaHei
UI','Microsoft JhengHei UI','Malgun Gothic','Khmer UI','Nirmala
UI',Tunga,'Lao UI',Ebrima,sans-serif;font-size:12pt;">
<div>Hi,</div>
<div> </div>
<div>I added a parent pom and created a pull request. On my
local machine maven could not resolve two dependencies when
building graphhopper-android:</div>
<div> </div>
<div>> The POM for org.mapsforge:mapsforge:jar:0.3.1-SNAPSHOT
is missing, no dependency information available.<br>
> The POM for android:android:jar:2.2_r3 is missing, no
dependency information available</div>
<div> </div>
<div>I did not change anything on the dependencies, except
moving junit-dependencies into parent pom. Maybe you can
review my pull request and see what I did wrong.</div>
<div> </div>
<div>So, the Travis build was not successful; I suppose it is
the same error, but I dont know how to look for the errors the
build threw in Travis.</div>
<div> </div>
<div>Regards,</div>
<div>Karl.</div>
<div> </div>
<div data-signatureblock="true"> </div>
<div style="padding-top: 5px; border-top-color: rgb(229, 229,
229); border-top-width: 1px; border-top-style: solid;">
<div><font style="line-height: 15pt; letter-spacing: 0.02em;
font-family: Calibri, "Segoe UI", Meiryo,
"Microsoft YaHei UI", "Microsoft JhengHei
UI", "Malgun Gothic", "Khmer UI",
"Nirmala UI", Tunga, "Lao UI", Ebrima,
sans-serif; font-size: 11pt;" face="Calibri, 'Segoe UI',
Meiryo, 'Microsoft YaHei UI', 'Microsoft JhengHei UI',
'Malgun Gothic', 'Khmer UI', 'Nirmala UI', Tunga, 'Lao
UI', Ebrima, sans-serif"><b>Von:</b> <a class="moz-txt-link-abbreviated" href="mailto:graphhopper-request@openstreetmap.org">graphhopper-request@openstreetmap.org</a><br>
<b>Gesendet:</b> Dienstag, 30. April 2013 11:56<br>
<b>An:</b> <a class="moz-txt-link-abbreviated" href="mailto:graphhopper@openstreetmap.org">graphhopper@openstreetmap.org</a></font></div>
</div>
<div> </div>
Send GraphHopper mailing list submissions to<br>
<a class="moz-txt-link-abbreviated" href="mailto:graphhopper@openstreetmap.org">graphhopper@openstreetmap.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a class="moz-txt-link-freetext" href="http://lists.openstreetmap.org/listinfo/graphhopper">http://lists.openstreetmap.org/listinfo/graphhopper</a><br>
or, via email, send a message with subject or body 'help' to<br>
<a class="moz-txt-link-abbreviated" href="mailto:graphhopper-request@openstreetmap.org">graphhopper-request@openstreetmap.org</a><br>
<br>
You can reach the person managing the list at<br>
<a class="moz-txt-link-abbreviated" href="mailto:graphhopper-owner@openstreetmap.org">graphhopper-owner@openstreetmap.org</a><br>
<br>
When replying, please edit your Subject line so it is more
specific<br>
than "Re: Contents of GraphHopper digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
1. Re: Project structure (Peter K)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 30 Apr 2013 11:56:29 +0200<br>
From: Peter K <a class="moz-txt-link-rfc2396E" href="mailto:peathal@yahoo.de"><peathal@yahoo.de></a><br>
To: <a class="moz-txt-link-abbreviated" href="mailto:graphhopper@openstreetmap.org">graphhopper@openstreetmap.org</a><br>
Subject: Re: [GraphHopper] Project structure<br>
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:517F954D.3010706@yahoo.de"><517F954D.3010706@yahoo.de></a><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Hi Karl!<br>
<br>
> I see, you changed your project structure by giving each
subproject an<br>
> own pom.xml. Is there any reason why you didn't setup a
Maven<br>
> multi-module project since you now have several sub
projects and one<br>
> root project?<br>
<br>
The migration is not yet finished :)<br>
<br>
<br>
> I'm working with eclipse m2e and EGit and due the current
single<br>
> project structure I first have to to import the root
project without<br>
> maven nature to have a connection to the git-repository and
afterwards<br>
> I need to import all single projects (graphhopper-core
etc.) to get<br>
> maven integration; but there I don't have a Git-connection
anymore.<br>
> This is kind of unhandy and has several drawbacks in my
workflow (i.e.<br>
> whenever my working copy differs from the Git-repository I
need to<br>
> synchronize the root project to get the changes into the
sub projects,<br>
> where I have file structure only).<br>
<br>
Probably you should replace your IDE ;)<br>
... the root project will follow soon or even sooner if you can
try to<br>
provide a pull request?<br>
<br>
> PS: Any idea when you're going to include turn
costs/restrictions?<br>
> Maybe I can help you with that somehow?<br>
<br>
As I described in the issue this is not something easy but would<br>
definitely welcome help! Currently I'm concentrating to push out
0.1 in<br>
some weeks. This needs lots of tuning and will take all my time.<br>
<br>
Regards,<br>
Peter.</div>
</blockquote>
<br>
</body>
</html>