Adrian
Turns out that using the entire widget component is not an option. There
are references to ../../common.xml and ../../macros.xml which references
<pathelement
location="${ofbiz.home.dir}/framework/base/lib/commons/commons-cli-1.0.jar"/
>
<pathelement
location="${ofbiz.home.dir}/framework/base/lib/scripting/antlr-2.7.6.jar"/>
<pathelement
location="${ofbiz.home.dir}/framework/base/lib/scripting/asm-3.2.jar"/>
<pathelement
location="${ofbiz.home.dir}/framework/base/lib/scripting/groovy-1.7-rc-2.jar
"/>
and so on.
I can probably clean up that build.xml file, but not sure if it's wasted
effort or not.
In the mean time, I am considering removing the Iterator references and
replacing them with foreach. The Iterator seems to be where the problems
are.
Any advice as to the shortest route to a fix? Moving to 10.04 is not
currently an option as I have made hundreds of modifications to the ofbiz
core code, all of which would have to be remade and tested.
Skip
-----Original Message-----
From: Adrian Crum [mailto:[email protected]]
Sent: Wednesday, May 25, 2011 4:48 PM
To: [email protected]
Subject: Re: ConcurrentModificationException ???? Linux
You might have better luck replacing the entire widget component.
-Adrian
On 5/26/2011 12:47 AM, SkipDever wrote:
> I am wondering if I can just move all the
> /framework/widget/src/org/ofbiz/widget/form*.java from 10.04 into my build
> and have some chance of it building? Fortunately, I have not modified any
> of this code.
>
> Skip
>