const classstudsTools::BuildCmd

sys::Obj
  studsTools::Cmd
    studsTools::BuildCmd

Build project.

assemble

Source

Void assemble(System sys)

Assemble firmware image for target.

buildJre

Source

Void buildJre(System sys)

Build compact JRE for target.

helpFull

Source

virtual const override Str? helpFull := null

helpShort

Source

virtual const override Str helpShort := "Build project"

installSystem

Source

Void installSystem(System sys)

Download and install the system configuration for target.

name

Source

virtual const override Str name := "build"

run

Source

virtual override Int run()

tempDir

Source

const File tempDir := Env.cur().workDir() + `studs/temp/`

Temp working directory.