... the user friendly GPS tool


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Probleme beim Start & Debugging in Eclipse
#4
(21.07.2013, 21:44)FNWMedia Wrote:
Code:
Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:native2ascii-maven-plugin:1.0-beta-1:native2ascii (execution: default, phase: process-classes)

Der Fehler tritt beim "execution"-Tag der POM-Datei "route-converter/pom.xml" auf.

Du führst maven mit der Phase test aus - das native2ascii-maven-plugin arbeitet aber erst in der Phase package. Lies Dir am Besten den Maven Build Lifecycle durch.

(21.07.2013, 21:44)FNWMedia Wrote: Auch nach längerer Internet-Recherche war es mir nicht möglich, die entsprechende Plugin-Einbindung korrekt anzupassen. Schließlich habe ich das Plugin durch Eclipse "ausgeschaltet", d.h. es wurde ab diesem Zeitpunkt ignoriert.

Damit fehlen Dir die UTF-8 Resource Bundles.

(21.07.2013, 21:44)FNWMedia Wrote:
Code:
Failed to execute goal on project route-converter: Could not resolve dependencies for project slash.navigation:route-converter:jar:2.11-SNAPSHOT: The following artifacts could not be resolved: slash.navigation:catalog:jar:2.11-SNAPSHOT, slash.navigation:common:jar:2.11-SNAPSHOT, slash.navigation:common:jar:tests:2.11-SNAPSHOT, slash.navigation:common-gui:jar:2.11-SNAPSHOT, slash.navigation:common-navigation:jar:2.11-SNAPSHOT, slash.navigation:profileview:jar:2.11-SNAPSHOT, slash.navigation:feedback:jar:2.11-SNAPSHOT, slash.navigation:geonames:jar:2.11-SNAPSHOT, slash.navigation:googlemaps:jar:2.11-SNAPSHOT, slash.navigation:mapview:jar:2.11-SNAPSHOT, slash.navigation:navigation-formats:jar:2.11-SNAPSHOT, slash.navigation:position-completer:jar:2.11-SNAPSHOT, slash.navigation:rest:jar:2.11-SNAPSHOT: Failure to find slash.navigation:catalog:jar:2.11-SNAPSHOT in http://www.routeconverter.com/svn/RouteThirdParty was cached in the local repository, resolution will not be reattempted until the update interval of routeconverter-thirdparty has elapsed or updates are forced -> [Help 1]

Das hängt wieder daran, daß Du die Phase test und nicht package oder install nimmst. Da wird halt viel weniger gebaut/ausgeführt. package inkludiert test, also gibt es keinen Grund, den build für test zu optimieren.
--
Christian
Reply


Messages In This Thread
RE: Probleme beim Start & Debugging in Eclipse - by routeconverter - 22.07.2013, 14:19
Es hat funktioniert ! - by FNWMedia - 31.07.2013, 21:55
Interessant.... - by FNWMedia - 01.08.2013, 17:26

Forum Jump:


Users browsing this thread: 1 Guest(s)