Gpp

What is it?

A Quick Example

<target name="gpp">
<typedef resource="groovtytools/ant/gpp/typedef.properties" />
<taskdef resource="groovtytools/ant/gpp/taskdef.properties" />

<gppcopy todir="output" overwrite="true">
<fileset dir="src" includes="*.html.gpp" />
<mapper type="glob" from="*.html.gpp" to="*.html" />
</gppcopy>
</target>

History

Download and Installation

Documentation and Examples

Getting Help

Licensing

References

SourceForge Logo