• Intro Headers Instructions Macros Commands
Fork me on GitHub
    • Getting Started
      • Introduction
      • How to install bnd
      • Guided Tour Workspace & Projects
      • bnd / bndlib Features and JAR Wrapping Techniques
      • FAQ - Frequently Asked Questions
    • Concepts and Practices
      • Concepts
      • Background
      • Best practices
    • Build and Development
      • Build
      • 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
      • bnd CLI 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
  • dev

    Prev Next

    Description

    Experimental: Live coding. Run 1..n .bndrun files in the OSGi launcher, and continously rebuild all projects in the workspace when changes are detected. If no bndrun is specified, the current project is used for the run specification. An initial full build is done when one project not built is detected.

    Synopsis:

       dev [options]  <[bndrun...]>
    

    Options:

    • [ -e --exclude <string;> ] Exclude files by pattern
    • [ -f --force ] Force non-incremental
    • [ -p --parallel ] Do the initial full build in parallel (Experimental)
    • [ -P --project <string> ] Path to another project than the current project. Only valid if no bndrun is specified
    • [ -s --synctime <long> ]
    • [ -t --test ] Build for test
    • [ -v --verbose ] prints more processing information
    • [ -V --verify ] Verify all the dependencies before launching (runpath, runbundles)
    • [ -w --workspace <string> ] Use the following workspace
Prev Next
Search
    • Home