You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by bo...@apache.org on 2002/11/06 11:03:48 UTC

cvs commit: jakarta-alexandria/proposal/gump/project xdoclet.xml

bodewig     2002/11/06 02:03:48

  Modified:    proposal/gump/project xdoclet.xml
  Log:
  make xdoclet compile far enough to produce a (useful?) error
  
  Revision  Changes    Path
  1.34      +4 -1      jakarta-alexandria/proposal/gump/project/xdoclet.xml
  
  Index: xdoclet.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/xdoclet.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- xdoclet.xml	2 Oct 2002 05:38:58 -0000	1.33
  +++ xdoclet.xml	6 Nov 2002 10:03:48 -0000	1.34
  @@ -12,7 +12,9 @@
       <description>Intermediate target that compiles xdoclet&apos;s core
       classes</description>
   
  -    <ant basedir="core" target="compile"/>
  +    <ant basedir="core" target="compile">
  +      <property name="ant.home" project="jakarta-ant" reference="home"/>
  +    </ant>
   
       <depend project="jakarta-ant" runtime="true"/>
       <depend project="xml-xerces"/>
  @@ -22,6 +24,7 @@
       <depend project="jakarta-log4j" runtime="true"/>
       <depend project="xjavadoc" inherit="jars" runtime="true"/>
       <depend project="commons-logging" runtime="true" />
  +    <depend project="commons-collections" runtime="true"/>
       <depend project="junit"/>
   
       <nag from="Peter Donald &lt;peter@apache.org&gt;"
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>