Sung Kim wrote:
detect.fail:

BUILD FAILED

.........build.xml:334: Failed dependancy
One or more required libraries could not be found.
Please check your build.propertes file.

How do I know which library is not found? Could you make it to give us more specific error message?
Run Ant with the '-verbose' option, as in

ant -verbose detect

Also, there's a lot of output before the failure message, which should already contain a hint on which library is missing.

--
Christopher Lenz
/=/ cmlenz at gmx.de


--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



Reply via email to