airpwn / android-marketplace-crawler

Automatically exported from code.google.com/p/android-marketplace-crawler
0 stars 0 forks source link

Fresh build error #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

in crawler/build.xml should change:
1.<fileset 
dir="/Users/raunak/Development/android-marketplace-crawler/crawler/bin"/> to 
<fileset dir="bin/"/>
2.add <property name="bin.dir" location="bin" /> and <mkdir dir="${bin.dir}" />

Original issue reported on code.google.com by fxp007 on 30 Oct 2011 at 6:36