Re: pigunit and auto-registering additional jars

2011-09-22 Thread Jeremy Hanna
Thanks Daniel. That makes sense. On Sep 22, 2011, at 3:49 PM, Daniel Dai wrote: > Pig assumes "pig.additional.jars" a system property. Need to find > someway to put "pig.additional.jars" in system property before > launching test. I can make it work by putting > > into task in build.xml, thoug

Re: pigunit and auto-registering additional jars

2011-09-22 Thread Daniel Dai
Pig assumes "pig.additional.jars" a system property. Need to find someway to put "pig.additional.jars" in system property before launching test. I can make it work by putting into task in build.xml, though I am not sure it is acceptable for your case. Daniel On Thu, Sep 22, 2011 at 11:43 AM, Je

pigunit and auto-registering additional jars

2011-09-22 Thread Jeremy Hanna
Is there a way to use -Dpig.additional.jars with pigunit to auto-register jars for unit test scripts? Maybe we're just missing something because this seems like a basic thing that people would like to use. I see in test/org/apache/pig/test/pigunit/TestPigTest.java that there is a commented out