Hmmmm. From a practical standpoint, I think it already does depend on it. Even if the .class files are there, we would rely on timestamps being intact to avoid the dependency (since we have tasks to recompile .scala files) and based on recent experience, I don't think we can rely on timestamps remaining intact.
alex On Mon, Sep 28, 2009 at 8:53 AM, Daniel Spiewak <[email protected]> wrote: > If we do this, then our build depends on the Scala compiler. Is that what > we want? > > Daniel > > On Mon, Sep 28, 2009 at 10:48 AM, <[email protected]> wrote: > > > Author: boisvert > > Date: Mon Sep 28 15:48:55 2009 > > New Revision: 819606 > > > > URL: http://svn.apache.org/viewvc?rev=819606&view=rev > > Log: > > Remove .class files; they are generated during build. > > > > Removed: > > buildr/trunk/lib/buildr/java/org/apache/buildr/JavaTestFilter.class > > > > > buildr/trunk/lib/buildr/scala/org/apache/buildr/SpecsSingletonRunner$.class > > > > > buildr/trunk/lib/buildr/scala/org/apache/buildr/SpecsSingletonRunner.class > > > > >
