CleanCode v1.2.07 AntDoc

Press that icon in order to update AntDoc GUI

sourceforgeBuild
Target jsar.menu.check

jsar.menu.check

Check all variants of MenuArchive.js against the single src file.

Detail:
<target name="jsar.menu.check">
	<fail message="${mirror}/js/*.js newer than ${js}/*.js">
		<condition>
			<and>
				<available
					file="${mirror}/js"
					type="dir"
				/>

				<not>
					<uptodate>
						<srcfiles file="${mirror}/js/MenuArchive*.js"/>

						<mapper
							to="${jsmenu}/MenuArchive.js"
							type="merge"
						/>
					</uptodate>
				</not>
			</and>
		</condition>
	</fail>
</target>


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