Re: WebObjects jar frameworks and classpaths

2009-01-19 Thread John Pollard
Chuck, On 15 Jan 2009, at 19:19, Chuck Hill wrote: Another very helpful guy on the Rome list said this: [START QUOTE] ... it would seem to be a classloading bug. The code we use to load the plugin is effectively this: Class clazz = Class.forName(_propertyValues[i], true,

Re: WebObjects jar frameworks and classpaths

2009-01-16 Thread John Pollard
Chuck, thanks for your thoughts. On 14 Jan 2009, at 03:16, Chuck Hill wrote: Go to the Libraries tab, click Add Library, select WebObjects Frameworks, select your framework. You probably need to install it before doing this, I forget. Is this also exactly equivalent to a line like this

Re: WebObjects jar frameworks and classpaths

2009-01-15 Thread John Pollard
Chuck, thanks for your thoughts. On 14 Jan 2009, at 03:16, Chuck Hill wrote: Go to the Libraries tab, click Add Library, select WebObjects Frameworks, select your framework. You probably need to install it before doing this, I forget. Is this also exactly equivalent to a line like this

Re: WebObjects jar frameworks and classpaths

2009-01-15 Thread Chuck Hill
On Jan 15, 2009, at 9:20 AM, John Pollard wrote: Chuck, thanks for your thoughts. On 14 Jan 2009, at 03:16, Chuck Hill wrote: Go to the Libraries tab, click Add Library, select WebObjects Frameworks, select your framework. You probably need to install it before doing this, I forget.

Re: WebObjects jar frameworks and classpaths

2009-01-13 Thread Chuck Hill
On Jan 6, 2009, at 5:18 AM, John Pollard wrote: Hi List, A bit off topic, but I am struggling to make sense of this. Simply put I want to understand why I can't put a couple of jars into a WO framework and have the code still work as it does when the same jars are in

Re: WebObjects jar frameworks and classpaths

2009-01-13 Thread Chuck Hill
On Jan 8, 2009, at 8:14 AM, John Pollard wrote: List, I have now updated my build.xml file from a new dummy application created using the latest WOLips as advised in the WOLips blog for the new hotness. I also did this for my WO framework that contains the jars I need to link in to,

Re: WebObjects jar frameworks and classpaths

2009-01-09 Thread John Pollard
Update...I solved the build problem by editing the .classpath file to reference my Frameworks in the same way as the other frameworks are now referenced following the WOLips upgrade. This allows the WOLips Ant Tools, Install to complete ok without the compile errors I noted below.

WebObjects jar frameworks and classpaths

2009-01-06 Thread John Pollard
Hi List, A bit off topic, but I am struggling to make sense of this. Simply put I want to understand why I can't put a couple of jars into a WO framework and have the code still work as it does when the same jars are in /Library/Java/Extensions. So here is what I did: Created a new

Re: WebObjects jar frameworks and classpaths

2009-01-06 Thread Lachlan Deck
Hi John, On 07/01/2009, at 12:18 AM, John Pollard wrote: A bit off topic, but I am struggling to make sense of this. Simply put I want to understand why I can't put a couple of jars into a WO framework and have the code still work as it does when the same jars are in