Hello,
I just started using Texen. It's a great tool! I was tripped up by
an error in the sample control template, so I thought I'd submit a patch.
There are also a few links in texen.xml that point to the old java.apache.org
site.
Regards,
Sean
Index: xdocs/texen.xml
===================================================================
RCS file: /home/cvspublic/jakarta-velocity/xdocs/texen.xml,v
retrieving revision 1.5
diff -u -r1.5 texen.xml
--- xdocs/texen.xml 2001/03/19 02:52:25 1.5
+++ xdocs/texen.xml 2001/07/31 07:48:13
@@ -24,8 +24,8 @@
<p>
Texen was created to deal with the source generating requirements of
the Turbine web application framework. The <a
- href="http://java.apache.org/turbine/torque.html">Torque</a> utility
- in <a href="http://java.apache.org/turbine/">Turbine</a>, which is a
+
href="http://jakarta.apache.org/turbine/howto/torque-howto.html">Torque</a>
utility
+ in <a href="http://jakarta.apache.org/turbine/">Turbine</a>, which is a
subclass of the TexenTask, is responsible for generating the SQL,
and the Object-Relational mapping sources for a Turbine project.
This is only one example; you can use Texen to generate almost any
@@ -95,7 +95,7 @@
#foreach ($planet in $Planets)
- $outputFile = strings.concat([$planet, ".html"])
+ #set ($outputFile = $strings.concat([$planet, ".html"]) )
$generator.parse("HtmlTemplate.vm", $outputFile, "planet", $planet)
#end
@@ -142,7 +142,7 @@
<p>
See the Torque utility in Turbine for a full working example of
Texen. A standalone version of Torque is available <a
- href="http://java.apache.org/turbine/tdk/">here</a>.
+ href="http://jakarta.apache.org/turbine/tdk/">here</a>.
</p>
</section>
--