Ignore:
Timestamp:
2018-07-18T12:02:17+02:00 (7 years ago)
Author:
renerr18
Message:

Improvements and refactoring (logging, ImageInfo, CubemapBuilder) post release.

Location:
applications/editors/josm/plugins/MicrosoftStreetside
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/MicrosoftStreetside

    • Property svn:ignore
      •  

        old new  
        88.gitignore
        99.gradle
         10.settings
        1011checkstyle-josm-MicrosoftStreetside.xml
        1112spotbugs-josm-MicrosoftStreetside.xml
  • applications/editors/josm/plugins/MicrosoftStreetside/README.md

    r34328 r34428  
    1313
    1414## Building from source
    15 Checkout the JOSM source, compile it and checkout the plugin source:
     15Checkout the JOSM source, compile it and checkout the plugin source (the last gradle command is optional, but contains code checking and unit test functionality - requires a Gradle installation):
    1616
    1717    svn co http://svn.openstreetmap.org/applications/editors/josm josm
    1818    cd josm/core
    19     ant clean dist
     19    ant
    2020    cd ../plugins
    2121    rm -rf MicrosoftStreetside
    2222    git clone https://github.com/JOSM/MicrosoftStreetside.git MicrosoftStreetside
    2323    cd MicrosoftStreetside
    24     ant clean install
     24    ant clean
     25    ant dist
     26    gradle build
    2527   
    2628Now Restart JOSM and activate the MicrosoftStreeside plugin in your preferences.
Note: See TracChangeset for help on using the changeset viewer.