I suspect that you are running a pre-release version of the J2SE 5.0 JDK. You can find the most recent version at:
http://java.sun.com/j2se/1.5.0/download.jsp > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 03, 2004 7:34 AM > To: Beehive Developers > Subject: 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 >
