const classstudsTools::AsmCmd

sys::Obj
  studsTools::Cmd
    studsTools::AsmCmd

Assemble project.

assemble

Source

Void assemble(System sys)

Assemble firmware image for target.

buildJre

Source

Void buildJre(System sys)

Build compact JRE for target.

faninitRetired

Source

const static Str:Str faninitRetired := [:].setList(["fs.mount"])

List of retired faninit prop names

genKeys

Source

Void genKeys()

Generate firmware signing keys.

helpFull

Source

virtual const override Str? helpFull := ...

helpShort

Source

virtual const override Str helpShort := "Assemble project"

installSystem

Source

Void installSystem(System sys)

Download and install the system configuration for target.

name

Source

virtual const override Str name := "asm"

podDefBlacklist

Source

const static Str[] podDefBlacklist := ...

Blacklist of pods to remove from app staging.

run

Source

virtual override Int run()

sig

Source

virtual const override Str sig := "[target]* [--clean]"

tempDir

Source

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

Temp working directory.