Last change
on this file since 10673 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
|
Rev | Line | |
---|
[5882] | 1 | Bauen geht wie folgt:
|
---|
| 2 |
|
---|
[7002] | 3 | Variante 1 - per Gesamt-Checkout
|
---|
| 4 | ================================
|
---|
[5882] | 5 | mkdir buildme
|
---|
| 6 | cd buildme
|
---|
[7002] | 7 | svn co http://svn.openstreetmap.org/applications/editors/josm
|
---|
| 8 | cd core; ant
|
---|
| 9 | cd ../plugins/lang/de
|
---|
| 10 | # Achtung: Das Plugin wird gleich ohne Rückfrage nach ~/.josm/plugins/
|
---|
| 11 | # installiert!!
|
---|
[5882] | 12 | ant
|
---|
[7002] | 13 | # Nun kann man die de.po datei verändern. z.B. mit kbabel
|
---|
| 14 | # Anschliessend wieder bauen mit
|
---|
[5882] | 15 | ant
|
---|
| 16 |
|
---|
| 17 |
|
---|
[7002] | 18 | Variante 2 - nur die nötigen Teile auschecken
|
---|
| 19 | =============================================
|
---|
| 20 | mkdir buildme
|
---|
| 21 | cd buildme
|
---|
| 22 | svn co http://svn.openstreetmap.org/applications/editors/josm/plugins/lang/de/ plugins/lang/de
|
---|
| 23 | svn co http://josm.openstreetmap.de/svn/trunk
|
---|
| 24 | ln -s trunk core
|
---|
| 25 | cd core
|
---|
[5882] | 26 | ant
|
---|
[7002] | 27 | cd ../plugins/lang/de
|
---|
| 28 | # Achtung: Das Plugin wird gleich ohne Rückfrage nach ~/.josm/plugins/
|
---|
| 29 | # installiert!!
|
---|
| 30 | ant
|
---|
| 31 | # Nun kann man die de.po datei verändern. z.B. mit kbabel
|
---|
| 32 | # Anschliessend wieder bauen mit
|
---|
| 33 | ant
|
---|
Note:
See
TracBrowser
for help on using the repository browser.