[Talk-de] Windows installer (Erste Tests)

Ulf Lamping ulf.lamping at web.de
Do Okt 25 20:10:39 UTC 2007


Joerg Ostertag (OSM Munich/Germany) schrieb:
> Wenn einem von euch einer der unten genannten Fehler was sagt und er ihn 
> beheben kann. Bitte bescheid geben oder noch besser im svn fixen.
>
>
> Build the Complete josm Stuff
> Compile Josm
>
> BUILD SUCCESSFUL
> Total time: 3 seconds
>     [javac] 
> Note: /home/tweety/svn.openstreetmap.org/applications/editors/josm/core/src/org/openstreetmap/josm/actions/CombineWayAction.java 
> uses unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>
> BUILD SUCCESSFUL
> Total time: 12 seconds
> Compile Josm Plugins
>
> BUILD SUCCESSFUL
> Total time: 2 seconds
>      [echo] java version: 1.5.0_08
>      [echo] creating site description in josm-site.xml
>      [exec] Result: 1
>      [exec] /usr/bin/xgettext: Öffnen der 
> Datei »../../core/src/org/openstreetmap/josm/gui/MapSta/usr/bin/find: 
> ${plugins}: Datei oder Verzeichnis nicht gefunden« zum Lesen fehlgeschlagen: 
> Datei oder Verzeichnis nicht gefunden
>   
xgettext gibt es unter Windows nicht, daher geht das generieren des lang 
Plugins unter Windows nicht. Ich nehme an unter Linux fehlt hier ein 
entsprechendes Packet.
>      [exec] Result: 1
>      
> [exec] ...................................................................... 
> fertig.
>      
> [exec] ...................................................................... 
> fertig.
>      
> [exec] ...................................................................... 
> fertig.
>      
> [exec] ...................................................................... 
> fertig.
>     [javac] 
> Note: /home/tweety/svn.openstreetmap.org/applications/editors/josm/plugins/mappaint/src/mappaint/MapPaintPlugin.java 
> uses or overrides a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>      [echo] java version: 1.5.0_08
>      [echo] creating site description in josm-site.xml
>     [javac] 
> Note: /home/tweety/svn.openstreetmap.org/applications/editors/josm/plugins/slippymap/slippymap/SlippyMapLayer.java 
> uses or overrides a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>     [javac] 
> Note: /home/tweety/svn.openstreetmap.org/applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/OSMValidatorPlugin.java 
> uses unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>      [echo] java version: 1.5.0_08
>      [echo] creating site description in josm-site.xml
>      [echo] java version: 1.5.0_08
>     [javac] 
> Note: /home/tweety/svn.openstreetmap.org/applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/AutoSaveGpsLayerTimerTask.java 
> uses unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>      [echo] creating site description in josm-site.xml
>
> BUILD SUCCESSFUL
> Total time: 57 seconds
>   
Die ant/JAVA warnings bekomme ich auch und sollte eigentlich jeder beim 
Generieren bekommen. Jetzt brauchen wir nur noch einen der den Hinweisen 
folgt und die Probleme beseitigt ;-)
> ##################################################################
> ### Copy the required Stuff into the download Directory
>
> ##################################################################
> ### convert jar to exe with launch4j
> Unable to access jarfile launch4j/launch4j.jar
>   
Die Meldung bekomme ich nicht.
> ##################################################################
> ### create the installer exe with makensis
> warning: LangString "MUI_UNTEXT_COMPONENTS_TITLE" is not set in language table 
> of language English
> warning: LangString "MUI_UNTEXT_COMPONENTS_SUBTITLE" is not set in language 
> table of language English
> warning: LangString "MUI_UNTEXT_COMPONENTS_TITLE" is not set in language table 
> of language English
> warning: LangString "MUI_UNTEXT_COMPONENTS_SUBTITLE" is not set in language 
> table of language English
> warning: LangString "MUI_UNTEXT_COMPONENTS_TITLE" is not set in language table 
> of language English
> warning: LangString "MUI_UNTEXT_COMPONENTS_SUBTITLE" is not set in language 
> table of language English
>
> 2 warnings:
>   LangString "MUI_UNTEXT_COMPONENTS_TITLE" is not set in language table of 
> language English
>   LangString "MUI_UNTEXT_COMPONENTS_SUBTITLE" is not set in language table of 
> language English
>   
Wenn ich mich recht entsinne, war das ein Bug in einer der letzten NSIS 
Versionen. Da fehlen dann zwei Texte, die man dann selber dazutun muß. 
Mit der aktuellen Version 2.31 tritt das Problem nicht mehr auf.

Welche NSIS Version hast du da genau? Dann kann ich die alte Version 
nochmal installieren und das entsprechend beheben. Sollte dann auch mit 
der aktuellen Version keine Probleme mehr machen ...

Gruß ULFL





Mehr Informationen über die Mailingliste Talk-de