Re: [m2] fixing it0063 on Mac OS X - broken in a different way

2005-09-16 Thread Ashley Williams
Just confirmed this to be true. I changed it0063/pom.xml to a hardcoded reference to junit.jar, chosen at random. The test then passed. On 16 Sep 2005, at 04:51, Brett Porter wrote: I think you can't add classes.jar to the classpath as it contains secured packages like java.lang. I

Re: [m2] fixing it0063 on Mac OS X - broken in a different way

2005-09-15 Thread Ashley Williams
It looks as though its finding the correct jar but there's now a build exception which doesn't yet make much sense to me. Had a quick look at the ClassLoader source and it looks as though sun don't like you loading in any java.lang classes. Why the test does this and only on the mac

Re: [m2] fixing it0063 on Mac OS X - broken in a different way

2005-09-15 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Actually, I do all my development on a linux platform, except for the build I ran earlier that uncovered this same problem. I'm working on it, but I'm not entirely sure where to start, since it doesn't really say what the offending class is...looks

Re: [m2] fixing it0063 on Mac OS X - broken in a different way

2005-09-15 Thread Brett Porter
I think you can't add classes.jar to the classpath as it contains secured packages like java.lang. I think you just ignore the library on Mac OS X and it should work? - Brett On 9/16/05, John Casey [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Actually, I do all