Can't find out method addAllOfbizTransforms from FreeMarkerWorker class

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Can't find out method addAllOfbizTransforms from FreeMarkerWorker class

Vu Hong Thuan
My application version use method addAllOfbizTransforms from
FreeMarkerWorker class

After rebuild for latest revision. We get following message:

cannot find symbol
    [javac] symbol  : method addAllOfbizTransforms(java.util.Map)
    [javac] location: class org.ofbiz.base.util.template.FreeMarkerWorker
    [javac]         FreeMarkerWorker.addAllOfbizTransforms(context);

Any suggestion for use another method?

--
Vũ Hồng Thuận
Công ty Phần mềm và Truyền thông Việt Nam, NAMMEDIA, INC.
Email: [hidden email]
Web: http://www.nammedia.com
ĐT: (84)-04-5680964 - Fax: (84)-04-5681083
DĐ: 0984328513

Vu Hong Thuan
Vietnam Software and Communication Company. NAMMEDIA. INC
Email: [hidden email]
Web: http://www.nammedia.com
Phone: (84)-04-5680964 - Fax: (84)-04-5681083
Mobile: (84)-984328513
Reply | Threaded
Open this post in threaded view
|

Re: Can't find out method addAllOfbizTransforms from FreeMarkerWorker class

Jacques Le Roux
Administrator
Please use rather user ML for such questions :
http://docs.ofbiz.org/display/OFBADMIN/Mailing+Lists#MailingLists-DeveloperList:dev@...

Thanks

Jacques

From: "Vu Hong Thuan" <[hidden email]>

> My application version use method addAllOfbizTransforms from
> FreeMarkerWorker class
>
> After rebuild for latest revision. We get following message:
>
> cannot find symbol
>    [javac] symbol  : method addAllOfbizTransforms(java.util.Map)
>    [javac] location: class org.ofbiz.base.util.template.FreeMarkerWorker
>    [javac]         FreeMarkerWorker.addAllOfbizTransforms(context);
>
> Any suggestion for use another method?
>
> --
> Vũ Hồng Thuận
> Công ty Phần mềm và Truyền thông Việt Nam, NAMMEDIA, INC.
> Email: [hidden email]
> Web: http://www.nammedia.com
> ĐT: (84)-04-5680964 - Fax: (84)-04-5681083
> DĐ: 0984328513
>
> Vu Hong Thuan
> Vietnam Software and Communication Company. NAMMEDIA. INC
> Email: [hidden email]
> Web: http://www.nammedia.com
> Phone: (84)-04-5680964 - Fax: (84)-04-5681083
> Mobile: (84)-984328513
>

Reply | Threaded
Open this post in threaded view
|

Re: Can't find out method addAllOfbizTransforms from FreeMarkerWorker class

Adrian Crum
In reply to this post by Vu Hong Thuan
The FreeMarkerWorker class was refactored recently to eliminate the need
for calling that method. Check the commit log for more information.

-Adrian

Vu Hong Thuan wrote:

> My application version use method addAllOfbizTransforms from
> FreeMarkerWorker class
>
> After rebuild for latest revision. We get following message:
>
> cannot find symbol
>     [javac] symbol  : method addAllOfbizTransforms(java.util.Map)
>     [javac] location: class org.ofbiz.base.util.template.FreeMarkerWorker
>     [javac]         FreeMarkerWorker.addAllOfbizTransforms(context);
>
> Any suggestion for use another method?
>