On Fri, 11 Jul 2003, DeAngelo Lampkin wrote: > Anyone ever get the following error while building biojava-live? I tried updating > with the new bytecode jar file to see if that would help, but nope, no such luck. > ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > [javac] Compiling 659 source files to > /home/dlampkin/biojava-live/ant-build/classes/main > [javac] > /home/dlampkin/biojava-live/ant-build/src/main/org/biojava/bio/seq/filter/WalkerFactory.java:211: > cannot resolve symbol > [javac] symbol : method forMethod (java.lang.reflect.Method) > [javac] location: class org.biojava.utils.bytecode.IntrospectedCodeClass > [javac] CodeMethod m_getFilter = IntrospectedCodeClass.forMethod(m); > [javac] ^ > [javac] > /home/dlampkin/biojava-live/ant-build/src/main/org/biojava/bio/seq/filter/WalkerFactory.java:275: > cannot resolve symbol > [javac] symbol : method forMethod (java.lang.reflect.Method) > [javac] location: class org.biojava.utils.bytecode.IntrospectedCodeClass > [javac] CodeMethod ourMeth = IntrospectedCodeClass.forMethod(meth); > [javac] ^ > ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > > I believe this particular error overdrew my account in the Sanity Fund. I'm in the > red. WAY in the red. Yes, I'll be sure to make the T-rex's teeth extra sharp. And > they won't be mini-Rexes either...
Congratulations, you are the proud winner of a workaround. Do a cvs update to get workaround until the author fixes it. Problem was previously reported here:- http://biojava.org/pipermail/biojava-dev/2003-July/000702.html _______________________________________________ Biojava-l mailing list - [EMAIL PROTECTED] http://biojava.org/mailman/listinfo/biojava-l
