<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to patches</title><link>https://sourceforge.net/p/fikin-ant-tasks/patches/</link><description>Recent changes to patches</description><atom:link href="https://sourceforge.net/p/fikin-ant-tasks/patches/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 07 Jul 2009 07:59:04 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/fikin-ant-tasks/patches/feed.rss" rel="self" type="application/rss+xml"/><item><title>Character encoding, parameterized types and context 2.</title><link>https://sourceforge.net/p/fikin-ant-tasks/patches/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Patches to VelocityDoclet.&lt;/p&gt;
&lt;p&gt;(Sorry for the previous patch, I attach the all files now as a zip archive.)&lt;/p&gt;
&lt;p&gt;With this patch you could set the encoding of the source files, Velocity&lt;br /&gt;
templates and the output files like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;velocityDoclet encoding="utf-8" inputEncoding="utf-8"&lt;br /&gt;
outputEncoding="utf-8" ...&lt;/p&gt;
&lt;p&gt;With the modification of AbstractDoclet doclets will support the new&lt;br /&gt;
language features of the Java 1.5, for example generics (parameterized&lt;br /&gt;
types).&lt;/p&gt;
&lt;p&gt;If you specify a comma separeted fully qualified name of classes, the&lt;br /&gt;
VelocityDoclet will instantiate them with their construtors without&lt;br /&gt;
parameters, and puts the instances to the Velocity context (the name of the&lt;br /&gt;
variable equals the simple name of the class), For example:&lt;/p&gt;
&lt;p&gt;&amp;lt;velocityDoclet classes="org.foo.MyClass" ...&lt;/p&gt;
&lt;p&gt;The VelocityDoclet will instantiate the org.foo.MyClass class and put into&lt;br /&gt;
the Velocity context.&lt;/p&gt;
&lt;p&gt;New methods in TemplateTools:&lt;/p&gt;
&lt;p&gt;getParameterCommentByName: Returns the comment for the parameter given by&lt;br /&gt;
it's name.&lt;br /&gt;
getGetterName: Gets the name of the field, removing the "get" or "is" (by&lt;br /&gt;
boolean) prefix from the method's name, and setting fist character to be&lt;br /&gt;
lower case.&lt;br /&gt;
parameterizedTypeName: Returns the parameterized type name of a type.&lt;/p&gt;
&lt;p&gt;Istvan Viczian&lt;br /&gt;
viczian.istvan at gmail.com&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 07 Jul 2009 07:59:04 -0000</pubDate><guid>https://sourceforge.netef4de940572ad4e085d707f1cbd569fc62b66909</guid></item><item><title>Character encoding, parameterized types and Velocity context</title><link>https://sourceforge.net/p/fikin-ant-tasks/patches/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Patches to VelocityDoclet.&lt;/p&gt;
&lt;p&gt;With this patch you could set the encoding of the source files, Velocity templates and the output files like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;velocityDoclet encoding="utf-8" inputEncoding="utf-8" outputEncoding="utf-8" ...&lt;/p&gt;
&lt;p&gt;With the modification of AbstractDoclet doclets will support the new language features of the Java 1.5, for example generics (parameterized types).&lt;/p&gt;
&lt;p&gt;If you specify a comma separeted fully qualified name of classes, the VelocityDoclet will instantiate them with their construtors without parameters, and puts the instances to the Velocity context (the name of the variable equals the simple name of the class), For example:&lt;/p&gt;
&lt;p&gt;&amp;lt;velocityDoclet classes="org.foo.MyClass" ...&lt;/p&gt;
&lt;p&gt;The VelocityDoclet will instantiate the org.foo.MyClass class and put into the Velocity context.&lt;/p&gt;
&lt;p&gt;New methods in TemplateTools:&lt;/p&gt;
&lt;p&gt;getParameterCommentByName: Returns the comment for the parameter given by it's name.&lt;br /&gt;
getGetterName: Gets the name of the field, removing the "get" or "is" (by boolean) prefix from the method's name, and setting fist character to be lower case.&lt;br /&gt;
parameterizedTypeName: Returns the parameterized type name of a type.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 07 Jul 2009 07:54:04 -0000</pubDate><guid>https://sourceforge.netca4c50070c3e24ba095b175dd9428bfed7be7fa0</guid></item></channel></rss>