Oops, sorry for this errant commit.... I'm in the process of making TestRussianAnalyzer pass - it was failing for me because it couldn't find the files it needed. I'll hopefully have this fixed up shortly.

Erik

On Tuesday, August 12, 2003, at 05:22 AM, [EMAIL PROTECTED] wrote:
ehatcher 2003/08/12 02:22:23

  Modified:    .        build.xml
  Log:
  #22344 - changed enum to enumerator

  Revision  Changes    Path
  1.38      +4 -0      jakarta-lucene/build.xml

  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/build.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- build.xml 17 Jun 2003 01:24:14 -0000      1.37
  +++ build.xml 12 Aug 2003 09:22:23 -0000      1.38
  @@ -296,6 +296,10 @@
         <classpath refid="test.classpath"/>
       </javac>

  +    <copy todir="${junit.classes}">
  +        <fileset dir="${junit.src}" excludes="**/*.java"/>
  +    </copy>
  +
       <junit printsummary="yes" haltonfailure="no" >
         <classpath refid="junit.classpath"/>
         <formatter type="plain" />




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



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



Reply via email to