You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ni...@apache.org on 2004/11/17 12:35:10 UTC

cvs commit: gump/project jetty.xml

niclas      2004/11/17 03:35:10

  Modified:    project  jetty.xml
  Log:
  Will it work to reference the Jar file directly within the checkedout sources??
  
  Revision  Changes    Path
  1.21      +2 -0      gump/project/jetty.xml
  
  Index: jetty.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jetty.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- jetty.xml	22 Oct 2004 03:02:35 -0000	1.20
  +++ jetty.xml	17 Nov 2004 11:35:10 -0000	1.21
  @@ -50,7 +50,9 @@
       <depend project="ant"/>
       <depend project="jetty" inherit="all"/>
       <depend project="jta"/>
  +    <depend project="jta"/>
   
  +    <work nested="extra/ext/xapool.jar"/>
       <work nested="extra/plus/classes"/>
   
       <jar name="lib/org.mortbay.jetty.plus.jar" id="jetty-plus"/>
  
  
  

Re: cvs commit: gump/project jetty.xml

Posted by Stefan Bodewig <bo...@apache.org>.
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