rdpstaff / classifier

RDP extensible sequence classifier for fungal lsu, bacterial and archaeal 16s
GNU General Public License v2.0
56 stars 32 forks source link

Can't find "commons-io.jar" #2

Closed xapple closed 9 years ago

xapple commented 10 years ago

OK so I figured out that it needed two dependencies ("ReadSeq" and "TaxonomyTree") but now it is complaining it can't find a file in a directory that doesn't exist. Did someone hard code a path ?

download-traindata:
      [get] Getting: http://rdp.cme.msu.edu/download/rdpclassifiertraindata/data.tgz
      [get] To: /pica/h1/lucass/share/rdp/classifier/build/classes/data.tgz
    [untar] Expanding: /pica/h1/lucass/share/rdp/classifier/build/classes/data.tgz into /pica/h1/lucass/share/rdp/classifier/build/classes
     [move] Moving 1 file to /pica/h1/lucass/share/rdp/classifier/dist

jar:

BUILD FAILED
/pica/h1/lucass/share/rdp/classifier/build.xml:131: Warning: Could not find resource file "/scratch/jars/commons-io.jar" to copy.

Total time: 44 seconds
fishjord commented 10 years ago

This should have been fixed in fe1a319.

Can you please do a pull then a clean build (ant clean jar)?