We could write external tools or extensions for JDK 1.5, but we can't depend on any features of 1.5.....nor would I support forking the codebase for 1.5 support. 

Cheers,
Clinton

On 10/3/05, Nathan Maves <[EMAIL PROTECTED]> wrote:
On that point is there any plan to take advantage of any of the 1.5 features?  Mean would we rewrite any old code or just move forward with the ability to use 1.5 features.

Nathan

On Oct 3, 2005, at 2:07 PM, Clinton Begin wrote:


Certainly it should build under 1.5....so yes, I'd hope so. 

But I don't think that will be our official build platform.  We'll still target 1.4.x. 

(I want to make sure to build under 1.4 to ensure that we're not using 1.5 features until ... well, 1.6 is out. ;-)

Cheers,
Clinton

On 10/3/05, Nathan Maves < [EMAIL PROTECTED]> wrote:
Are we planing on upgrading these and tasks to 1.5 anytime soon?

By that I mean is anyone working on it yet?

Nathan

On Oct 3, 2005, at 11:28 AM, Clinton Begin wrote:

It won't build under JDK 1.5, due to some issues with Ant and some of the Tasks we're using.   It should build fine with 1.4.x

Clinton

On 10/3/05, Sven.Boden < [EMAIL PROTECTED]> wrote:

I'm currently using JDK 1.4.2_06 on windows. I found some results on internet suggesting to upgrade to JDK 1.5. To me for the moment it looks like somehow the testcases are just not in the classpath when executing the build script (I did an extract of SVN, and didn't change any file afterwards).

I will try some more (and possibly upgrade or downgrade the JDK) ;-)... I thought someone else might already have had the problem.

Regards,
Sven

>
>Wow... What JVM/SDK are you using?
>
>On 10/1/05, Sven Boden < [EMAIL PROTECTED]> wrote:
>>
>>
>> Been playing with the following for an hour but can't seem to get it
>> solved. When I extract iBATIS from SVN and run the build script all
>> JUnit tests fail in the following way:
>>
>> java.lang.ClassNotFoundException:
>> com.ibatis.common.resources.ResourcesTest at
>> java.net.URLClassLoader$1.run(URLClassLoader.java :199) at
>> java.security.AccessController.doPrivileged (Native Method) at
>> java.net.URLClassLoader.findClass(URLClassLoader.java:187) at
>> java.lang.ClassLoader.loadClass(ClassLoader.java:289) at
>> java.lang.ClassLoader.loadClass(ClassLoader.java :235) at
>> java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302) at
>> java.lang.Class.forName0(Native Method) at
>> java.lang.Class.forName (Class.java:141)
>>
>> I guess this has something to do with the java.policy file, but I
>> can't seem to figure out which entries to add. Can someone give me a
>> pointer?
>>
>> Regards,
>> Sven
>>
>







Reply via email to