From: James I-C. H. <jh...@ow...> - 2004-05-07 15:46:48
|
Hey Eric, Checkout the dynamicjava source tree by going to your ~/drjava directory and typing: cvs -d [USERNAME]@cvs.sf.net:/cvsroot/drjava co src/koala To create the jar, type "ant clean compile" in the koala directory (either you have to be using JSR14v2.4+ or Javac1.5.0, or you'll have to modify the build-common.xml file), then type "ant jar" to create the dynamicjava.jar in your ~/drjava directory. Then you should be able to copy this jar into the lib directory and re-run DrJava. James On Fri, 7 May 2004, Eric Shao-yu Cheng wrote: > 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 > > > ------------------------------------------------------- > This SF.Net email is sponsored by Sleepycat Software > Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to > deliver higher performing products faster, at low TCO. > http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 > _______________________________________________ > drjava-hackers mailing list > drj...@li... > https://lists.sourceforge.net/lists/listinfo/drjava-hackers > |