Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Building large projects

On 09/10/2013 11:24 AM, Pierre-Charles David wrote:
% mvn clean package | perl -MPOSIX -ne '$|=1; print POSIX::strftime("%s", localtime) . " $_"' | tee ~/build.log

Inded, that already gives a good idea of where to dig.
Also, I just remembered that Jenkins/Hudson can put times between log lines. to get similar informations. (I find more comfortable configuring a Jenkins job than writing some Perl ;)
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top