source: osm/applications/editors/josm/plugins/lang/de/LIESMICH@ 7822

Last change on this file since 7822 was 7002, checked in by matt_gnu, 17 years ago

josm/lang/de:

  • change classpath in build.xml to facilitate build inside one svn-checkout
  • update LIESMICH accordingly and let gettext update paths in de.po
  • by this, the pathnames in de.po should stay as they're now independently of how lang-de was built I hope
File size: 912 bytes
Line 
1Bauen geht wie folgt:
2
3Variante 1 - per Gesamt-Checkout
4================================
5mkdir buildme
6cd buildme
7svn co http://svn.openstreetmap.org/applications/editors/josm
8cd core; ant
9cd ../plugins/lang/de
10 # Achtung: Das Plugin wird gleich ohne Rückfrage nach ~/.josm/plugins/
11 # installiert!!
12ant
13 # Nun kann man die de.po datei verändern. z.B. mit kbabel
14 # Anschliessend wieder bauen mit
15ant
16
17
18Variante 2 - nur die nötigen Teile auschecken
19=============================================
20mkdir buildme
21cd buildme
22svn co http://svn.openstreetmap.org/applications/editors/josm/plugins/lang/de/ plugins/lang/de
23svn co http://josm.openstreetmap.de/svn/trunk
24ln -s trunk core
25cd core
26ant
27cd ../plugins/lang/de
28 # Achtung: Das Plugin wird gleich ohne Rückfrage nach ~/.josm/plugins/
29 # installiert!!
30ant
31 # Nun kann man die de.po datei verändern. z.B. mit kbabel
32 # Anschliessend wieder bauen mit
33ant
Note: See TracBrowser for help on using the repository browser.