|
From: Eric Shao-yu C. <er...@ri...> - 2004-05-07 08:28:13
|
Hi all,
I was trying to merge in changes made for the project facility. I got
the latest CVS version and did an ant compile on drjava. It gave me
some errors about foreach statements in DynamicJava:
[javac] /home/eric/src/drjava/src/edu/rice/cs/drjava/model/repl/IdentityVisitor.java:63:
type koala.dynamicjava.tree.visitor.Visitor does not take parameters
[javac] public class IdentityVisitor implements Visitor<Node> {
[javac] ^
[javac] /home/eric/src/drjava/src/edu/rice/cs/drjava/model/repl/IdentityVisitor.java:130:
cannot find symbol
[javac] symbol : class ForEachStatement
[javac] location: class edu.rice.cs.drjava.model.repl.IdentityVisitor
[javac] public Node visit(ForEachStatement node) {
[javac] ^
How do I get the latest dynamicjava source we modified, and how should I
compile a new jar from it?
Thanks,
Eric
|