Le 10-06-29 à 09:40, Theodore Petrosky a écrit :

That did it... but of course after I installed the frameworks that I built, I get all kinds of errors in my project...

everything from:

when I save my model the import statements say:

import er.extensions.eof.*;

however, it appears that in 54 it should be:

import er.extensions;

No, it's er.extensions.eof for the 5.3 and 5.4 versions of Wonder. If you had er.extensions, that's a two years old Wonder build...

It looks like I have a lot to learn in order to do this.... more than I think I can handle this morning...

Ted




--- On Tue, 6/29/10, Timo Hoepfner <[email protected]> wrote:

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





_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca

This email sent to [email protected]

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to