Talk:EclipseQuickInstallGuide

I've been following the instructions this page and have hit a problem.

I believe I've followed the instruction correctly in Configuring build scripts for the i18n/build.xml but on pressing Apply / Run get the following error.

Buildfile: /home/ian/eclipseWorkspace/open-xchange/i18n/build.xml
prepare:
compile:
   [javac] Compiling 16 source files to /home/ian/eclipseWorkspace/open-xchange/i18n/bin
   [javac] /home/ian/eclipseWorkspace/open-xchange/i18n/src/com/openexchange/i18n/impl/CompositeI18nTools.java:54: cannot find symbol
   [javac] symbol  : class I18nTools
   [javac] location: package com.openexchange.i18n
   [javac] import com.openexchange.i18n.I18nTools;
   [javac]                             ^
......

Is there some further setup required to allow the /home/ian/eclipseWorkspace/open-xchangeglobal/src/com/openexchange/i18n/I18nTools.java file to be found?

Thanks