5 messages in com.canoo.lists.webtestRE: [Webtest] Re: A pom for WebTest
FromSent OnAttachments
Denis N. Antonioli10 Mar 2006 01:13 
Marc Guillemot10 Mar 2006 01:38 
Denis N. Antonioli10 Mar 2006 02:09 
Denis N. Antonioli13 Mar 2006 14:37 
Dierk Koenig14 Mar 2006 01:28 
Subject:RE: [Webtest] Re: A pom for WebTest
From:Dierk Koenig (dier@canoo.com)
Date:03/14/2006 01:28:14 AM
List:com.canoo.lists.webtest

cool!

thanks Mittie

-----Original Message----- From: webt@lists.canoo.com [mailto:webt@lists.canoo.com]On Behalf Of Denis N. Antonioli Sent: Montag, 13. Marz 2006 23:38 To: webt@lists.canoo.com Subject: Re: [Webtest] Re: A pom for WebTest

Hi

I've checked in a first pom today. Although it is not yet complete, we can already use it to build, and improve it overtime...

In normal usage, the build script will fetch automatically the dependencies at the start of the build, so that we do not need to change the way we develop.

In the case where we want to force a fetch of the dependencies, for example before taking a laptop offline, the new target fetchDependencies will do just that:

bin/webtest fetchDependencies

The next problems to address are the handling of sun's jar file (mail, ...), of a few libraries I haven't found on ibiblio (JavaDiff, ...) and, maybe, stripping down the lib/runtime and lib/build to the bare minimum.

Best dna