Stefan Bodewig wrote:
> On Wed, 23 Oct 2002, Adam Murdoch <[EMAIL PROTECTED]> wrote:
>
>
>>Can gump deal with a dependency that it shouldn't try to build, and
>>just use a pre-built jar instead?
>
>
> It can, but this requires people to install it on all the boxes that
> run Gump (I don't have access to all of them myself).
IIRC not necessarily.
Just add the jar in CVS, add a project tag in the descriptor with the
name of the jar that it exports and <depend> on that.
<project name="myproject">
<url href="http://wherethesiteis"/>
<description>
The ungumpable project
</description>
<home nested="lib/wherethejarsare"/>
<jar name="myprojectjar.jar"/>
</project>
--
Nicola Ken Barozzi [EMAIL PROTECTED]
- verba volant, scripta manent -
(discussions get forgotten, just code remains)
---------------------------------------------------------------------
--
Nicola Ken Barozzi [EMAIL PROTECTED]
- verba volant, scripta manent -
(discussions get forgotten, just code remains)
---------------------------------------------------------------------
--
To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>