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

2009-03-09 Thread Apache Wiki
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 ThejasNair:
http://wiki.apache.org/pig/Eclipse_Environment

--
 * Build problems: Check if eclipse is using JDK version 1.6, pig needs it 
(Under Preferences/Java/Compiler).
  
   Tips 
-* To build using eclipse , double click on build.xml under your project, 
and it will open Ant window. Double click on jar in that will build pig.jar, on 
test will run unit tests.
+* To build using eclipse , open the ant window (Windows/Show View/Ant) , 
then drag and drop build.xml under your project to this window. Double click on 
jar in that will build pig.jar, on test will run unit tests.
  


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

2009-03-06 Thread Apache Wiki
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 ThejasNair:
http://wiki.apache.org/pig/Eclipse_Environment

The comment on the change is:
added hbase under libs, requires jdk 1.6. tips section.

--
  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
@@ -95, +97 @@

  
  }}}
  
+ 
+  Troubleshooting 
+* Build problems: Check if eclipse is using JDK version 1.6, pig needs it 
(Under Preferences/Java/Compiler).
+ 
+  Tips 
+* To build using eclipse , double click on build.xml under your project, 
and it will open Ant window. Double click on jar in that will build pig.jar, on 
test will run unit tests.
+