• 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
Debug code in a framework
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Debug code in a framework


  • Subject: Debug code in a framework
  • From: "John Huss" <email@hidden>
  • Date: Mon, 19 Feb 2007 10:19:41 -0600

I saw this tutorial on the WOLips site about debugging code in a framework:

http://wiki.objectstyle.org/confluence/display/WOL/Debug+Code+in+a+Framework

But when I place both the project and the built-framework on the build
path I get an error when I run about there being two instances of the
same framework:

java.lang.IllegalStateException: <com.webobjects.foundation.NSBundle>
warning: There is already a unique instance for Bundle named
'ICSShared'.  Use NSBundle.bundleForName(ICSShared) to access it:
<com.webobjects.foundation.NSBundle name:'ICSShared'
bundlePath:'/workspace/ICSShared/build/ICSShared.framework'
packages:'("com.ics", "test.com.ics")' 13 classes >
	at com.webobjects.foundation.NSBundle.CreateBundleWithPath(NSBundle.java:825)
	at com.webobjects.foundation.NSBundle._bundleWithPathShouldCreateIsJar(NSBundle.java:487)
	at com.webobjects.foundation.NSBundle.LoadBundlesFromClassPath(NSBundle.java:742)
	at com.webobjects.foundation.NSBundle.<clinit>(NSBundle.java:365)
	... 14 more

Any suggestions?
_______________________________________________
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


  • Prev by Date: Need some help with WOComponentContent
  • Next by Date: Re: Need some help with WOComponentContent
  • Previous by thread: Re: Need some help with WOComponentContent
  • Next by thread: Form update
  • Index(es):
    • Date
    • Thread