CleanCode v1.2.07 AntDoc

Press that icon in order to update AntDoc GUI

sourceforgeBuild
Target cgi-bin.check

cgi-bin.check


Detail:
<target name="cgi-bin.check">
	<-- <echoproperties prefix="cgi-plfiles"/> -->

	<fail message="${cgi-bin.target} or ${mirror}/test newer than ${cgi-bin.source}">
		<condition>
			<and>
				<available
					file="${cgi-bin.target}"
					type="dir"
				/>

				<available
					file="${mirror}/test"
					type="dir"
				/>

				<not>
					<and>
						<uptodate>
							<srcfiles
								dir="${cgi-bin.target}"
								includes="*.pl"
							/>

							<mapper
								from="*"
								to="${cgi-bin.source}/*"
								type="glob"
							/>
						</uptodate>

						<uptodate>
							<srcfiles
								dir="${mirror}/test"
								includes="*.php"
							/>

							<mapper
								from="*"
								to="${cgi-bin.source}/*"
								type="glob"
							/>
						</uptodate>
					</and>
				</not>
			</and>
		</condition>
	</fail>
</target>


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