Tagged Questions

3
votes
6answers
81 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 r …
0
votes
2answers
54 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 ? …
0
votes
1answer
79 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 c …
0
votes
2answers
44 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 manual …
0
votes
2answers
72 views

How to get classloader for a bundle in equinox?

How can I get the classloader for a osgi bundle in eclipse equinox setup. Thanks, Suraj
1
vote
1answer
47 views

Bundle additional executables with py2exe

I have a python script that calls out to two Sysinternals tools (sigcheck and accesschk). Is there a way I can bundle these executables into a py2exe so that subprocess.Popen can s …
0
votes
1answer
131 views

Application bundle Mac OS X Leopard

I had a working application bundle on Mac OS X Tiger. I was easily able to just replace the jar file and everything worked as i made changes. I take that app bundle now, and when i …
0
votes
1answer
93 views

iPhone: Change application Bundle files

hi all, in my application bundle, there are a XML file. i want to change this XML with other XMl file which have same name (without open Xcode). so i want to ask that whether there …
0
votes
3answers
251 views

How to send parameters from a notification-click to an activity?

Hi I can find a way to send parameters to my activity from my notification. I have a service that creates a notification. When the user clicks on the notification i want to open …
0
votes
2answers
96 views

How are objects defined in an XIB file and how are they created at runtime?

I've just purchased a Mac and am beginning to explore software development using Cocoa and Objective-C using XCode in Snow Leaped having come from a strong Microsoft and C# backgru …
2
votes
1answer
187 views

How to setup bundle development environment (Eclipse Equinox Maven)

Hi, I'am trying to setup eclipse environment to develop bundles (With maven-bundle-plugin-bnd) and run & debug that bundles equinox from eclipse I created sample bundles wit …
0
votes
1answer
20 views

Equinox Bundle import conflict

1) Bundle A reexports package com.X, which it gets from bundle C 2) Bundle B exports package com.X 3) Now bunlde D has dependency on both A and B. From where will the bund …
1
vote
3answers
132 views

Any way to get a Cached UIImage from my ‘Documents’ directory?

I know that the -imageNamed: method returns a Cached UIImage, but the problem is that my image file is stored in 'Documents', and the -imageNamed: method seems to only search the B …
2
votes
1answer
913 views

iPhone - Change app icon pointed to by info.plist within the application?

Is there any way to change the 47x47 PNG, pointed to within info.plist, for the iPhone springboard icon from within code? I understand I can add a translation and change the sprin …
1
vote
2answers
93 views

Is having Eclipse OSGI Activators inheriting from each other a good idea?

If you have a common eclipse/osgi code platform on which you build various products can you/should you inherit activators from the common code E.g. org.test.common.PluginActivato …

1 2 3 4 next
15 30 50 per page