pboy - 2009-11-23

I'm in the process to write an updated ECDC developer manual. During testing the various ant tasks I encountered an error message while performing 'ant build-tests':

<pre>
compile-tests-ccm-ldn-terms:
     Created dir: /home/pb/ccm-devel/trunk/ccm-ldn-terms/build/tests/classes
     Compiling 6 source files to /home/pb/ccm-devel/trunk/ccm-ldn-terms/build/tests/classes
     /home/pb/ccm-devel/trunk/ccm-ldn-terms/test/src/com/arsdigita/london/terms/indexing/kea/IndexerServiceTest.java:37: cannot find symbol
     symbol  : class Article
     location: package com.arsdigita.cms.contenttypes
     import com.arsdigita.cms.contenttypes.Article;
                                          ^
</pre>

@Terry:

The problem seems to be related to additions you made some revisions ago ( kea category rating). The package ccm-cms-types-article has not been compiled when the system tries to compile ccm-ldn-terms, but other types have (xmlfeed, formitem, formsectionitem). So it may be necessary to ensure article will be compiled before terms.

Unfortunately I'm not familiar with junit nor with kea. If I remember correctly you worked on both. Please, could you check the problem?

Peter