Excellent! That should deal with those odd compile errors that people were seeing that went away if they did a rebuild.
-Mark. On 20 October 2006 at 16:53, [EMAIL PROTECTED] wrote: > Author: tellison > Date: Fri Oct 20 09:53:49 2006 > New Revision: 466199 > > URL: http://svn.apache.org/viewvc?view=rev&rev=466199 > Log: > Global compile should not pick up older class files from the classpath, but r > ely on the latest versions from source. > > Modified: > incubator/harmony/enhanced/classlib/trunk/make/build-java.xml > > Modified: incubator/harmony/enhanced/classlib/trunk/make/build-java.xml > URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/m > ake/build-java.xml?view=diff&rev=466199&r1=466198&r2=466199 > ============================================================================= > = > --- incubator/harmony/enhanced/classlib/trunk/make/build-java.xml (original) > +++ incubator/harmony/enhanced/classlib/trunk/make/build-java.xml Fri Oct 20 > 09:53:49 2006 > @@ -179,7 +179,7 @@ > <src path="modules/swing/src/main/java/common" /> > <src path="modules/text/src/main/java" /> > <src path="modules/x-net/src/main/java/" /> > - <classpath location="${build.output}" /> > + > <classpath> > <fileset dir="${depends.jars}"> > <include name="**/*.jar" /> > --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
