|
From: Brian S. <bs...@bs...> - 2002-02-22 02:29:10
|
> /home/goberoi/school/comp312/sf/src/edu/rice/cs/util/build.xml:14: > taskdef class edu.rice.cs.util.ant.TstampGMT cannot be found I bet you followed steps out of order :) Anyhow, to resolve this: cd util cvs update -d java -classpath $ANT_HOME/lib/ant.jar:$CLASSPATH -d ~/school/comp312/sf/built ant/TstampGMT.java That should do it. -brian |