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/09/04 22:25:27 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

------------------------------------------------------------------------------
- 
  == Requirements ==
  
     1. '''Java 1.5.x''' or newer, preferably from Sun. Set JAVA_HOME to the root of your Java installation.
@@ -10, +9 @@

  
  == Building Pig ==
  
-    1. Check out pig code from svn: `svn co http://svn.apache.org/repos/asf/incubator/pig/trunk`.
+    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`