Yes, I figured that part out... thanks though. I found it in the old 2.3.2
javadoc deprecation remarks... still, there is nothing mentioned in site
documentation about this.


On to getting 2.3.3 to just startup:

At $WORK$ I was behind a firewall and could not check the latest
M.E.T.A. plugin source code out from the svn. Got home, checked it out.

Started over from scratch... flavor 2.3.3 seems to be working pretty well.
Could someone push this out to the main website?

All of my dependency issues were resolved after I built and installed
it.

However, I am still looking at getting my extended user object stuff to
work... but, making progress.

Thanks,
Jeff



>
> Look into Turbine.getConfiguration();
>
> Turbine.getConfiguration().getString(key);
>
> The
> TurbineResources class is deprecated.
>
> Sheldon
>
>> Date: Tue, 12 Apr 2011 15:18:13 -0400
>> Subject: TurbineResources question (possibly dumb)
>> From: [email protected]
>> To: [email protected]
>>
>>
>> Hello!
>>
>> I'm looking at finally moving on to Turbine 2.3.3, but ran into a snag
>> right off the bat.
>>
>> The following code used to seem pretty standard (worked in 2.3.2) but is
>> now broken. What is the replacement for TurbineResources.getString() ?
>>
>> I can't find anything on the "migration" page for this, so posing to the
>> list.
>>
>> ----------------------------------------------------------
>> if (acl==null)
>> {
>>     data.setScreenTemplate(
>>         TurbineResources.getString("template.login"));
>>     isAuthorized = false;
>> } else {
>>     data.setScreenTemplate(
>>         TurbineResources.getString("template.login"));
>>     data.setMessage("You do not have access to this part of the site.");
>>     isAuthorized = false;
>> }
>> ----------------------------------------------------------
>>
>>
>> Thanks,
>> Jeff Painter
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to