• Intro Headers Instructions Macros Commands
  • Fork me on GitHub
    • Introduction
    • How to install bnd
    • Guided Tour
    • Guided Tour Workspace & Projects
    • Concepts
    • Best practices
    • Build
    • Project Setup
    • Generating JARs
    • Versioning
    • Baselining
    • Service Components
    • Metatype
    • Contracts
    • Bundle Annotations
    • Accessor Properties
    • SPI Annotations
    • Resolving Dependencies
    • Launching
    • Startlevels
    • Testing
    • Testing with Launchpad
    • Packaging Applications
    • JPMS Libraries
    • Wrapping Libraries to OSGi Bundles
    • Generating Documentation
    • Commands
    • For Developers
    • Tips for Windows users
    • Tools bound to bnd
    • Headers
    • Instruction Reference
    • Instruction Index
    • Macro Reference
    • Macro Index
    • Plugins
    • External Plugins
    • Settings
    • Errors
    • Warnings
    • Frequently Asked Questions
  • buildx [options]

    Description

    Build project, is deprecated but here for backward compatibility. If you use it, you should know how to use it so no more info is provided.

    Synopsis

    buildx [options] ...
    

    Options

    [ -c, --classpath <string>* ] - A list of JAR files and/or directories that should be placed on the class path before
                                    the calculation starts.
    [ -e, --eclipse ]             - Parse the file as an Eclipse .classpath file, use the information to create an Eclipse's
                                    project class path. If this option is used, the default .classpath file is not read.
    [ -f, --force ]               - 
    [ -n, --noeclipse ]           - Do not parse the .classpath file of an Eclipse project.
    [ -o, --output <string> ]     - Override the default output name of the bundle or the directory. If the output is a
                                    directory, the name will be derived from the bnd file name.
    [ -p, --pom ]                 - 
    [ -s, --sourcepath <string>* ]- 
    [ -S, --sources ]             - 
    

    Examples

    bnd buildx -classpath bin -noeclipse -output test.jar xyz.bnd

    • GitHub