File: create.md

package info (click to toggle)
bnd 5.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 44,092 kB
  • sloc: java: 249,039; xml: 90,727; sh: 655; perl: 153; makefile: 95; python: 47; javascript: 9
file content (28 lines) | stat: -rw-r--r-- 838 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
layout: default
title: action [options] ... 
summary: Equivalent jar command c[v0mf] command (supports the jar tool's syntax). Will wrap the bundle unless --wrapnot is specified
---

## Description

{{page.summary}}

## Synopsis

    create [options] ...

## Options

    [ -b, --bsn <string> ]     - Bundle Symbolic Name for wrap
    [ -c, --cdir <string> ]    - directory
    [ -f, --file <string> ]    - Jar file (f option)
    [ -F, --force ]            - Force write event if there are errors
    [ -m, --manifest ]         - No manifest (M option)
    [ -n, --nocompression ]    - No compression (0 option)
    [ -p, --properties <string> ] - Properties for wrapping
    [ -v, --verbose ]          - Verbose (v option)
    [ -V, --version <version> ] - Bundle Version for wrap
    [ -w, --wrap ]             - Wrap

## Examples