cvogt / cbt

CBT - fun, fast, intuitive, compositional, statically checked builds written in Scala
Other
488 stars 60 forks source link

give CBT access to client environment variables, etc #197

Open cvogt opened 8 years ago

cvogt commented 8 years ago

NailgunLauncher needs to define a new method nailMain, which gives the server access to the clients context which includes client env vars

see section Nails in http://www.martiansoftware.com/nailgun/quickstart.html and NGContext in http://www.martiansoftware.com/nailgun/doc/javadoc/

cvogt commented 7 years ago

we should combine this with passing context like this further to the user application, so it can run correctly in the nailgun container