Download List

Projeto Descrição

snip is an Ant task designed to help with the
single-sourcing of program documentation. This
task extracts snippets of text from files, placing
them into properties in the Ant project. These
properties can then be used by any other Ant task,
and are particularly useful when referenced by
<filter>s within the <copy> task. It
was originally written to keep snippets of sample
code in API documentation synchronized with the
actual sample classes by automatically extracting
code from the samples when the project is built.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-02-19 17:18
0.11

O atributo "booleano xmlsafe" foi adicionada à tarefa, a fim de converter automaticamente "<" e ">" caracteres em propriedades snip para "<" e ">", respectivamente.
Tags: Minor feature enhancements
The "xmlsafe" boolean attribute was added to task
in order to automatically convert "&lt;" and
"&gt;" characters in snip properties to "&amp;lt;"
and "&amp;gt;", respectively.

Project Resources