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/PigDeveloperCookbook

------------------------------------------------------------------------------
  Eclipse is an open source development community: [http://www.eclipse.org]
  
  ==== Configure the Eclipse Plugins ====
- You will need the [http://www.easyeclipse.org/site/plugins/javacc.html JavaCC 
plugin] and the[http://subclipse.tigris.org/ Subclipse Subversion plugin] for 
[http://www.eclipse.org/ Eclipse]. You can install these plugins from within 
Eclipse using Help->Software Update->Find and Install->Search for new feature 
to install->Import sites and import the attached file. Once the sites are 
imported install the subversion and JavaCC plugins.
+ You will need the [http://www.easyeclipse.org/site/plugins/javacc.html JavaCC 
plugin] and the[http://subclipse.tigris.org/ Subclipse Subversion plugin] for 
[http://www.eclipse.org/ Eclipse]. 
+ 
+ To install these plugins from within Eclipse, do the following: 
+  * Select Help > Software Update > Find and Install
+  * Select Search for new feature to install
+  * Click Import sites and import the attached file 
+ Once the sites are imported, install the subversion and JavaCC plugins.
  
  ==== Check Out Pig with SNV ====
- To get the project into Eclipse, go to the SVN Repository view and add 
- https://svn.apache.org/repos/asf/incubator/pig/site/ as a repository. You can 
then open the repository and right click on trunk/pig and select Checkout.
+ To get the project into Eclipse, do the following:
+  * Go to the SVN Repository view and add 
https://svn.apache.org/repos/asf/incubator/pig/site/ as a repository 
+  * Open the repository and right click on trunk/pig and select Checkout.
  
  
  ==== Configure External Classes ====
- To get eclipse to resolve Classes which come from javacc, do the following:
+ To get Eclipse to resolve Classes which come from javacc, do the following:
- Within eclipse select project->properties->Java Build Path->Source - Make 
sure the src-gen directory at the top level is part of the "Source folders in 
build path" list
- e
+  * Select Project > Properties
+  * Select Java Build Path and click Source
+  * Make sure the src-gen directory at the top level is part of the "Source 
folders in build path" list
  

Reply via email to