Ignore:
Timestamp:
2016-03-21T15:02:50+13:00 (8 years ago)
Author:
davidb
Message:

Support for JSON added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/mars-music-recommender/trunk/amc-music-scrape/RUN.sh

    r30417 r30419  
    1010
    1111if [ $is_cygwin = "1" ] ; then
    12     java -cp jars\\jsoup-1.8.3.jar\;bin AMCArtistScrape
     12    java -cp jars\\jsoup-1.8.3.jar\;jars\\json-simple-1.1.1.jar\;bin AMCArtistScrape
    1313else
    14     java -cp jars/jsoup-1.8.3.jar:bin AMCArtistScrape   
     14    java -cp jars/jsoup-1.8.3.jar:jars/json-simple-1.1.1.jar:bin AMCArtistScrape   
    1515fi
    1616
Note: See TracChangeset for help on using the changeset viewer.