[shale] shale-test compiled for compatibility?

2006-05-22 Thread Ryan Wynn
I think this may have been asked before but can someone please make sure that shale-test is being compiled such that it is compatible with jdk 1.4. I am getting some major-minor version errors when trying to run my unit tests against 1.4. Here is the information from my shale-test manifest: Man

Re: [shale] shale-test compiled for compatibility?

2006-05-22 Thread Craig McClanahan
On 5/22/06, Ryan Wynn <[EMAIL PROTECTED]> wrote: I think this may have been asked before but can someone please make sure that shale-test is being compiled such that it is compatible with jdk 1.4. I am getting some major-minor version errors when trying to run my unit tests against 1.4. Here i

Re: [shale] shale-test compiled for compatibility?

2006-05-22 Thread Ryan Wynn
On 5/22/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: On 5/22/06, Ryan Wynn <[EMAIL PROTECTED]> wrote: > > I think this may have been asked before but can someone please make > sure that shale-test is being compiled such that it is compatible with > jdk 1.4. I am getting some major-minor versi

Re: [shale] shale-test compiled for compatibility?

2006-05-22 Thread Ryan Wynn
On 5/22/06, Ryan Wynn <[EMAIL PROTECTED]> wrote: On 5/22/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: > On 5/22/06, Ryan Wynn <[EMAIL PROTECTED]> wrote: > > > > I think this may have been asked before but can someone please make > > sure that shale-test is being compiled such that it is compat

Re: [shale] shale-test compiled for compatibility?

2006-05-22 Thread Wendy Smoak
On 5/22/06, Ryan Wynn <[EMAIL PROTECTED]> wrote: The exception is java.lang.UnsupportedClassVersionError: org/apache/shale/test/base/AbstractViewControllerTestCase (Unsupported major.minor version 48.0) I think that's correct for 1.4. (The error usually says '49' when you're trying to run JDK

Re: [shale] shale-test compiled for compatibility?

2006-05-22 Thread Ryan Wynn
On 5/22/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 5/22/06, Ryan Wynn <[EMAIL PROTECTED]> wrote: > The exception is > > java.lang.UnsupportedClassVersionError: > org/apache/shale/test/base/AbstractViewControllerTestCase (Unsupported > major.minor version 48.0) I think that's correct for 1.4.