You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by bo...@apache.org on 2003/08/06 09:54:05 UTC

cvs commit: jakarta-gump/project avalon-excalibur.xml

bodewig     2003/08/06 00:54:05

  Modified:    project  avalon-excalibur.xml
  Log:
  found Vertex in avalon-fortress-container
  
  Revision  Changes    Path
  1.72      +1 -0      jakarta-gump/project/avalon-excalibur.xml
  
  Index: avalon-excalibur.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/avalon-excalibur.xml,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- avalon-excalibur.xml	17 Jul 2003 12:42:23 -0000	1.71
  +++ avalon-excalibur.xml	6 Aug 2003 07:54:05 -0000	1.72
  @@ -799,6 +799,7 @@
           <option project="checkstyle" inherit="runtime"/>
           <depend project="junit"/>
   	<depend project="avalon-framework" runtime="true" id="combined"/>
  +        <depend project="avalon-fortress-container"/>
   	<depend project="avalon-fortress-tools" runtime="true"/>
           <depend project="xml-xerces"/>
           <depend project="xml-xalan2"/>
  
  
  

Re: cvs commit: jakarta-gump/project avalon-excalibur.xml

Posted by Stefan Bodewig <bo...@apache.org>.
On 6 Aug 2003, <bo...@apache.org> wrote:

>   + <depend project="avalon-fortress-container"/>

I don't really think that this should have been necessary, as
container is a runtime dependency of excalibur-fortress-tools and
there is a

            <depend property="excalibur-fortress-tools.jar" project="avalon-fortress-tools" inherit="runtime"/>

nested into <ant>.

I don't have the time to research why it doesn't work (my guess is
that inherit="runtime" is simply ignored for the <depend>s inside of
<ant>) and just wanted to get the build going.  If anybody can beat me
to fix jenny, you are welcome.

Stefan