From: Timo Hoepfner <[email protected]>
Subject: Re: exporting to excel
To: "Theodore Petrosky" <[email protected]>
Cc: "WebObjectsDev Development" <[email protected]>
Date: Tuesday, June 29, 2010, 8:18 AM
You are probably building against WO
5.4. Wonder builds for 5.3 by default.
Try "ant -Dwonder.patch=54 frameworks" or change the value
in line 981 of Wonder/Build/build/build.xml from "53" to
"54".
Timo
Am 29.06.2010 um 11:53 schrieb Theodore Petrosky:
almost... I get to the step of 'ant frameworks' and
after 30 secs I get a bunch of errors and it stops....
global.framework.build:
[mkdir] Created dir:
/Users/asacksadmin/Roots/ERSelenium.framework
[woframework] Installing ERSelenium in
/Users/asacksadmin/Roots
[jar] Building jar:
/Users/asacksadmin/Roots/ERSelenium-4.0.jar
[echo]
-------------------------------------
[echo] ERSelenium.framework
done
[echo]
-------------------------------------
WOOgnl.all:
global.environment:
global.properties:
global.prepare:
[mkdir] Created dir:
/Users/asacksadmin/Wonder/Common/Frameworks/WOOgnl/Resources
[mkdir] Created dir:
/Users/asacksadmin/Wonder/Common/Frameworks/WOOgnl/Components
[mkdir] Created dir:
/Users/asacksadmin/Wonder/Common/Frameworks/WOOgnl/WebServerResources
[mkdir] Created dir:
/Users/asacksadmin/Roots/classes/WOOgnl
global.compile:
[echo]
Common/Frameworks/WOOgnl/Sources
WOOgnl53.pre:
[copy] Copying 6 files to
/Users/asacksadmin/Wonder/Common/Frameworks/WOOgnl/Sources
[wocompile] Compiling 22 source files to
/Users/asacksadmin/Roots/classes/WOOgnl
[wocompile]
/Users/asacksadmin/Wonder/Common/Frameworks/WOOgnl/Sources/ognl/
helperfunction/compatibility/
WOMiddleManDeclarationFormatException.java:3:
cannot find symbol
[wocompile] symbol : class
WODeclarationFormatException
[wocompile] location: package
com.webobjects.appserver._private
[wocompile] import
com.webobjects.appserver._private.WODeclarationFormatException;
[wocompile]
^
a bunch more errors of the same type and..
[wocompile]
/Users/asacksadmin/Wonder/Common/Frameworks/WOOgnl/Sources/ognl/
helperfunction/WOHelperFunctionHTMLTemplateParser.java:5:
parse() in
ognl.helperfunction._WOHelperFunctionHTMLTemplateParser
cannot override parse() in
com.webobjects.appserver._private.WOParser; overridden
method does not throw
ognl
.helperfunction.compatibility.WOMiddleManDeclarationFormatException
[wocompile] public class
WOHelperFunctionHTMLTemplateParser extends
_WOHelperFunctionHTMLTemplateParser {
[wocompile] ^
[wocompile] Note: Some input files use or override a
deprecated API.
[wocompile] Note: Recompile with -Xlint:deprecation
for details.
[wocompile] Note: Some input files use unchecked or
unsafe operations.
[wocompile] Note: Recompile with -Xlint:unchecked for
details.
[wocompile] 32 errors
BUILD FAILED
/Users/asacksadmin/Wonder/build.xml:12: The following
error occurred while executing this line:
/Users/asacksadmin/Wonder/Build/build/build.xml:851:
The following error occurred while executing this line:
/Users/asacksadmin/Wonder/Build/build/build.xml:845:
The following error occurred while executing this line:
/Users/asacksadmin/Wonder/Build/build/build.xml:52:
The following error occurred while executing this line:
/Users/asacksadmin/Wonder/Build/build/generic.xml:298:
Compile failed; see the compiler error output for details.
I am missing something... I just don't know what..
Ted