Tim,

the reason for the layouts is:

we have only one consistent proposal that covers all the cases we now aware of.

The only problem I see with the current proposal is that we will have classes
with same package and names in different folders. Like:

tests/impl
o.a.h.security.test.java.security.ProviderTest
and
tests/api
o.a.h.security.test.java.security.ProviderTest

So we will always have to separate build targets runing these tests.
Probably it's
OK. Otherwise we have to add 'type' of the test to the package name:

tests/impl
o.a.h.security.test.impl.java.security.ProviderTest

or

tests/impl
o.a.h.security.impl-test.java.security.ProviderTest

Thanks,
Mikhail


2006/5/4, Tim Ellison <[EMAIL PROTECTED]>:
I was suggesting that you try to capture the reasons for the layout and
the package naming of tests etc. in a descriptive doc.

At this point it would be a 'proposed' doc -- the mail thread is getting
too long to follow all the arguments so having a document we can work on
together is likely more productive.

We can use the wiki if you prefer...

Regards,
Tim

Mikhail Loenko wrote:
> Geir
>
> What kind of conventions do you mean?
>
> If it is package naming then I thought we have the same conventions
> for all types of the tests:  bootclasspath tests go to the same package as
> class, classpath tests go to o.a.h.module.tests.package
>
> Am I missing something?
>
> Thanks,
> Mikhail
>
> 2006/5/4, Geir Magnusson Jr <[EMAIL PROTECTED]>:
>>
>>
>> Mikhail Loenko wrote:
>> > 2006/5/3, Mikhail Loenko <[EMAIL PROTECTED]>:
>> >>
>> >> Ok, I'll put this on the website
>> >
>> > I've put it on the web-site (it has not appeared yet)
>> >
>> > Comments are welcome
>>
>> I think you only captures half of it.  You also need to describe
>> conventions for harmony-specific tests...
>>
>> I'm happy to help there if you want...
>>
>> geir
>>
>> ---------------------------------------------------------------------
>> Terms of use : http://incubator.apache.org/harmony/mailing.html
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

--

Tim Ellison ([EMAIL PROTECTED])
IBM Java technology centre, UK.

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to