Josh Lucas wrote:
>
> i'm trying to setup gump to work with our current Tigris setup and I'm
> wondering how I can have the idea of a parent project with children,
> checked out into the parent.  They all would be distinct projects but
> would be 'housed' inside of one other project.
>
> Does this make sense?  (the question, not the setup)  :)

I think so.  You have at least three separate modules.  One of these is
identified as the parent.  Each project can be checked out separately, but
prior to building you need two or more of these copied into a subdirectory
of the parent.

Slighly odd, but not unique.  What is described above is how php4, TSRM,
and Zend are built (php4 being the parent).

Gump would need to be changed to accomodate this.  An attribute would need
to be added to the project element.  In the template for project in
stylesheet/build.xsl, a new xsl:variable would need to be defined, and its
value would default to $srcdir if this new attribute were not defined, and
the value of the attribute if it is defined.  All references to $srcdir
would need to be changed to this new variable in this template.

Sounds straightforward enough - care to take a crack at it?

I already build one tigris project - donations of other project definitions
would be welcome.  As well as donations of a more streamlined profile that
only builds things of relevance to tigris developers.

- Sam Ruby


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to