felix build fails

2011-03-23 Thread Lance Frohman
Hi, our group is using felix and webstart and we are having the problem mentioned in http://www.mail-archive.com/users@felix.apache.org/msg09884.html I want to get a version with this patch, but I tried to build the felix trunk (before patching it) and on the "mvn -Dpackaging=plugins install" after

Re: felix build fails

2011-03-23 Thread Lance Frohman
just grab the latest main.distribution snapshot from > our Maven snapshot repo...I just deployed a new snapshot...it includes more > than just the patch for this issue, though, but it is likely to be pretty > close for what gets released fairly soon as Felix framework 3.2.0. > > -> richard > &g

source code in obr

2011-04-26 Thread Lance Frohman
Sorry if this was already covered, but I could not find much information on it. We are using OBR, and I want to allow the source code of bundles to be available. The OBR documentation mentions this. The felix web site http://felix.apache.org/site/apache-felix-osgi-bundle-repository.html says Bundle

java scripting inside a bundle

2011-10-19 Thread Lance Frohman
Does anyone have experience using the javax.script scripting inside a bundle? Normally you can add the jar(s) for any script language (ruby, python, ...) to the class path, and the scripting is available from new ScriptEngineManager().getEngineByExtension(extension) (extension is "rb" for ruby, "

repoAdmin.discoverResources() parameters

2011-12-05 Thread Lance Frohman
My group is using Apache Felix for plugins for a swing application (IGB), that has versions released every few months and we need to match the plugins to the appropriate versions of IGB. We are using OBR, but I don't know what parameters to give the repoAdmin.discoverResources() inside IGB to only

Re: repoAdmin.discoverResources() parameters

2011-12-06 Thread Lance Frohman
ernative, is to add a "IGB plugin" capability to each of your > plugin's OBR resource description, which would contain the version as an > attribute. Then you could easily query for all "IGB plugin" capabilities. > > -> richard > > > On 12/5/11 15:07,

split package problem

2012-01-05 Thread Lance Frohman
My project is using Apache Felix, and we are having a problem with a split package. We are using xml with the regular java classes (jre), so we need to add org.w3c.dom to the Import-Package. We added some functionality that uses Apache Batik, but the batik-ext.jar has some classes in org.w3c.dom al

Re: split package problem

2012-01-05 Thread Lance Frohman
Thanks "Modify the system bundle export of org.w3c.dom to some arcane mandatory attribute ..." How do you do that? In the config file? On Thu, Jan 5, 2012 at 9:07 AM, Richard S. Hall wrote: > > > On 1/5/12 11:16 , Lance Frohman wrote: > >> My project is using Apach

Re: split package problem

2012-01-05 Thread Lance Frohman
:07 , Lance Frohman wrote: > >> Thanks >> > > Does this mean you figured out what the system bundle is? > > > "Modify the system bundle export of org.w3c.dom to some >> arcane mandatory attribute ..." >> How do you do that? In the config file? >>

Re: split package problem

2012-01-05 Thread Lance Frohman
] osgi.wiring.package; (osgi.wiring.package=com.affymetrix.igb.shared) [caused b y: Unable to resolve 26.0: missing requirement [26.0] osgi.wiring.bundle; (osgi. wiring.bundle=system.bundle)] On Thu, Jan 5, 2012 at 10:58 AM, Richard S. Hall wrote: > On 1/5/12 13:33 , Lance Frohman wrote: > >

Re: split package problem

2012-01-05 Thread Lance Frohman
felix version 4.0.1 On Thu, Jan 5, 2012 at 1:15 PM, Richard S. Hall wrote: > On 1/5/12 15:55 , Lance Frohman wrote: > >> (felix.jar MANIFEST.MF has: >> Bundle-SymbolicName: org.apache.felix.main) >> > > That is just a byproduct of the fact that we use maven-bund

apache gogo exit program

2012-01-09 Thread Lance Frohman
We are using gogo to run an application, and we want the program (gogo) to exit at a certain point. Is there a way to have a bundle terminate gogo? System.exit(0) doesn't work. We are running gogo using ant. thanks

Re: apache gogo exit program

2012-01-09 Thread Lance Frohman
how you are running gogo and executing > 'System.exit(0)' that are not working for you? > > -- > Derek > > > > On 9 January 2012 20:14, Lance Frohman wrote: > > > We are using gogo to run an application, and we want the program (go