Yesterday I registered an issue in Jira (a suggestion to solve a problem),
but I enclosed the complete files instead of just including just the
changes. So I thought I should get the most updated version of the source.
To get the most updated version of OFBiz I checked out the complete source
into a new project in eclipse, and tried to compile, but I got the following
error:
\ofbiz2\applications\content\src\org\ofbiz\content\webapp\ftl\RenderSubConte
ntTransform.java:
143: cannot find symbol : method
renderSubContentAsText(org.ofbiz.entity.GenericDelegator,java.lang.String,ja
va.io.Writer,java.lang.String,java.lang.String,org.ofbiz.entity.GenericValue
,java.util.Map,java.util.Locale,java.lang.String,org.ofbiz.entity.GenericVal
ue,java.sql.Timestamp)
location: class org.ofbiz.content.content.ContentWorker
ContentWorker.renderSubContentAsText(delegator,
contentId, out, mapKey, subContentId, subContentDataResourceView,
templateRoot, locale, mimeTypeId, userLogin, fromDate);
To me this looks like a problem in the content-handling-logic, where the
class ContentWorker seems to be missing. I am certain that this is a problem
at my computer, but could anyone help me to understand what I should do to
make the source compile.
Thanks.
Torstein