Are the source files in a directory other than the project directory like ./src?
> -----Original Message-----
> From: Stefan Kreutter [mailto:sklist..bjectfarm.org]
> Sent: Monday, March 01, 2004 8:02 AM
> To: Ulrich Köster
> Cc: woproject-de..bjectstyle.org
> Subject: Re: woproject and IntelliJ IDEA?
>
>
> Nope. They are not. Application.java and Session.java are - like the
> component I'm editing - in the default package.
>
> -Stefan
>
> On 01.03.2004, at 14:55, Ulrich Köster wrote:
>
> > I'll guess application and session are in a package.
> >
> > Ulrich
> > Am 01.03.2004 um 14:19 schrieb Stefan Kreutter:
> >
> >>
> >> On 01.03.2004, at 14:13, Ulrich Köster wrote:
> >>
> >>> To be compatible with WOBuilder your imports should end
> with asterix:
> >>>
> >>> import com.webobjects.appserver.*;
> >>>
> >>> You can set it in the Eclipse Preferences. Java->Organize
> Imports->
> >>> Number of imports ... = 1;
> >>
> >> They do:
> >>
> >> // Generated by the at Mon Mar 01 13:15:56 CET 2004
> >>
> >> import com.webobjects.foundation.*;
> >> import com.webobjects.appserver.*;
> >> import com.webobjects.eocontrol.*;
> >> import com.webobjects.eoaccess.*;
> >>
> >>
> >> public class Main extends WOComponent {
> >> public String fooString;
> >> public String xyzzy;
> >>
> >> public Main(WOContext context) {
> >> super(context);
> >> }
> >>
> >> }
> >>
> >> But still no reference to Session or Application in WebObjects
> >> Builder.
> >>
> >> -Stefan
> >>
> >> PS: For the latest builds of WOLips is Eclipse M7 ok or do I need
> >> builds above M7? And if which one do you recommend?
> >>
> >
>
>
This archive was generated by hypermail 2.0.0 : Mon Mar 01 2004 - 09:54:41 EST