You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by wg...@apache.org on 2007/10/30 04:43:57 UTC

svn commit: r589951 - /velocity/texen/trunk/build/build.xml

Author: wglass
Date: Mon Oct 29 20:43:57 2007
New Revision: 589951

URL: http://svn.apache.org/viewvc?rev=589951&view=rev
Log:
try a different output file with the texen test (to make Gump work).

Modified:
    velocity/texen/trunk/build/build.xml

Modified: velocity/texen/trunk/build/build.xml
URL: http://svn.apache.org/viewvc/velocity/texen/trunk/build/build.xml?rev=589951&r1=589950&r2=589951&view=diff
==============================================================================
--- velocity/texen/trunk/build/build.xml (original)
+++ velocity/texen/trunk/build/build.xml Mon Oct 29 20:43:57 2007
@@ -547,7 +547,7 @@
     <texen2
       contextProperties="${test.dir}/texen/service.props,${test.dir}/texen/additional.props"
       controlTemplate="Control.vm"
-      outputDirectory="${build.test}/texen"
+      outputDirectory="${build.test}/texen-generator"
       templatePath="${test.dir}/texen/templates"
       outputFile="report"
       />