Update index generate 2

This commit is contained in:
Victor Shcherb 2011-12-27 01:07:00 +01:00
parent 68e8085e69
commit 7faf91f162

View file

@ -7,5 +7,5 @@ mv ~/indexes/uploaded/*.* backup
rm -rf ~/indexes
mkdir ~/indexes
cd ../DataExtractionOSM
java -Djava.util.logging.config.file=logging.properties -Xms64M -Xmx720M -cp "./OsmAndMapCreator.jar:./lib/*.jar" net.osmand.data.index.IndexBatchCreator ../build-scripts/indexes-batch-generate.xml ../build-scripts/indexes-regions.xml
cd DataExtractionOSM
java -Djava.util.logging.config.file=logging.properties -Xms64M -Xmx720M -cp "DataExtractionOSM/OsmAndMapCreator.jar:DataExtractionOSM/lib/*.jar" net.osmand.data.index.IndexBatchCreator build-scripts/indexes-batch-generate.xml build-scripts/indexes-regions.xml