• Intro Headers Instructions Macros Commands
Fork me on GitHub
    • Getting Started
      • How to install bnd
      • Guided Tour
      • Guided Tour Workspace & Projects
      • FAQ - Frequently Asked Questions
    • Concepts and Practices
      • Introduction
      • Concepts
      • Best practices
    • Build and Development
      • Project Setup
      • Generating JARs
      • Versioning
      • Baselining
      • Service Components
      • Metatype
      • Contracts
      • Bundle Annotations
      • Accessor Properties
      • SPI Annotations
    • Dependency and Launching
      • Resolving Dependencies
      • Launching
      • Startlevels
    • Testing
      • Testing
      • Testing with Launchpad
    • Packaging and Distribution
      • Packaging Applications
      • JPMS Libraries
      • Wrapping Libraries to OSGi Bundles
    • Documentation and Tools
      • Generating Documentation
      • Commands
      • For Developers
      • Templates for Workspaces
      • Tips for Windows users
      • Tools bound to bnd
    • Reference Material
      • Reference
      • Headers
      • Instruction Reference
      • Instruction Index
      • Macro Reference
      • Macro Index
      • Plugins
      • External Plugins
    • Configuration and Troubleshooting
      • Settings
      • Errors
      • Warnings
  • 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

Search
    • Home