Splitting shale-test into JSF specific projects (was Re: [1.1.0] Testing of Shale-Core fails due to missing ViewExpiredException)
On Dec 9, 2008, at 1:08 PM, Gary%20VanMatre wrote:
>
>
<snip>
> I was thinking that we might need to break JSF 1.1 and 1.2 support
> into two projects so that we could better configure the dependencies
> and binaries. If we did that, we could still have JSF 1.2 test
> build on JSF 1.1 test. That might make the release simpler too?
>
>> Paul Spencer
> Gary
>
Are you suggesting the following project layout?
shale-test
shale-test-common - Build using using JDK 1.4
shale-test-jsf1_1 - Build using JDK 1.4
shale-test-jsf1_2 - Build using JDK 1.5
Paul Spencer