=====================
Please visit the Bndtools Home Page for full documentation.
Install using the Eclipse installer, using the following update site URL:
http://bndtools-updates.s3.amazonaws.com/
If you are feeling brave, install the latest alpha version from the following update site URLs instead:
https://bndtools.ci.cloudbees.com/job/bndtools.master/lastSuccessfulBuild/artifact/build/generated/p2/
https://bndtools.ci.cloudbees.com/job/bndtools.master/lastSuccessfulBuild/artifact/build/generated/extras/p2/
BndTools is licensed under the Eclipse Public License v1.0.
Gradle is used to build bndtools. The workspace root has a build.gradle
file that builds all projects in proper order.
gradle
- Assembles and packages the projects into build/generated
The workspace root also includes the gradle wrapper, gradlew
, command if you do not have gradle installed
on your system.
bndtools is continuously built and released on CloudBees.
Feedback is always welcome, for general discussions use the [email protected] list. We also have the [email protected] list for discussions on the development of bndtools.
Bugs and issues should go to https://github.com/bndtools/bndtools/issues
Want to hack on bndtools? There are instructions to get you started.
They are probably not perfect, please let us know if anything feels wrong or incomplete.