Protected access modifiers handled differently at runtime in XCode and Eclipse?

2008-08-20 Thread Peter Newnam
Hi I have a WebObjects projects which is being converted to Eclipse - on Mac. One of the defined components has 4 protected access variables. These 4 variables are bound to components in the html When in the binding view in Eclipse (WOlips perspective) an error is rightly picked up that

Re: Protected access modifiers handled differently at runtime in XCode and Eclipse?

2008-08-20 Thread Guido Neitzer
On 20.08.08 00:04, Peter Newnam [EMAIL PROTECTED] wrote: I have a WebObjects projects which is being converted to Eclipse - on Mac. One of the defined components has 4 protected access variables. Which is actually wrong when you really think about it. These 4 variables are bound to

Re: Protected access modifiers handled differently at runtime in XCode and Eclipse?

2008-08-20 Thread Mike Schrag
So how is it possible that the application server can see the protected variables at runtime in XCode and Tomcat but not in Eclipse? Any insight would be appreciated. Are you using packages in Eclipse and no packages in Xcode? ms ___ Do not post

Re: Protected access modifiers handled differently at runtime, in XCode and Eclipse?

2008-08-20 Thread Peter Newnam
So how is it possible that the application server can see the protected variables at runtime in XCode and Tomcat but not in Eclipse? Any insight would be appreciated. Are you using packages in Eclipse and no packages in Xcode? ms doh !! Good catch !! I did not spot the difference !