. .

smalltalk

Moving Back the Chains on Build Tools

January 5, 2011 14:37:23.694

I'm still working on build automation - the work I did yesterday got me where I wanted to go for BottomFeeder, but that's because all of the scripts existed already. What I need to get to is this:

  • Starting from a development image, specify a set of packages and bundles to include in a build
  • Have a tool that takes that information and generates a minimal build script
  • From there, be able to execute said build script

And that's what I'm working on today. I've got a simple domain model hammered out - I still need to create a UI to live on top of that as a specification tool. But it's progress :)

posted by James Robertson

 Share Tweet This