geirm       01/10/11 02:20:55

  Modified:    build    testcases.xml
  Removed:     build/lib xalan-2.0.0.jar xerces-1.4.3.jar
  Log:
  This is a test to see if we can move to ant 1.4 w/o everyone squawking
  or having problems. The major motivator is quieting gump while we work
  things out with the ant developers. (it would break for users too,
  possibly.)
  
  The changes in testcases.xml are to use the 1.3 classloader approach to
  things will work with Gump (and any user that has the vel.jar in their
  classpath.)  I am working with the ant devs to address this.  These
  changes are 1.4 specific, and sadly, 1.3 doesn't like attributes that it
  doesn't know about, so this now won't work with ant 1.3.
  
  Removing xerces and xalan as they get in the way with ant 1.4.
  
  So w/o the jars and the changes to the .xml, under ant 1.4 all is well
  w/ and w/o the vel.jar in the environment CLASSPATH.  This might not make
  it in in time for the morning gump run, but the messages should stop after
  this (unless something else breaks... that's why I want to quiet these...)
  
  If anyone has any problems with this, we should/must discuss - I am very
  averse to creating hardship with this and therefore not married to it.
  
  Revision  Changes    Path
  1.23      +4 -2      jakarta-velocity/build/testcases.xml
  
  Index: testcases.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/testcases.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- testcases.xml     2001/09/26 21:45:00     1.22
  +++ testcases.xml     2001/10/11 09:20:54     1.23
  @@ -185,7 +185,8 @@
     <target name="test-anakia">
       <echo message="Running Anakia tests..."/>
       
  -    <taskdef name="anakia" classname="org.apache.velocity.anakia.AnakiaTask">
  +    <taskdef name="anakia" classname="org.apache.velocity.anakia.AnakiaTask"
  +     reverseloader="true">
         <classpath>
           <path refid="classpath"/>
         </classpath>
  @@ -289,7 +290,8 @@
     
     <target name="test-texen-classpath">
       
  -    <taskdef name="texen" classname="org.apache.velocity.texen.ant.TexenTask">
  +    <taskdef name="texen" classname="org.apache.velocity.texen.ant.TexenTask"
  +     reverseloader="true">
         <classpath>
           <pathelement location="../test/texen-classpath/test.jar"/>
           <path refid="classpath"/>
  
  
  


Reply via email to