|
From: Theo Y. <ot...@ri...> - 2002-03-15 22:15:28
|
I got the following error when I ant-updated and then tried to ant-compile.
Is it possible that someone cvs committed something that wasn't passing tests?
theo
================================
Buildfile: build.xml
init:
check_for_jsr14:
do-compile:
[javac] Compiling 33 source files to /net/stygian/othello/comp312/sf/built
[javac] /net/stygian/othello/comp312/sf/src/edu/rice/cs/drjava/model/definitions/reducedmodel/ReducedModelControl.java:414: cannot resolve symbol
[javac] symbol : method getSize ()
[javac] location: class java.lang.Object
[javac] curLength = cursor.current().getSize() - rmc.getBlockOffset();
[javac] ^
[javac] /net/stygian/othello/comp312/sf/src/edu/rice/cs/drjava/model/definitions/reducedmodel/ReducedModelControl.java:415: cannot resolve symbol
[javac] symbol : method getHighlightState ()
[javac] location: class java.lang.Object
[javac] curState = cursor.current().getHighlightState();
[javac] ^
[javac] /net/stygian/othello/comp312/sf/src/edu/rice/cs/drjava/model/definitions/reducedmodel/ReducedModelControl.java:419: cannot resolve symbol
[javac] symbol : method getHighlightState ()
[javac] location: class java.lang.Object
[javac] int nextState = cursor.current().getHighlightState();
[javac] ^
[javac] /net/stygian/othello/comp312/sf/src/edu/rice/cs/drjava/model/definitions/reducedmodel/ReducedModelControl.java:423: cannot resolve symbol
[javac] symbol : method getSize ()
[javac] location: class java.lang.Object
[javac] curLength += cursor.current().getSize();
[javac] ^
[javac] /net/stygian/othello/comp312/sf/src/edu/rice/cs/drjava/model/definitions/reducedmodel/ReducedModelControl.java:429: cannot resolve symbol
[javac] symbol : method getSize ()
[javac] location: class java.lang.Object
[javac] curLength = cursor.current().getSize();
[javac] ^
[javac] 5 errors
BUILD FAILED
/net/stygian/othello/comp312/sf/src/edu/rice/cs/drjava/build.xml:114: Compile failed, messages should have been provided.
Total time: 7 seconds
|