You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by Benjamin Smedberg <be...@smedbergs.us> on 2012/08/15 15:27:59 UTC

Building against local version of jython

For various reasons related to module support and correct behavior I 
need to use pig with a trunk version of jython. Is there a "supported" 
way of doing this using ant/ivy, or should I just comment out the jython 
packaging bits from build.xml and ivy.xml to produce local builds? I 
come from a c++/makefile world mostly so ant and ivy are both pretty 
mysterious to me.

Also there is a code change in jython which will eventually require a 
matching code change in pig (PyFunction.func_code is now 
PyFunction.getFuncCode). Is it worth attaching patches for this issue 
anywhere now, even though you probably don't want to take them until the 
next jython release comes out?

--BDS