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 2003/01/07 07:47:15 UTC

cvs commit: jakarta-gump/project xmlunit.xml

bodewig     2003/01/06 22:47:15

  Modified:    project  xmlunit.xml
  Log:
  Trick xmlunit by giving it some arbitrary directories to chew on.
  
  xmlunit wants to know the parent directories of xalan.jar and
  junit.jar to add them to <classpath>s.  As we are in
  build.sysclasspath=only mode, it doesn't matter whether the path is
  correct, the <classpath> won't get used anyway.
  
  I could have used reference="home" for xalan and junit, but with no
  real gain IMHO.
  
  Revision  Changes    Path
  1.9       +2 -0      jakarta-gump/project/xmlunit.xml
  
  Index: xmlunit.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/xmlunit.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- xmlunit.xml	31 Dec 2002 14:19:04 -0000	1.8
  +++ xmlunit.xml	7 Jan 2003 06:47:15 -0000	1.9
  @@ -11,6 +11,8 @@
       <package>org.custommonkey.xmlunit</package>
       <ant target="dist">
         <property name="xmlunit.version" value="@@DATE@@" />
  +      <property name="xmlxsl.libdir" value="."/>
  +      <property name="junit.libdir" value="."/>
       </ant>
       <depend project="jakarta-ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
  
  
  

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