Hi Peter,
Actually, things aren't so bad as they seem. To get DrJava running, all
you have to do is first go to:
edu/rice/cs/util
and run "ant update compile". After that, you can go back to the drjava
directory and update without any problems. So, I wouldn't say that Brian's
changes broke update; it's just that some of his changes were in the util
project instead of drjava. Admittedly, it would be nice to have util
updated automatically whenever updating drjava. But changes to util are
infrequent enough that this isn't a high priority.
-- Eric
On Sun, 14 Apr 2002, Peter Centgraf wrote:
> Brian,
>
> Your recent changes, moving parts of the model.repl.newjvm
> package to util.newjvm, has broken the ant update target. More
> specifically, once you update, compile no longer works. CVS is
> not automatically grabbing the new directory. Could you please
> tweak the build file so that CVS grabs the directory (and any
> other new directories) for us? I don't believe it is being
> updated, even after manually grabbing the directory from CVS.
> (While you're at it, could you add variations on the compile
> target that add the -deprecated and/or -warnunchecked flags?)
>
> In the meantime, people can get DrJava building again by running
> the following command while inside their top-level cvs root,
> i.e. "~/comp312/sf/" or wherever you originally set things up.
> This will grab all new files and directories from CVS. This is
> the same command that you run when initially configuring your
> DrJava hacking environment.
>
> cvs -d $CVSROOT checkout src
>
> --
> Peter
>
>
> _______________________________________________
> drjava-hackers mailing list
> drj...@li...
> https://lists.sourceforge.net/lists/listinfo/drjava-hackers
>
|