19.08.2011, 22:44
(18.08.2011, 07:09)routeconverter Wrote:(16.08.2011, 16:09)IlmariKrebs Wrote: Schau Dir doch mal mein neuestes Commit an:
Aktivierung der Selektion mit Iconen und Maus
In der Karte werden zwei Ikonen eingeblendet, die für das Einschalten von Zoomen oder Selektion verwendet werden können.
Hallo Ilmari,
ich kann Deinen RouteConverter-Fork leider nicht kompilieren und Deine Verbesserung anschauen:
Quote:[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.
3.2:compile (default-compile) on project navigation-formats: Compilation failure
: Compilation failure:
[ERROR] \Development\RouteConverter-IlmariKrebs\navigation-formats\src\main\java
\slash\navigation\util\RouteComments.java:[121,61] cannot find symbol
[ERROR] symbol : class NumberPattern
[ERROR] location: class slash.navigation.util.RouteComments
[ERROR] \Development\RouteConverter-IlmariKrebs\navigation-formats\src\main\java
\slash\navigation\util\RouteComments.java:[130,17] cannot find symbol
[ERROR] symbol : variable NUMBER_ONLY
[ERROR] location: class slash.navigation.util.RouteComments
[ERROR] \Development\RouteConverter-IlmariKrebs\navigation-formats\src\main\java
\slash\navigation\util\RouteComments.java:[132,17] cannot find symbol
[ERROR] symbol : variable NUMBER_DIRECTLY_FOLLOWED_BY_DESCRIPTION
[ERROR] location: class slash.navigation.util.RouteComments
[ERROR] \Development\RouteConverter-IlmariKrebs\navigation-formats\src\main\java
\slash\navigation\util\RouteComments.java:[134,17] cannot find symbol
[ERROR] symbol : variable NUMBER_SPACE_THEN_DESCRIPTION
[ERROR] location: class slash.navigation.util.RouteComments
[ERROR] -> [Help 1]
Dein Fork ist inzwischen erheblich von meinem Repository entfernt.
Könntest Du Deinen Fork auf den HEAD meines Repository resetten und dann Deine Änderung nochmals darauf anwenden?
Remote definieren:
git remote add cpesch git://github.com/cpesch/RouteConverter.git
branch für letzten gemeinsamen Commit erstellen:
git branch cpesch-master 01c974d5af361f567146
branch auschecken:
git checkout cpesch-master
meine Änderungen holen:
git pull cpesch master
Deinen Commit einfügen:
git cherry-pick 9149c3947be8a2c72eff
Und dann mergen.
Klappt das?
Bist Du Dir sicher dass die Nummern so korrekt sind? Irgendwie habe ich mich verlaufen und es scheinen nun ganz alte Sourcen auf der Platte zu sein.
Was bedeutet die 01c974d5af361f567146?
Gruß,
Ilmari
Grüße,
Ilmari