----- Original Message -----
From: "Sam Ruby" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, February 25, 2001 1:33 PM
Subject: Re: [POLL] General Consensus, Round 2 - J2EEUnit


> I had J2EEUnit clean compiling with gump, then another external dependency

Geeze .... you're fast ...
I am writing a new build-test-all.xml Ant file that starts all the tests for
all servlet engine. I'll have it in CVS in about 2-3 hours I guess. I'll
make some other modifications to the batch files to support this.

> was added.  Vincent, t is not clear to me that you have permision to
> distribute Resin code, and this will have to be resolved before any
> proposal to donate J2EEUnit to the ASF could be considered.  (I won't
begin
> to comment on intermixing GPL and Caucho Developer Source Licenced code).
>

Do you mean for the resinBootstrap.jar ? I have added this yesterday because
there is way to stop Resin. So I wrote some java code that start Resin
(using an internal class : RunResin) create a server socket listener and
stops the Resin when someone connects to this socket. However, I wanted to
be able to compile this little piece of java code without needing the Resin
server to be installed (that's why I put 2 resin classes in this bootstrap
jar). It is only used when you run the Resin tests, for which you need
Resin. What I can do, is move the compilation of this code as a dependency
of the Resin tests (which it is). This will remove the resinBoostrap.jar
file. Ok, I'll do that right now. Ready in about 2-3 hours in CVS ...

> The normal way to handle this is to make such dependencies optional.
> Following are the patches required to your build definition to make this
> happen.
>
Thanks.

> - Sam Ruby
>

Vincent.

Reply via email to