You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by gs...@gmail.com on 2004/11/03 14:33:31 UTC

Build error

Hi all,

I checked out the beehive source from svn and tried to do a build of
the same. I am getting the following error. Any inputs will be very
much appreciated.

[xmlbeanbuild] Time to compile code: 5.672 seconds
    [javac] Compiling 89 source files to E:\Srini\ECrelatedocs\Beehive\workspace
\beehive\trunk\netui\build\classes\compiler
    [javac] E:\Srini\ECrelatedocs\Beehive\workspace\beehive\trunk\netui\src\comp
iler\org\apache\beehive\netui\compiler\Diagnostics.java:48: cannot find symbol
    [javac] symbol  : method getPosition()
    [javac] location: interface com.sun.mirror.declaration.AnnotationMirror
    [javac]         _env.getMessager().printError( ann.getPosition(), getMessage
( messageKey, args ) );
    [javac]                                           ^
    [javac] E:\Srini\ECrelatedocs\Beehive\workspace\beehive\trunk\netui\src\comp
iler\org\apache\beehive\netui\compiler\Diagnostics.java:54: cannot find symbol
    [javac] symbol  : method getPosition()
    [javac] location: interface com.sun.mirror.declaration.AnnotationMirror
    [javac]         _env.getMessager().printError( ann.getPosition(), getMessage
( messageKey, args ) );
    [javac]                                           ^
    [javac] E:\Srini\ECrelatedocs\Beehive\workspace\beehive\trunk\netui\src\comp
iler\org\apache\beehive\netui\compiler\Diagnostics.java:60: cannot find symbol
    [javac] symbol  : method getPosition()
    [javac] location: interface com.sun.mirror.declaration.AnnotationValue
    [javac]         _env.getMessager().printError( annVal.getPosition(), getMess
age( messageKey, args ) );
    [javac]                                              ^
    [javac] E:\Srini\ECrelatedocs\Beehive\workspace\beehive\trunk\netui\src\comp
iler\org\apache\beehive\netui\compiler\Diagnostics.java:71: cannot find symbol
    [javac] symbol  : method getPosition()
    [javac] location: interface com.sun.mirror.declaration.AnnotationMirror
    [javac]         _env.getMessager().printWarning( ann.getPosition(), getMessa
ge( messageKey, args ) );
    [javac]                                             ^
    [javac] E:\Srini\ECrelatedocs\Beehive\workspace\beehive\trunk\netui\src\comp
iler\org\apache\beehive\netui\compiler\Diagnostics.java:76: cannot find symbol
    [javac] symbol  : method getPosition()
    [javac] location: interface com.sun.mirror.declaration.AnnotationValue
    [javac]         _env.getMessager().printWarning( annVal.getPosition(), getMe
ssage( messageKey, args ) );
    [javac]                                                ^
    [javac] hibounds=java.lang.Object
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 5 errors

BUILD FAILED

Thanks much.
Srini