Talk:EclipseQuickInstallGuide

From Open-Xchange
Revision as of 20:52, 20 May 2009 by Ian (talk | contribs) (Created page with '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.xm...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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