'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
- 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
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
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
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
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
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