I am compiling a .java file using ant compiler. I am getting the following errror \"package org.apache.commons.io does not exist error\"
I downloaded the apache Commons
I was having same issue then realized that the version of commons-io getting picked up was lower than what I need (2.4)....I need to Override the already managed version as below to get the right one picked up:
commons-io commons-io 2.4