Skip to main content

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



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

W:512.823.7423
M:512.970.0066

masquill@xxxxxxxxxx
www.ibm.com/able

----- Forwarded by Michael A Squillace/Austin/IBM on 04/22/2008 11:05 AM -----
Michael A Squillace/Austin/IBM

04/22/2008 10:20 AM

To
orbit-dev@xxxxxxxxxxx
cc
Subject
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