You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Stefan Bodewig <bo...@apache.org> on 2004/11/17 12:56:42 UTC

Re: cvs commit: gump/project jetty.xml

On 17 Nov 2004, <ni...@apache.org> wrote:

>   Will it work to reference the Jar file directly within the
>   checkedout sources??

Yes.

Although I prefer to create a separate project inside of the module
descriptor in cases like this.  Something like

<project name="xapool">
  <jar name="extra/ext/xapool.jar"/>
</project>

and a <depend name="xapool"/>.

This allows us to switch to self-built projects or installed packages
later.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org