I've tweaked the build script to use GWT to build the model module
(org.waveprotocol.wave.model.Model). The compilation succeeds, but its
getting a bunch of module validation errors (below).

We used to get errors like this on the normal client build and they
seem to have been fixed in the last few months. Does anyone have any
idea where these messages might be stemming from?

Cheers
Joseph



model:
     [java] Compiling module org.waveprotocol.wave.model.ModelExport
[ which just depends on org.waveprotocol.wave.model.Model and adds an
entrypoint ]
     [java]    Validating newly compiled units
     [java]       [ERROR] Errors in
'file:/Users/josephg/src/wave-protocol/src/org/waveprotocol/wave/model/schema/account/AccountSchemas.java'
     [java]          [ERROR] Line 19: The import
org.waveprotocol.wave.model.account.DocumentBasedIndexability cannot
be resolved
     [java]          [ERROR] Line 20: The import
org.waveprotocol.wave.model.account.IndexDecision cannot be resolved
     [java]          [ERROR] Line 21: The import
org.waveprotocol.wave.model.account.Role cannot be resolved
     [java]          [ERROR] Line 67: Role cannot be resolved
     [java]          [ERROR] Line 69: Role cannot be resolved
     [java]          [ERROR] Line 85: DocumentBasedIndexability cannot
be resolved
     [java]          [ERROR] Line 86: DocumentBasedIndexability cannot
be resolved
     [java]          [ERROR] Line 86: DocumentBasedIndexability cannot
be resolved
     [java]          [ERROR] Line 88: IndexDecision cannot be resolved
     [java]          [ERROR] Line 89: IndexDecision cannot be resolved to a type
     [java]          [ERROR] Line 90: The constructor
Serializer.EnumSerializer<IndexDecision>(Class<IndexDecision>) refers
to the missing type IndexDecision
     [java]          [ERROR] Line 90: IndexDecision cannot be resolved to a type
     [java]          [ERROR] Line 90: IndexDecision cannot be resolved to a type
     [java]          [ERROR] Line 92: IndexDecision cannot be resolved
     [java]          [ERROR] Line 95: DocumentBasedIndexability cannot
be resolved
     [java]          [ERROR] Line 95: DocumentBasedIndexability cannot
be resolved
     [java]       [ERROR] Errors in
'file:/Users/josephg/src/wave-protocol/src/org/waveprotocol/wave/model/schema/conversation/ConversationSchemas.java'
     [java]          [ERROR] Line 20: The import
org.waveprotocol.wave.model.conversation.Blips cannot be resolved
     [java]          [ERROR] Line 227: Blips cannot be resolved
     [java]       [ERROR] Errors in
'file:/Users/josephg/src/wave-protocol/src/org/waveprotocol/wave/model/schema/supplement/UserDataSchemas.java'
     [java]          [ERROR] Line 26: The import
org.waveprotocol.wave.model.supplement.DocumentBasedAbuseStore cannot
be resolved
     [java]          [ERROR] Line 27: The import
org.waveprotocol.wave.model.supplement.WaveletBasedSupplement cannot
be resolved
     [java]          [ERROR] Line 41: WaveletBasedSupplement cannot be resolved
     [java]          [ERROR] Line 42: WaveletBasedSupplement cannot be resolved
...
     [java]          [ERROR] Line 230: DocumentBasedAbuseStore cannot
be resolved
     [java]    Compiling 4 permutations
     [java]       Compiling permutation 0...
     [java]       Compiling permutation 1...
     [java]       Compiling permutation 2...
     [java]       Compiling permutation 3...
     [java]    Compile of permutations succeeded
     [java] Linking into
/Users/josephg/src/wave-protocol/war/org.waveprotocol.wave.model.ModelExport
     [java]    Link succeeded
     [java]    Compilation succeeded -- 32.557s

Reply via email to