0
votes
1answer
19 views
Tracking down the version number in OSX/xcode
I have a C/C++ program which is a Firefox plugin. I'm trying to find the version number resource.
In my plist I have: Bundle versions string, short set to 5.09b and bundle version to 1.0
In my .rsrc …
0
votes
4answers
61 views
How do I register a service in OSGi (Apache Felix)?
Hello, everyone!
I have successfully managed to start Apache Felix from code and register an own Bundle.
Following relation between OSGI-projects is needed:
[OsgiInterface] -- provides interfaces.
…
0
votes
2answers
78 views
Why doesn’t this sample code from Apple work?
I am trying to find the full path for a file called 'file1.jpg'
I have verified that it is in the app bundle and yet when I run this code:
NSBundle* myBundle = [NSBundle mainBundle];
NSString* …
0
votes
1answer
21 views
Storing resources into “sub-bundle” ?
Hi,
I'd like to know if it is possible to store resources data into "sub-bundles" or "sub-packages" that I could put into my main AppBundle.
Indeed, I'd like to create a kind of player that reads …
2
votes
2answers
43 views
Why are my mercurial bundles including “extra revisions”
We use bundles to synchronize our mercurial repositories over email.
For the past few hundred revisions, we've noticed the bundle size is typically around 600k, no matter what we include. It appears …
0
votes
0answers
28 views
OSGI + SWT: How to split the View (GUI) in many bundles
I'm writing a graphic application, with java, swt and osgi. The bundle A holds the application main window. Depending on the selection of the user, a different user interface must be loaded. That is, …
1
vote
3answers
50 views
what is the OSGi bundle package structure?
i am new to OSGi standard. i want to know more about the structure of bundle package file.
find there is this OSGi-INF folder, the specification mentioned about l10n and permission, i wonder where …
0
votes
1answer
43 views
iPhone : creating Texture2D much slower when image loaded from file in app’s Documents, why?
Slower than what? slower than creating the same textures from an image loaded from the app bundle.
How much slower ? 80 times slower on iPhone, similar ratio (but faster overall) on Mac.
My example …
1
vote
4answers
34 views
Linking loadable plugins against symbols in the executable on Linux and Windows
It's very on the Mac to create a loadable plugin as a bundle and make it use symbols in the Host executable. How can this be done on Linux and Windows?
I hear there's -rdynamic on Linux that may come …
0
votes
1answer
33 views
The bundle could not be resolved in RCP-RAP application
Hi,
I have a RCP application which constitutes of a number of plugins. And now, I try to develop RAP application which uses my old plugins. My RAP has a dependency of one old plugin. I created my own …
3
votes
6answers
94 views
How to distribute native perl scripts without custom module overhead?
How can someone distribute native (non-"compiled/perl2exe/...") Perl scripts without forcing users to be aware of the custom (non-CPAN) modules that the scripts needs in order to run?
The problem is …
0
votes
0answers
25 views
How to run java application bundled to .app on Mac OS X in 32 bit mode?
I have written a java application on win vista, it uses Bonjour and works fine. When I run it on Mac OS X 10.5.8 with all updates installed as a .jar file it runs perfectly too. But when I create a …
0
votes
2answers
79 views
How to externalize a Spring MessageSources bundle outside the WAR
Hi,
I have to externalize the Spring MessageSources bundle for i18n support (properties files) outside the classpath in order to modify properties more easily. How can I do that ?
<bean …
0
votes
1answer
123 views
grails create a new resource bundle
Hi,
I'd like to create another resource bundle to organize my Grails app. Grails provides a 'messages' resource bundle and I need to create a 'myApp' resource bundle.
How can I create a new resource …
0
votes
2answers
51 views
OSGi: programmitically add imports to a bundle
How can I add packages to a bundle's import from within code? I need it since I use libraries which rely on reflection and require other packages and I don't want to need to manually add those …
