Wolfgang,

You might try removing and resyncing the controls with SVN.   From the
errors, it looks like you might possibly have some stale files in your
tree somehow...  there were some interface changes something like 7-10
days ago that would result in errors like this if you somehow only
picked up part of the changes.

-- Kyle

On Sun, 19 Dec 2004 10:07:51 +0900, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Hi there,
> 
> I'm getting some errors while controls are being built, well
> here is the details.
> 
> =========================================================================
>     [javac] Compiling 3 source files to ./trunk/controls/build/classes/runtime
>     [javac] 
> ./trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/apt/ControlAnnotationProcessor.java:58:
>  incompatible types
>     [javac] found   : 
> org.apache.beehive.controls.runtime.generator.apt.AptControlInterface
>     [javac] required: org.apache.beehive.controls.runtime.generator.Generator
>     [javac]             genClass = new AptControlInterface(decl, env);
>     [javac]                        ^
>     [javac] 
> ./trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/apt/ControlAnnotationProcessor.java:62:
>  incompatible types
>     [javac] found   : 
> org.apache.beehive.controls.runtime.generator.apt.AptControlInterface
>     [javac] required: org.apache.beehive.controls.runtime.generator.Generator
>     [javac]             genClass = new AptControlInterface(decl, env);
>     [javac]                        ^
>     [javac] 
> ./trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/apt/ControlAnnotationProcessor.java:66:
>  incompatible types
>     [javac] found   : 
> org.apache.beehive.controls.runtime.generator.apt.AptControlImplementation
>     [javac] required: org.apache.beehive.controls.runtime.generator.Generator
>     [javac]             genClass = new AptControlImplementation(decl, env);
>     [javac]                        ^
>     [javac] 
> ./trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/apt/ControlAnnotationProcessor.java:70:
>  cannot find symbol
>     [javac] symbol  : constructor 
> AptPropertySet(<nulltype>,com.sun.mirror.declaration.Declaration,com.sun.mirror.apt.AnnotationProcessorEnvironment)
>     [javac] location: class 
> org.apache.beehive.controls.runtime.generator.apt.AptPropertySet
>     [javac]             new AptPropertySet(null, decl, env);
>     [javac]             ^
>     [javac] 
> ./trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/apt/ControlAnnotationProcessor.java:100:
>  incompatible types
>     [javac] found   : 
> org.apache.beehive.controls.runtime.generator.apt.AptControlInterface
>     [javac] required: org.apache.beehive.controls.runtime.generator.Generator
>     [javac]             genClass = new AptControlInterface(decl, env);
>     [javac]                        ^
>     [javac] 
> ./trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/apt/ControlAnnotationProcessor.java:104:
>  incompatible types
>     [javac] found   : 
> org.apache.beehive.controls.runtime.generator.apt.AptControlInterface
>     [javac] required: org.apache.beehive.controls.runtime.generator.Generator
>     [javac]             genClass = new AptControlInterface(decl, env);
>     [javac]                        ^
>     [javac] 
> ./trunk/controls/src/runtime/org/apache/beehive/controls/runtime/generator/apt/ControlAnnotationProcessor.java:108:
>  incompatible types
>     [javac] found   : 
> org.apache.beehive.controls.runtime.generator.apt.AptControlImplementation
>     [javac] required: org.apache.beehive.controls.runtime.generator.Generator
>     [javac]             genClass = new AptControlImplementation(decl, env);
>     [javac]                        ^
>     [javac] 7 errors
> 
> BUILD FAILED
> ./trunk/wsm/build.xml:151: The following error occurred while executing this 
> line:
> ./trunk/controls/build.xml:112: Compile failed; see the compiler error output 
> for details.
> ========================================================================================
> 
> During the build process of wsm, controls are also built with <ant
> dir="${beehive.dir}/controls" target="build"/>.
> 
> Thanks in advance.
> 
> Wolfgang
> 
>

Reply via email to