Hi,

>
>   AuthorMapBuilder.java:15: no interface expected here
>   public class AuthorMapBuilder extends MapBuilder
>                                         ^
>

This should definitely be:

public class AuthorMapBuilder implements MapBuilder

Maybe you could just change all your classes to "implements" (shouldn't be that
much :-), while I'll take a look at the code.  By the way - I should probably have
mentioned this earlier - you can check out NewGenerateMapBuilderTask.txt in the
docs directory.  This was the doc for the utility that gave birth *OMGenerator.
It's a bit outdated but a lot of stuff is still valid.  I need to redo the whole
thing soon....

~ Leon



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to