#171 Build scripts

brian Mon 7 Jan 2008

I reworked the build script code to use facets to identify the targets. I'll be writing up the docs for the build toolkit next and wanted to get everything cleaned up. Quick summary is that targets are now identified with the "target" facet:

@target="compile fan source into pod"
virtual Void compile() {}

This change won't take effect on the bootstrap scripts until we do the next full build.

Login or Signup to reply.