On 17 Nov 2004, <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to