Chris Hostetter wrote: > : How much RAM is it taking for you? I've got it scanning > > I didn't look into it htat hard. > > : demo/test/src/contrib and it takes 6 seconds - the mem does appear to > : pop to like 160MB from 70 real quick - what are you seeing for RAM reqs? > > are you running from the commandline, or from ant? if you're running from > ant, what does your target loook like? > > from the commandline i'm seeing about what you're seeing, from the ant > task using something like the target below (if i remember correctly) it > was hozing me bad... > > <target name="rat-sources" depends="rat-sources-typedef" > description="runs the tasks over src/java"> > <rat:report xmlns:rat="antlib:org.apache.rat.anttasks"> > <fileset dir="."> > <include name="src/**" /> > <include name="contrib/**" /> > </fileset> > </rat:report> > </target> > > > > > > -Hoss > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-dev-h...@lucene.apache.org > > I'm doing it with ant - I tried: <fileset dir="."> <include name="contrib/**/src/**"/> <include name="src/**"/> </fileset>
-- - Mark http://www.lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org