source: other-projects/tipple-android/osmosis/readme.txt@ 29201

Last change on this file since 29201 was 26899, checked in by davidb, 11 years ago

Tipple reborn after Chris's Summer of Code 2013

File size: 1.6 KB
Line 
1INSTALLATION
2Unzip the distribution in the location of your choice.
3On unix/linux systems, make the bin/osmosis script executable (ie. chmod u+x osmosis).
4If desired, create a symbolic link to the osmosis script somewhere on your path (eg. ln -s appdir/bin/osmosis ~/bin/osmosis).
5
6CONFIGURATION
7Common command line options can be specified in configuration files.
8
9On Linux, the file can reside in the following locations with later files overriding earlier files:
10/etc/osmosis
11$HOME/.osmosis
12
13On Windows, the file can reside in the following locations with later files overriding earlier files:
14%ALLUSERSPROFILE%\osmosis.bat
15%USERPROFILE%\osmosis.bat
16
17The following variables can be defined in these files:
18JAVACMD - The java command to be invoked. Default is "java".
19JAVACMD_OPTIONS - The java jvm options to apply (eg. -Xmx512M).
20OSMOSIS_OPTIONS - The osmosis options to apply (eg. -q or -plugin MyPluginLoaderClass).
21
22COMPILATION
23To perform a complete osmosis rebuild, the following command may be run from the osmosis root directory.
24
25ant all
26
27The "all" ant target performs all steps including creation of new distribution files, checkstyle analysis and unit tests.
28
29Sometimes old files can be left hanging around causing problems. It may be necessary to run the following command
30to clean up any old files.
31
32ant clean
33
34If you wish to rebuild all artefacts without running unit tests, the following command may be used.
35
36ant publish
37
38HELP
39Osmosis documentation is available at:
40http://wiki.openstreetmap.org/index.php/Osmosis
41
42Please ask any questions, report any issues, or suggest enhancements using the Open Street Map talk or development mailing lists.
Note: See TracBrowser for help on using the repository browser.