The command line tool can be invoked in several different ways:
In this text bnd
is used as if it is a command line program. This should be set up as:
java -jar
!General Option | !Description | |||
-failok | Same as the property -failok. The current run will create a JAR file even if there were errors. | |||
-exceptions | Will print the exception when the software has ran into a bad exception and bails out. Normally only a message is printed. For debugging or diagnostic reasons, the exception stack trace can be very helpful. |
[ -f, --full ] - Do full
[ -p, --project <string> ] - Identify another project
[ -t, --test ] - Build for test
[ -o, --output <string> ] - Specify the output file path. The default is
output.jar in the current directory