Do not hardcode commons-lang version in build.xml
-------------------------------------------------
Key: PIG-2438
URL: https://issues.apache.org/jira/browse/PIG-2438
Project: Pig
Issue Type: Improvement
Reporter: Gianmarco De Francisci Morales
Right now we are using this property in build.xml to pick up commons-lang for
pig-unit
{code}
<property name="commons-lang.jarfile" value="commons-lang-2.4.jar" />
{code}
We should use Ivy (ivy::cachepath for example) to pick the jar to avoid errors
when updating the libraries.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira