I'm trying to import Google's ZXing.
I downloaded the latest release from https://code.google.com/p/zxing/downloads/detail?name=ZXing-2.2.zip&can=2&q=
From the cmd prompt I navigated to the root directory of the downloaded zxing and tried to execute
ant -f core\build.xml
PROBLEM :
Buildfile : build.xml does not exist!
Build failed
My zxing-2.2/core file contains :
src
test
pom.xml
Questions: How to build a file that is missing? Is it a problem from the zxing-2.2.jar I downloaded?
downloads\zxing-2.2\core>ant -f core/build.xml
and when I run the build again it says 'ant' is not recognized as an internal or external command – Tailspin