Questions tagged [bndtools]

Bndtools is a widely used Eclipse based OSGi development tool. It is based upon the bnd library which is also used in ant and maven build environments.

Bndtools is a widely used Eclipse based OSGi development tool. It is based upon the bnd library which is also used in ant and maven build environments.

The latest release can be found on GitHub and the Eclipse Marketplace.

153 questions
0
votes
2 answers

Deployment of Bndtools Projects in Hudson

Since I am a big fan of developing OSGi with Bndtools. I want to use it for my new project request as well. But one requirement is that all build processes should be done by Hudson. My question is how I can achieve that I can use Hudson connected to…
christian.vogel
  • 2,117
  • 18
  • 22
0
votes
2 answers

JPA enhancement with Bndtools

Some JPA implementations use bytecode enhancement to achieve performance. I am interested in OpenJPA and EclipseLink (which calls it weaving instead). They provide an Ant task to do it at build time. Can I make Bndtools run it (unlikely) or give it…
Alexey Romanov
  • 167,066
  • 35
  • 309
  • 487
-1
votes
1 answer

How to add external jars in Eclipse

I'm unable to successfully add and use these external jars from my Eclipse Repository. org.apache.felix.dependencymanager.annotation-4.0.3 org.apache.felix.dependencymanager.runtime-4.0.2 org.apache.felix.dependencymanager.shell-4.0.3 …
Program-Me-Rev
  • 6,184
  • 18
  • 58
  • 142
1 2 3
10
11