• 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
build failing: package com.webobjects.foundation does not exist
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

build failing: package com.webobjects.foundation does not exist


  • Subject: build failing: package com.webobjects.foundation does not exist
  • From: WebObjects <email@hidden>
  • Date: Thu, 17 Feb 2005 09:26:24 -0800

Just after adding a new component (Administer) to my project it suddenly
fails to build.  The errors all look like this...

"Administer.java:8: package com.webobjects.foundation does not exist"

Below you can see the imports for my 'Main.java', and the newly created
'Administer.java' - nothing exotic.

What is the 'xcode' secret to find out why this failure exists?

Thanks,

-Bill

// Main.java: Class file for WO Component 'Main'
// Project DataBaseMaint
//
// Created by billreynolds on 2/17/05
//

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

// Administer.java: Class file for WO Component 'Administer'
// Project DataBaseMaint
//
// Created by billreynolds on 2/17/05
//

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


 _______________________________________________
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: build failing: package com.webobjects.foundation does not exist
      • From: Florijan Stamenkovic <email@hidden>
  • Prev by Date: Re: Determining if an image exists
  • Next by Date: Re: build failing: package com.webobjects.foundation does not exist
  • Previous by thread: Re: Determining if an image exists
  • Next by thread: Re: build failing: package com.webobjects.foundation does not exist
  • Index(es):
    • Date
    • Thread