• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Wonder into WO 5.3 Xcode Project
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Wonder into WO 5.3 Xcode Project


  • Subject: Re: Wonder into WO 5.3 Xcode Project
  • From: ute Hoffmann <email@hidden>
  • Date: Tue, 30 Dec 2008 11:49:00 +0100


Am 30.12.2008 um 11:38 schrieb Lachlan Deck:

On 30/12/2008, at 9:29 PM, ute Hoffmann wrote:

Am 30.12.2008 um 11:17 schrieb Lachlan Deck:

(keep on list .. i.e., reply-all)

On 30/12/2008, at 8:40 PM, ute Hoffmann wrote:

I tried everything you gave me, but to no avail. I have a clean Hello World project for testing how to wonderize and
this project still does not compile.

That suggests you've linked the frameworks against the wrong target in Xcode (or your java code is linked against the wrong target).

The Frameworks are in the right target. I just checked. They are in 'Application Server'  target.

Hmm.

Perhaps they need to be in a special order?

Not really - but if you want generics with NSArray then you can attempt to change the order by having ERExtensions first.

Is it right to unlink the WOExtensions framework coming with WebObjects (System/Library/Frameworks)
or do I need both (Wonder's and WO's) WOExtensions Frameworks linked in?

You need the one from Wonder if you're using Wonder. It's supposedly a drop-in replacement of the original.

What's your import statement for ERXApplication?


I do have no import statements at all in my Application class (besides from the usual ones)... the tutorial did not mention them...
Though I thought I might want them.

What am I to import: er.????

That is what is in my application class:

//
// Application.java
// Project testWonder
//
// Created by utehoffmann on 29.12.08
//

import com.webobjects.foundation.*;
import com.webobjects.appserver.*;
import com.webobjects.eocontrol.*;

public class Application extends ERXApplication {

    

   /* public static void main(String argv[]) {
        WOApplication.main(argv, Application.class);
    }*/


public static void main(String argv[]) {
        ERXApplication.main(argv, Application.class);
    }

    public Application() {
        super();
        System.out.println("Welcome to " + this.name() + "!");

        

        /* ** Put your application initialization code here ** */
    }

    

}




 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Wonder into WO 5.3 Xcode Project
      • From: Lachlan Deck <email@hidden>
References: 
 >Wonder into WO 5.3 Xcode Project (From: ute Hoffmann <email@hidden>)
 >Re: Wonder into WO 5.3 Xcode Project (From: Lachlan Deck <email@hidden>)
 >Re: Wonder into WO 5.3 Xcode Project (From: Lachlan Deck <email@hidden>)
 >Re: Wonder into WO 5.3 Xcode Project (From: ute Hoffmann <email@hidden>)
 >Re: Wonder into WO 5.3 Xcode Project (From: Lachlan Deck <email@hidden>)

  • Prev by Date: Re: Wonder into WO 5.3 Xcode Project
  • Next by Date: Re: Wonder into WO 5.3 Xcode Project
  • Previous by thread: Re: Wonder into WO 5.3 Xcode Project
  • Next by thread: Re: Wonder into WO 5.3 Xcode Project
  • Index(es):
    • Date
    • Thread