mvn install to generate the job. around 2-3 mins it generates the bz2 zip gz mvn compile otherwise(15 secs are in compiling math) out of 33 sec
On Fri, Feb 5, 2010 at 10:18 PM, Drew Farris <drew.far...@gmail.com> wrote: > On Fri, Feb 5, 2010 at 3:27 AM, Robin Anil <robin.a...@gmail.com> wrote: > > When developing mahout core/util/examples we dont need to generate math > > often and dont need to tar gzip bzip2 the jar files. We are mostly > concerned > > with the job file/ jar file. > > Cant there be another target like develop which does this. (waiting 2-3 > mins > > for a 2 line change is frustrating) > > Indeed. > > Robin, how are you doing your builds? I could have sworn I eliminated > the building of tar, gzip, bzip2 files unless the -Prelease flag is > specified. >