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

--- On Mon, 6/28/10, Chuck Hill <[email protected]> wrote:

> From: Chuck Hill <[email protected]>
> Subject: Re: exporting to excel
> To: "Theodore Petrosky" <[email protected]>
> Cc: "Jean-Francois Veillette" <[email protected]>, 
> [email protected]
> Date: Monday, June 28, 2010, 8:46 PM
> http://wiki.objectstyle.org/confluence/display/WO/Project+WONDER-Installing
> 
> should get you going.
> 
> Chuck
> 
> 
> On Jun 28, 2010, at 5:33 PM, Theodore Petrosky wrote:
> 
> > OK I do need help...
> > 
> > I downloaded the wonder source and patched
> EGSimpleTableParser.java 
> > 
> > that was not difficult... I need to compile the source
> and install the frameworks...
> > 
> > I don't get how to do this step..
> > 
> > After patching the source, how do I compile the
> frameworks and after they are compiled, where is the
> resultant frameworks?
> > 
> > Ted 
> > 
> > --- On Mon, 6/28/10, Jean-Francois Veillette 
> > <[email protected]>
> wrote:
> > 
> >> From: Jean-Francois Veillette <[email protected]>
> >> Subject: Re: exporting to excel
> >> To: "Theodore Petrosky" <[email protected]>
> >> Cc: [email protected]
> >> Date: Monday, June 28, 2010, 2:25 PM
> >> Sorry, that was a local (custom)
> >> version of the Excel generator  
> >> framework.
> >> I just created a JIRA about it: WONDER-546
> >> 
> >> Wonder is using POI 3.2, I have updated it to 3.6
> and
> >> adapted the  
> >> parser to handle the new api, I'll try to submit a
> patch
> >> soon, but  
> >> meanwhile if you are interested, just ask.
> >> 
> >> jfv
> >> 
> >> 
> >> Le 10-06-28 à 10:26, Theodore Petrosky a écrit
> :
> >> 
> >>> So, either I am doing something wrong or it
> doesn't
> >> work that way,
> >>> 
> >>> I was expecting that if I used:
> >>> 
> >>> <td colspan="7">Sometext
> here</td>
> >>> 
> >>> the .xls file to produce a merged row 7
> columns wide.
> >>> 
> >>> I don't get that as the excel export seems to
> ignore
> >> the colspan  
> >>> indication and I get a single column with
> "Sometext
> >> here" in it.
> >>> 
> >>> Maybe I don't understand the limitations yet.
> >>> 
> >>> Ted
> >>> 
> >>> --- On Mon, 6/28/10, Jean-Francois Veillette
> <[email protected]
> >> 
> >>>> wrote:
> >>> 
> >>>> From: Jean-Francois Veillette <[email protected]>
> >>>> Subject: Re: exporting to excel
> >>>> To: "Theodore Petrosky" <[email protected]>
> >>>> Cc: [email protected]
> >>>> Date: Monday, June 28, 2010, 9:36 AM
> >>>> 
> >>>> Le 10-06-27 à 15:19, Theodore Petrosky a
> écrit
> >> :
> >>>> 
> >>>>> I am working with the ERComponentTour
> example
> >> and have
> >>>> successfully add exporting to excel to my
> app.
> >>>>> 
> >>>>> I have read all the documentation and
> the
> >> example and
> >>>> I can't seem to find a way to merge
> cells.
> >>>>> 
> >>>>> anyone have an example?
> >>>> 
> >>>> colspan works like this: <td
> colspan="3">
> >>>> I don't think rowspan is not yet
> implemented
> >> though.
> >>>> 
> >>>> jfv
> >>>> 
> >>>> 
> >>>> 
> >>> 
> >>> 
> >>> 
> >> 
> >> 
> >> 
> > 
> > 
> > 
> > _______________________________________________
> > 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/chill%40global-village.net
> > 
> > This email sent to [email protected]
> 
> -- 
> Chuck Hill         
>    Senior Consultant / VP Development
> 
> Practical WebObjects - for developers who want to increase
> their overall knowledge of WebObjects or who are trying to
> solve specific problems.    
> http://www.global-village.net/products/practical_webobjects
> 
> 
> 
> 
> 
> 
> 
> 



 _______________________________________________
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