On Thu, 9 Dec 2004, Brett Porter <[EMAIL PROTECTED]> wrote:

> The things I believe to be true:
> - gump descriptors have one module and 1-to-many projects.

Yes.  Module maps to a SCM entitiy like a CVS module or a specific
subdirectory in SVN.

> questions: - depend specifies a project name. Can you also specify a
> module name?

No.

> Or does gump assume all project id's to be globally unique at this
> point?

Yes.

> - in javadoc, how is the module tag used?

Current Gump ignores the javadoc tag completely, so you can do the
same 8-)

> - for the <maven element, can "goal" have multiple values? is it
> comma-separated?

Yes and yes, from maven.py

        if goal: 
            for goalParam in goal.split(','):
                cmd.addParameter(goalParam)

> - is the project name also assumed to be the project subdirectory
> relative to the gump descriptor?

No.  There is no relation between project names and file system
organization.

> So for the "nested" atttributes, is this directory relative to the
> location of the gump descriptor, or is it within the project
> subdirectory?

Relative to the module's directory, not looking at <home> or basedir.

Stefan

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

Reply via email to