crafterm    2002/06/04 09:55:02

  Modified:    fortress build.xml
  Log:
  Added scratchpad to the test classpath as several required i18n classes
  are still located there (BundleSelector, etc). Without this tests fail.
  
  Revision  Changes    Path
  1.20      +1 -0      jakarta-avalon-excalibur/fortress/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/build.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.xml 29 May 2002 13:24:10 -0000      1.19
  +++ build.xml 4 Jun 2002 16:55:02 -0000       1.20
  @@ -38,6 +38,7 @@
           <pathelement location="${excalibur-cache.jar}"/>
           <pathelement location="${excalibur-monitor.jar}"/>
           <pathelement location="${excalibur-xmlbundle.jar}"/>
  +        <pathelement location="${excalibur-scratchpad.jar}"/>
           <path refid="project.class.path"/>
       </path>
       <property name="cp" refid="test.class.path"/>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to