CleanCode v1.2.07 AntDoc

Press that icon in order to update AntDoc GUI

sourceforgeBuild
Target java.doc.checkCustomAttr

java.doc.checkCustomAttr


Detail:
<target name="java.doc.checkCustomAttr">
	<for
		list="@since,@author"
		param="kind"
	>
		<sequential>
			<pathconvert property="java.matched.@{kind}">
				<path>
					<fileset
						dir="${javasrc}"
						includes="**/*.java"
					>
						<not>
							<containsregexp expression="@{kind}"/>
						</not>
					</fileset>
				</path>
			</pathconvert>

			<for
				delimiter=";"
				list="${java.matched.@{kind}}"
				param="file"
			>
				<sequential>
					<echo
						level="warning"
						message="@{file}: missing '@{kind}' clause"
					/>
				</sequential>
			</for>
		</sequential>
	</for>
</target>


Edouard Mercier 2003.10.01 21:48:07 - AntDoc V0.8g - XSL Transformer Factory: org.apache.xalan.processor.TransformerFactoryImpl