You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by Apache Wiki <wi...@apache.org> on 2008/07/31 21:22:53 UTC

[Pig Wiki] Trivial Update of "BuildPig" by CorinneC

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Pig Wiki" for change notification.

The following page has been changed by CorinneC:
http://wiki.apache.org/pig/BuildPig

New page:
BuildPig

== Requirements ==

   1. '''Java 1.5.x''' or newer, preferably from Sun. Set JAVA_HOME to the root of your Java installation.
   2. '''Ant''' build tool: [http://ant.apache.org/].
   3. To run unit tests, you also need '''JUnit''': [http://junit.sourceforge.net/].


== Building Pig ==

   1. Check out pig code from svn: `svn co http://svn.apache.org/repos/asf/incubator/pig/trunk`.
   2. Build the code from the top directory: `ant`. If the build is successful, you should see `pig.jar` created in that directory.
   3. To validate your `pig.jar` run unit test: `ant test`