You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Peter Donald <do...@apache.org> on 2001/08/16 08:26:18 UTC

Re: ExcaliburTestCase

On Thu, 16 Aug 2001 16:27, Giacomo Pati wrote:
> Dear all
>
> I've a initial version of the ExcaliburTestCase ready for committment. As
> it comes to packaging some thought need to be made.
>
> From the Excalibur point of view this class should make it into the
> distributed jar because it eases development based on Excalibur. From a
> projects point of view it is noting that should be deployed into a
> production environment. The possibilities are:
>
> 1. Pack it into avalon-excalibur.jar. As it is only one class a separate
>    jar doesn't make much sense.

+1


>
> 2. Make a separate jar (avalon-excalibur-test.jar?). Though it is a single
>    class but based on junit it might be justifiable to do so.
>
> You thoughts?
>
> Giacomo
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: avalon-dev-help@jakarta.apache.org

-- 
Cheers,

Pete

*-----------------------------------------------------*
* "Faced with the choice between changing one's mind, *
* and proving that there is no need to do so - almost *
* everyone gets busy on the proof."                   *
*              - John Kenneth Galbraith               *
*-----------------------------------------------------*

---------------------------------------------------------------------
To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: avalon-dev-help@jakarta.apache.org


Re: ExcaliburTestCase

Posted by Berin Loritsch <bl...@apache.org>.
giacomo wrote:
> 
> On Thu, 16 Aug 2001, Peter Donald wrote:
> 
> > On Thu, 16 Aug 2001 16:55, Giacomo Pati wrote:
> > > Ok. As it is not finished yet (LogKitManager and LogKitConfigØ°íidx1.Inboxidx3.Draftidx4.Trashidx21.deepî:idx23.nice

Can you please repost this--it got garbled on me.

---------------------------------------------------------------------
To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: avalon-dev-help@jakarta.apache.org


Re: ExcaliburTestCase

Posted by giacomo <gi...@apache.org>.
On Thu, 16 Aug 2001, Peter Donald wrote:

> On Thu, 16 Aug 2001 16:55, Giacomo Pati wrote:
> > Ok. As it is not finished yet (LogKitManager and LogKitConfigurator is next
> > on my todo list) should we place it into the scatchpad hierarchy or diretly
> > into the java hierarchy?

It's commited now in src/java as
org.apache.avalon.excalibur.testcase.ExcaliburTestcase.

>
> Depends on when you guess it will be finished. I would put it in main
> hierarchy if you expect it to be finished soon/before next release.

What is the release schedule? I hope to finish it next week.

Giacomo


---------------------------------------------------------------------
To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: avalon-dev-help@jakarta.apache.org


Re: ExcaliburTestCase

Posted by Peter Donald <do...@apache.org>.
On Thu, 16 Aug 2001 16:55, Giacomo Pati wrote:
> Ok. As it is not finished yet (LogKitManager and LogKitConfigurator is next
> on my todo list) should we place it into the scatchpad hierarchy or diretly
> into the java hierarchy?

Depends on when you guess it will be finished. I would put it in main 
hierarchy if you expect it to be finished soon/before next release.

-- 
Cheers,

Pete

*-----------------------------------------------------*
* "Faced with the choice between changing one's mind, *
* and proving that there is no need to do so - almost *
* everyone gets busy on the proof."                   *
*              - John Kenneth Galbraith               *
*-----------------------------------------------------*

---------------------------------------------------------------------
To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: avalon-dev-help@jakarta.apache.org


Re: ExcaliburTestCase

Posted by Giacomo Pati <gi...@apache.org>.
Quoting Peter Donald <do...@apache.org>:

> On Thu, 16 Aug 2001 16:36, Giacomo Pati wrote:
> > Quoting Peter Donald <do...@apache.org>:
> > > On Thu, 16 Aug 2001 16:27, Giacomo Pati wrote:
> > > > Dear all
> > > >
> > > > I've a initial version of the ExcaliburTestCase ready for
> committment.
> > >
> > > As
> > >
> > > > it comes to packaging some thought need to be made.
> > > >
> > > > From the Excalibur point of view this class should make it into
> the
> > > > distributed jar because it eases development based on Excalibur.
> From
> > >
> > > a
> > >
> > > > projects point of view it is noting that should be deployed into a
> > > > production environment. The possibilities are:
> > > >
> > > > 1. Pack it into avalon-excalibur.jar. As it is only one class a
> > >
> > > separate
> > >
> > > >    jar doesn't make much sense.
> > >
> > > +1
> >
> > Ok, how do we package it.
> >
> >    org.apache.avalon.excalibur.ExcaliburTestCase
> > or
> >    org.apache.avalon.excalibur.test.ExcaliburTestCase
> >
> > Former will integrate without changes to the build procedure, but
> later
> > will.
> 
> How about 
> 
> org.apache.avalon.excalibur.testcase.ExcaliburTestCase
> 
> or something similar ?

Ok. As it is not finished yet (LogKitManager and LogKitConfigurator is next on 
my todo list) should we place it into the scatchpad hierarchy or diretly into 
the java hierarchy?

Giacomo

> 
> 
> >
> > Giacomo
> >
> > > > 2. Make a separate jar (avalon-excalibur-test.jar?). Though it is
> a
> > >
> > > single
> > >
> > > >    class but based on junit it might be justifiable to do so.
> > > >
> > > > You thoughts?
> > > >
> > > > Giacomo
> > > >
> > > >
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
> > > > For additional commands, e-mail:
> avalon-dev-help@jakarta.apache.org
> > >
> > > --
> > > Cheers,
> > >
> > > Pete
> > >
> > > *-----------------------------------------------------*
> > > * "Faced with the choice between changing one's mind, *
> > > * and proving that there is no need to do so - almost *
> > > * everyone gets busy on the proof."                   *
> > > *              - John Kenneth Galbraith               *
> > > *-----------------------------------------------------*
> > >
> > >
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: avalon-dev-help@jakarta.apache.org
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: avalon-dev-help@jakarta.apache.org
> 
> -- 
> Cheers,
> 
> Pete
> 
> *-----------------------------------------------------*
> * "Faced with the choice between changing one's mind, *
> * and proving that there is no need to do so - almost *
> * everyone gets busy on the proof."                   *
> *              - John Kenneth Galbraith               *
> *-----------------------------------------------------*
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: avalon-dev-help@jakarta.apache.org
> 
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: avalon-dev-help@jakarta.apache.org


Re: ExcaliburTestCase

Posted by Peter Donald <do...@apache.org>.
On Thu, 16 Aug 2001 16:36, Giacomo Pati wrote:
> Quoting Peter Donald <do...@apache.org>:
> > On Thu, 16 Aug 2001 16:27, Giacomo Pati wrote:
> > > Dear all
> > >
> > > I've a initial version of the ExcaliburTestCase ready for committment.
> >
> > As
> >
> > > it comes to packaging some thought need to be made.
> > >
> > > From the Excalibur point of view this class should make it into the
> > > distributed jar because it eases development based on Excalibur. From
> >
> > a
> >
> > > projects point of view it is noting that should be deployed into a
> > > production environment. The possibilities are:
> > >
> > > 1. Pack it into avalon-excalibur.jar. As it is only one class a
> >
> > separate
> >
> > >    jar doesn't make much sense.
> >
> > +1
>
> Ok, how do we package it.
>
>    org.apache.avalon.excalibur.ExcaliburTestCase
> or
>    org.apache.avalon.excalibur.test.ExcaliburTestCase
>
> Former will integrate without changes to the build procedure, but later
> will.

How about 

org.apache.avalon.excalibur.testcase.ExcaliburTestCase

or something similar ?


>
> Giacomo
>
> > > 2. Make a separate jar (avalon-excalibur-test.jar?). Though it is a
> >
> > single
> >
> > >    class but based on junit it might be justifiable to do so.
> > >
> > > You thoughts?
> > >
> > > Giacomo
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: avalon-dev-help@jakarta.apache.org
> >
> > --
> > Cheers,
> >
> > Pete
> >
> > *-----------------------------------------------------*
> > * "Faced with the choice between changing one's mind, *
> > * and proving that there is no need to do so - almost *
> > * everyone gets busy on the proof."                   *
> > *              - John Kenneth Galbraith               *
> > *-----------------------------------------------------*
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: avalon-dev-help@jakarta.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: avalon-dev-help@jakarta.apache.org

-- 
Cheers,

Pete

*-----------------------------------------------------*
* "Faced with the choice between changing one's mind, *
* and proving that there is no need to do so - almost *
* everyone gets busy on the proof."                   *
*              - John Kenneth Galbraith               *
*-----------------------------------------------------*

---------------------------------------------------------------------
To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: avalon-dev-help@jakarta.apache.org


Re: ExcaliburTestCase

Posted by Giacomo Pati <gi...@apache.org>.
Quoting Peter Donald <do...@apache.org>:

> On Thu, 16 Aug 2001 16:27, Giacomo Pati wrote:
> > Dear all
> >
> > I've a initial version of the ExcaliburTestCase ready for committment.
> As
> > it comes to packaging some thought need to be made.
> >
> > From the Excalibur point of view this class should make it into the
> > distributed jar because it eases development based on Excalibur. From
> a
> > projects point of view it is noting that should be deployed into a
> > production environment. The possibilities are:
> >
> > 1. Pack it into avalon-excalibur.jar. As it is only one class a
> separate
> >    jar doesn't make much sense.
> 
> +1

Ok, how do we package it.

   org.apache.avalon.excalibur.ExcaliburTestCase
or
   org.apache.avalon.excalibur.test.ExcaliburTestCase

Former will integrate without changes to the build procedure, but later will.

Giacomo

> 
> 
> >
> > 2. Make a separate jar (avalon-excalibur-test.jar?). Though it is a
> single
> >    class but based on junit it might be justifiable to do so.
> >
> > You thoughts?
> >
> > Giacomo
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: avalon-dev-help@jakarta.apache.org
> 
> -- 
> Cheers,
> 
> Pete
> 
> *-----------------------------------------------------*
> * "Faced with the choice between changing one's mind, *
> * and proving that there is no need to do so - almost *
> * everyone gets busy on the proof."                   *
> *              - John Kenneth Galbraith               *
> *-----------------------------------------------------*
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: avalon-dev-help@jakarta.apache.org
> 
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: avalon-dev-help@jakarta.apache.org