-
-
Notifications
You must be signed in to change notification settings - Fork 304
Install bnd on the command line
Peter Kriens edited this page Jul 3, 2019
·
7 revisions
This page describes how to install bnd to be used from the command line.
Install JPM. This is a command line command manager for OS X, Windows, and Linux. We can install bnd from the command line:
$ jpm install https://repo1.maven.org/maven2/biz/aQute/bnd/biz.aQute.bnd/4.2.0/biz.aQute.bnd-4.2.0.jar
Depending on the installation, it might be necessary to use sudo. You can now run bnd
$ bnd version
4.2.0.201907252008
If you run on macOS, you can use brew to install bnd:
$ brew install bnd
After this, you can run bnd from the command line
$ bnd version
4.2.0.201907252008
Otherwise you have to download bnd and start it with Java. You should download bnd from Maven Central or from OSSRH Snapshot Repository (select the latest version).
Once you've downloaded, you can run this file from the command line:
C:/> java -jar biz.aQute.bnd.jar version
4.2.0.201907252008
You could place this in a .bat file like:
@java -jar biz.aQute.bnd.jar %1 %2 %3 %4 %4 %6 %7 %8 %9
Latest Releases
all versions
- 7.1.0 | 7.0.0
- 6.4.1 | 6.4.0 | 6.3.1 | 6.3.0
- 6.2.0 | 6.1.0 | 6.0.0
- 5.3.0 | 5.2.0 | 5.1.2 | 5.1.1
- 5.1.0 | 5.0.1 | 5.0.0
- 4.3.1 | 4.3.0 | 4.2.1 | 4.2.0
- 4.1.0 | 4.0.0
- 3.5.0 | 3.4.0 | 3.3.0 | 3.2.0
- 2.2.0
Gradle
- Plugin
- Build Customizations
- Builder & java-library
- Non-Workspace builds
- PluginManagement
- Using Kotlin
- Kotlin DSL jar config
- AntTasks
- Baselining [beta]
- Blurry Form Text on High-Resolution Displays
- Bnd toolchain parity table
- bnddistribute
- Buildpath Versions
- Conflict with M2E PDE Connector
- Eclipse Logging with Logback
- Hackathon June 2012
- Install bnd on the command line
- Is there a mailing list for bnd
- Launching Framework
- Multi-project build order
- Multi-release JAR support design discussion
- Plans wrt to enRoute
- Reading Eclipse project preferences in bnd
- Release Process
- Requirements for New Repository API
- Windows Locked Files
- WIP ideas ‐ bnd 8.0.0 breaking changes
- XML Attributes on Annotations
- [ant] Loading and Expanding Shared Headers or Properties