Lines Matching full:description
3 <property name="version" value="SNAPSHOT" description="Version number to use in build files"/>
4 <property name="haltonfailure" value="true" description="Whether to halt the build if the tests fail"/>
5 <property name="debug" value="true" description="Whether to build with debug information"/>
6 <property name="javaversion" value="1.5" description="Java version to target"/>
11 <target name="all" depends="clean, bigjar, javadoc" description="Performs clean build, runs tests and packages for distribution"/>
13 <target name="clean" description="Clean up all built files">
17 <target name="api" description="Build Hamcrest APIs">
25 <target name="generator" depends="api" description="Build code generator tool">
42 <target name="core" depends="generator" description="Build core Hamcrest library">
51 <target name="library" depends="core" description="Build library of matchers">
60 <target name="integration" depends="library" description="Build integration with external tools">
73 <target name="examples" depends="core, library, integration" description="Build and run unit tests.">
85 <target name="bigjar" depends="core,library,integration,generator" description="Build composite jars">
117 <target name="javadoc" depends="bigjar" description="build javadoc jars">
125 <target name="bundle" description="Create a release bundle for deployment to maven central" depends="clean, javadoc">
143 <attribute name="modulename" description="Name of the module"/>
157 <attribute name="modulename" description="Name of the module to jar"/>
172 <attribute name="jarname" description="Name of the jar whose content is being compiled (without .jar suffix)"/>
189 <attribute name="modulename" description="Name of the module to jar"/>
199 <attribute name="modulename" description="Name of the module to jar"/>
200 <attribute name="suffix" default="" description="Name of the module to jar"/>
209 <macrodef name="generate-module-factory" description="Generate one class with all static imports">
210 <attribute name="modulename" description="Name of the module to jar"/>
211 <attribute name="configurationfile" description="xml configuration file"/>
212 <attribute name="targetclass" description="factory class to generate"/>
213 <attribute name="sources" description="comma-separated source directories"/>
233 <macrodef name="test-module" description="run unit tests.">
234 <attribute name="modulename" description="Name of the module to test"/>
251 <macrodef name="javadoc-module" description="Generate javadoc for a module and build a Jar">
252 <attribute name="modulename" description="Name of the module to document"/>
263 <macrodef name="bundle-module" description="Generate maven bundle jar for a module">
264 <attribute name="modulename" description="Name of the module to bundle"/>
274 <macrodef name="jar-bundle" description="Jar maven bundle contents">
275 <attribute name="modulename" description="Name of the module to create bundle jar for"/>
283 <macrodef name="sign" description="Sign a file with a gpg key">
284 <attribute name="target" description="Name of the resource to sign"/>