All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.epsilon.eol.parse.build-all-eol-dependent-parsers.xml Maven / Gradle / Ivy

The newest version!
<project default="main">
	
	<macrodef name="runParserBuildFile">
		<attribute name="lang"/>
		<attribute name="parser" default="@{lang}"/>
		<sequential>
			<property name="plugins_loc" location="../../../../../../.."/>
			<ant inheritall="false" antfile="${plugins_loc}/org.eclipse.epsilon.@{lang}.engine/src/org/eclipse/epsilon/@{lang}/parse/build-@{parser}-parser.xml"/>			
		</sequential>
	</macrodef>
	
	<target name="main">
		<!--parallel threadCount="9"-->
			<runParserBuildFile lang="eol"/>
			<runParserBuildFile lang="erl"/>
			<runParserBuildFile lang="etl"/>
			<runParserBuildFile lang="epl"/>
			<runParserBuildFile lang="evl"/>
			<runParserBuildFile lang="ecl"/>
			<runParserBuildFile lang="ewl"/>
			<runParserBuildFile lang="eml"/>
			<runParserBuildFile lang="egl" parser="egx"/>
			<runParserBuildFile lang="flock"/>
			<runParserBuildFile lang="pinset"/>		
		<!--/parallel-->
	</target>
	
</project>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy