RE: Target duration

2005-12-28 Thread Bruno PRIN
'origine- De : Nicolas Vervelle [mailto:[EMAIL PROTECTED] Envoyé : jeudi 22 décembre 2005 17:35 À : Ant Users List Objet : Re: Target duration I forgot the link: http://ant-contrib.sourceforge.net/tasks/tasks/performance_monitor.html That's probably what you want Nicolas Vervelle wro

Re: Target duration

2005-12-22 Thread William Louth
- Original Message From: Jeffrey E Care <[EMAIL PROTECTED]> To: Ant Users List Sent: Fri Dec 23 05:29:31 2005 Subject: Re: Target duration For building WebSphere Application Server we have a custom logger that calculates durations for all contexts (i.e. top-level builds, sub-bui

Re: Target duration

2005-12-22 Thread Jeffrey E Care
For building WebSphere Application Server we have a custom logger that calculates durations for all contexts (i.e. top-level builds, sub-builds, targets & tasks). You can do the same fairly easily by extending the core loggers that come with Ant. I would share our code, but unfortunately it's I

RE: Target duration

2005-12-22 Thread Bruno PRIN
Yes thanks I find it, I'm testing it -Message d'origine- De : Nicolas Vervelle [mailto:[EMAIL PROTECTED] Envoyé : jeudi 22 décembre 2005 17:35 À : Ant Users List Objet : Re: Target duration I forgot the link: http://ant-contrib.sourceforge.net/tasks/tasks/performance_mo

Re: Target duration

2005-12-22 Thread Nicolas Vervelle
I forgot the link: http://ant-contrib.sourceforge.net/tasks/tasks/performance_monitor.html That's probably what you want Nicolas Vervelle wrote: Performance Monitor from Ant contrib ? Bruno PRIN wrote: Hello, We use ant to build 130 modules. The compilation ant building step take over 10 h

RE: Target duration

2005-12-22 Thread Bruno PRIN
There isn't a native task option ? Timestamp not easy to exploit... But it's an idea... -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : jeudi 22 décembre 2005 17:32 À : user@ant.apache.org Objet : AW: Target duration >The project is launch several times, i

Re: Target duration

2005-12-22 Thread Nicolas Vervelle
Performance Monitor from Ant contrib ? Bruno PRIN wrote: Hello, We use ant to build 130 modules. The compilation ant building step take over 10 hours, we want to know which step spend more time. The project is launch several times, i know the time spend by each launch of the project but I wan