Help! Missing bundles when running within WOLips

From: Joshua Dubey (jdube..bermind.com)
Date: Mon Jun 23 2008 - 20:27:28 EDT

  • Next message: André Koppany: "ant build & User Library not recognized"

    Hi,

    I having a strange problem where after renaming a framework, the
    dependent applications are no longer finding its bundle if I run/debug
    the applications from within wolips.

    Scenario:

    I had a framework MyFramework. Within it was a class Foo, which had
    the line

    bundle = NSBundle.bundleForClass(this.getClass());

    Applications which used this framework would call the above on
    startup. It worked fine, i.e. a bundle was returned.

    Recently, I renamed the framework to MyNewFramework. Nothing else was
    changed. Build paths of dependent projects were updated and
    everything builds fine. However, now

    bundle = NSBundle.bundleForClass(this.getClass());

    returns null. This happens whether MyNewFramework is added to the
    build path as a dependent project or an external jar.

    Any ideas? What have I missed?

    Thanks,

    Josh



    This archive was generated by hypermail 2.0.0 : Mon Jun 23 2008 - 20:28:36 EDT