Have you tried running ant clean?

-Adrian

On 5/29/2012 2:26 PM, varun bhansaly wrote:
Have been facing issues related to trunk (at r1343711) compilation via
./ant (10.04 compiles with no errors)

This is the error snippet -

classes:
   [javac16] Compiling 3 source files to
/home/varun.bhansaly/ofbiz/framework/base/build/classes
   [javac16]
/home/varun.bhansaly/ofbiz/framework/base/src/org/ofbiz/base/util/template/FreeMarkerWorker.java:87:
cannot find symbol
   [javac16] symbol  : method setNullWildcards(boolean)
   [javac16] location: class freemarker.ext.beans.BeansWrapper
   [javac16]         wrapper.setNullWildcards(true);
   [javac16]                ^
   [javac16] 1 error

BUILD FAILED
/home/varun.bhansaly/ofbiz/build.xml:216: The following error occurred
while executing this line:
/home/varun.bhansaly/ofbiz/framework/build.xml:148: The following error
occurred while executing this line:
/home/varun.bhansaly/ofbiz/macros.xml:39: The following error occurred
while executing this line:
/home/varun.bhansaly/ofbiz/framework/base/build.xml:90: Compile failed; see
the compiler error output for details.

Reply via email to