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
|