• 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
Another cRazY problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Another cRazY problem


  • Subject: Another cRazY problem
  • From: Jeff Schmitz <email@hidden>
  • Date: Sun, 23 Nov 2008 19:16:59 -0600

Hello,
   I just downloaded the latest Wonder 5.4 frameworks (not the jars), installed them by copying them to my /Library/Frameworks folder and now my project, which was fine before, says it can't find any of the ERX classes.   e.g. the package pasted below says er.extensions.ERXGenericRecord cannot be resolved.  What's weirder is I can navigate to ERXGenericRecord from the line with an error on it using Cmd-Click, and it shows up fine, with no errors.  Using Time Machine I went back to the previously installed frameworks and everything was fine again.  Any ideas??


package com.netbracketsfw.model;

import com.netbracketsfw.core.EOCopyable;
import com.webobjects.eocontrol.EOEnterpriseObject;
import com.webobjects.foundation.NSDictionary;
import com.webobjects.foundation.NSMutableDictionary;

import er.extensions.ERXGenericRecord;

public class NetBracketsGenericRecord extends ERXGenericRecord implements EOCopyable {

   public EOEnterpriseObject copy(NSMutableDictionary copiedObjects) {
  return EOCopyable.DefaultImplementation.copy(copiedObjects, this);
   }

   

   public EOEnterpriseObject copy() {
  return copy(new NSMutableDictionary());
   }

   

   // Subclasses can override this to copy via a different mechanism.
   // This can be anything from EOCopyable.Utility.referenceCopy(this)
   // to a fully customized copy.
   public EOEnterpriseObject duplicate(NSMutableDictionary copiedObjects) {
  return EOCopyable.Utility.deepCopy(copiedObjects, this);
   }

   

}

 _______________________________________________
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: Another cRazY problem
      • From: Chuck Hill <email@hidden>
  • Prev by Date: Re: Attribute Locking Tips
  • Next by Date: Re: Another cRazY problem
  • Previous by thread: Re: directActionURLForActionNamed should not escape the URL
  • Next by thread: Re: Another cRazY problem
  • Index(es):
    • Date
    • Thread