Hi Sebastian,

> Are you sure? I thought Gump took care of these, so if you depend on
> the output of another project, it will automatically include the
> date-string or whatever.

Not quite. If you depend on output from another project,
Gump uses the JAR name defined by that project. But it is
up to the project to define that JAR name. For example:

  <project name="mina">
    <mvn>
      <property name="maven.final.name" value="mina-@@DATE@@"/>
    </mvn>
    ...

Looks easy enough, but I'd need to make it work
with our modular structure.

cheers,
  Roland


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

Reply via email to