andrewoma / quokka

Automatically exported from code.google.com/p/quokka
0 stars 0 forks source link

Allow bootstrapping declarations to be specified in a separate file #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Bootstrapping declarations cannot be inherited from dependency sets as
bootstrapping does not depend on standard project parsing (that will vary
in different quokka versions). 

However, in multi-project builds the bootstrapping information is usually
the same for all modules. Therefore, allowing it to be split into a
separate file via a <bootstrap file="..."/> will allow simple copying to be
used to propogate new versions of bootstrapping requirements to all modules.

Original issue reported on code.google.com by andrewoma@gmail.com on 2 Jan 2008 at 4:59

GoogleCodeExporter commented 9 years ago

Original comment by andrewoma@gmail.com on 2 Jan 2008 at 5:02

GoogleCodeExporter commented 9 years ago

Original comment by andrewoma@gmail.com on 2 Jan 2008 at 5:42

GoogleCodeExporter commented 9 years ago

Original comment by andrewoma@gmail.com on 2 Jan 2008 at 6:49

GoogleCodeExporter commented 9 years ago

Original comment by andrewoma@gmail.com on 30 Jan 2008 at 11:13

GoogleCodeExporter commented 9 years ago
Fixed in r174

Original comment by andrewoma@gmail.com on 8 Aug 2008 at 5:10