Difference between revisions of "DiscoverEd/Development notes"

From Creative Commons
Jump to: navigation, search
(Created page with 'To start using Eclipse on another computer, you'll need to go File > Import and specify the root directory in the repo (We actually haven't totally checked that this works yet.)')
 
Line 1: Line 1:
To start using Eclipse on another computer, you'll need to go File > Import and specify the root directory in the repo
+
== Eclipse ===
  
(We actually haven't totally checked that this works yet.)
+
If you use Eclipse, you'll be pleased to know that the repository contains an Eclipse project file. To get going, choose "Create a new project from existing sources." This should import all that is necessary into Eclipse.
 +
 
 +
=== Eclipse, Nutch, and the class path ===
 +
 
 +
You can end up in a mess with the class path, since ant has one way of managing the class path, whereas Eclipse has a second. So things that work in Eclipse can fail in the ant targets.
 +
 
 +
FIXME: Write more problems and solutions here.

Revision as of 14:24, 13 June 2010

Eclipse =

If you use Eclipse, you'll be pleased to know that the repository contains an Eclipse project file. To get going, choose "Create a new project from existing sources." This should import all that is necessary into Eclipse.

Eclipse, Nutch, and the class path

You can end up in a mess with the class path, since ant has one way of managing the class path, whereas Eclipse has a second. So things that work in Eclipse can fail in the ant targets.

FIXME: Write more problems and solutions here.