Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orbit-dev] Questions about Apache BSF


All:
I recently discovered a few problems with the plugin manifest for my recently bundled org.apache.bsf. First, BSF requires org.apache.commons.logging so added that requirement. More importantly, though, running BSF will require different plugins depending upon the scripting language of interest. For instance, in ACTF, we use _javascript_ so I require org.mozilla._javascript_ with the resolution:=optional flag. What about other languages supported by BSF (e.g. JACL, jython, netrex)? Here's what the Require-Bundle property looks like thus far:

Require-Bundle: org.apache.commons.logging,
 org.mozilla._javascript_;resolution:=optional,
 org.python.pydev;resolution:=optional,
 net.redrobin.eclipse.jydt.core;resolution:=optional

Open to suggestions on how to handle other languages and what other languages to include.

--> Mike Squillace
IBM Human Ability and Accessibility Center
Austin, TX

W:512.823.7423
M:512.970.0066

masquill@xxxxxxxxxx
www.ibm.com/able

Back to the top