Support for the bld pure Java build tool: https://rife2.com/bld
- detect
bldprojects and find their main Java class - quick access to open and edit the main Java class and wrapper properties of
bldprojects - list all the commands in
bldprojects in a side panel - execute one or multiple commands in the order they were selected
- reload the commands in the
bldproject - terminate currently running
bldcommands bldconsole panel for command output with source code hyperlinking- display the
blddependency tree - toggle to run
bldin offline or online mode - auto-save all open files before executing a
bldcommand - convenient
bldone-click cache invalidation - set
bldcommands to run before or after IDEA compilation - create custom
bldcommand run configuration with options, JVM arguments, and before launch tasks - assign keyboard shortcuts to
bldcommands
Projects need to use bld v2.0 or later.
-
Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "bld" > Install
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.
