Thanks for report,
groovy_support looks like explaining the error message I got when running from Eclipse.
I will have a look later at both issues
Thanks
Jacques
From: "Torstein Hegbom" <[email protected]>
Thanks. Now it compiles just fine (I had to add barcode4j-fop-ext-0.93.jar
and there is something wrong with groovy_support, but I do not know what
that can be).
Torstein
-----Opprinnelig melding-----
Fra: Jacques Le Roux [mailto:[email protected]]
Sendt: 20. mai 2009 12:51
Til: [email protected]
Emne: Re: Compilingproblem
Fixed at r776656
Jacques
From: "Jacques Le Roux" <[email protected]>
Yes, there is an issue. I will take care of this...
Thanks
Jacques
From: "Torstein Hegbom" <[email protected]>
I synchronized the 09.04-version that was compiling with the current trunk
for 09.04, and got the same problem. Now, I am quite certain that the
problem does not exist on my computer.
Is it only me that has a problem to compile the 09.04 version when
checking
out a fresh version using svn?
Torstein
-----Opprinnelig melding-----
Fra: Torstein Hegbom [mailto:[email protected]]
Sendt: 20. mai 2009 10:40
Til: [email protected]; 'Jacques Le Roux'
Emne: SV: Compilingproblem
Yes, I have used that for my previous check-out. My earlier version
compiles
just fine. There must be some thing else, thanks anyway.
Torstein
-----Opprinnelig melding-----
Fra: Jacques Le Roux [mailto:[email protected]]
Sendt: 20. mai 2009 10:30
Til: [email protected]
Emne: Re: Compilingproblem
Did you follow ?
http://docs.ofbiz.org/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#F
AQ-Tips-Tricks-Cookbook-HowTo-Eclipse
Jacques
From: "Torstein Hegbom" <[email protected]>
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