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 2009/05/28 19:54:29 UTC

[Pig Wiki] Update of "Eclipse Environment" by PradeepKamath

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 PradeepKamath:
http://wiki.apache.org/pig/Eclipse_Environment

------------------------------------------------------------------------------
  
  }}}
  
+ 
  Libraries
  {{{
  lib/hadoopXXX.jar
  lib/hbaseXXX-test.jar
  lib/hbaseXXX.jar
- lib/javacc.jar
- lib/jline-XXX.jar -> Appears with latest Pig version only 
- lib/jsch-xxx.jar
- lib/junit-xxx.jar
+ build/ivy/lib/Pig/javacc.jar
+ build/ivy/lib/Pig/jline-XXX.jar 
+ build/ivy/lib/Pig/jsch-xxx.jar
+ build/ivy/lib/Pig/junit-xxx.jar
  
  }}}
+ NOTE: For pig sources checked out from Apache before revision r771273, replace "build/ivy/lib/Pig" with "lib". Revision r771273 and above in apache svn use ivy to resolve dependencies need to build pig. 
  
  Order and Export
  {{{