-
-
Notifications
You must be signed in to change notification settings - Fork 304
bnddistribute
derheld42 edited this page Feb 2, 2014
·
3 revisions
The bnddistribute ant task copies bundles listed in -runbundles to a single output directory. This can be used to distribute a bundle and all of its runtime dependencies.
It is implemented by the aQute.bnd.ant.RunconfigToDistributionTask java class found in the biz.aQute.bnd.jar.
| Attribute | Description | Required |
|---|---|---|
| rootDir | Path to workspace. | Required |
| buildProject | Path to project directory relative to workspace. | Required |
| outputDir | Output directory where .jar files will be copied. | Required. |
| bndFile | bnd.bnd, another .bnd file, or a .bndrun file. | Required. |
| allowSnapshots | True or false.
If false, configured repositories for this .bnd file are consulted for all runtime dependencies. Dependencies are copied into outputdir. If true, all projects in workspace are scanned for generated directories with .jar files in them. Projects ending in .test are skipped. The .jar files found are copied into output directory before those found in configured repositories. |
Optional. Default is false. |
Discussion on message list: https://groups.google.com/forum/#!topic/bndtools-users/t5we6bgdgvE
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