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 2010/12/04 01:43:32 UTC

[Pig Wiki] Update of "HowToRelease" by OlgaN

Dear Wiki user,

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

The "HowToRelease" page has been changed by OlgaN.
http://wiki.apache.org/pig/HowToRelease?action=diff&rev1=23&rev2=24

--------------------------------------------------

  cd contrib/zebra
  ant
  cd ../..
- cd contrib/owl
- ant
- cd ../..
  cd contrib/piggybank/java
  ant
  cd ../../..
- ant -Dversion=X.Y.Z  -Djava5.home=<Java 5 JDK location> -Dforrest.home=<Forrest installation dir>  tar
+ ant -Dversion=X.Y.Z -Dforrest.home=<Forrest installation dir>  tar
  }}}
   2. Test the tar file by unpacking the release and
    * building pig.jar: {{{ant }}}