Project

General

Profile

« Previous | Next » 

Revision 4820

Added by daigle over 15 years ago

Clean perl code before building.

View differences:

build.xml
823 823
	   <copy todir="${war.webinf.scripts}" filtering="yes">
824 824
	         <fileset dir="src/scripts"/>
825 825
	   </copy>
826
	   
827 826
       <copy todir="${war.webinf.scripts}" 
828 827
             file="src/perl/Metacat/blib/lib/auto/Metacat/autosplit.ix"
829 828
             failonerror="false"/>
......
853 852
	    </copy>
854 853
    </target>
855 854
	
856
	<target name="cgiPrepare" if="build.perl">		
857
		<exec dir="src/perl/Metacat/" command="perl" >
855
	<target name="cgiPrepare" if="build.perl">	
856
		<exec dir="src/perl/Metacat/" executable="make" >
857
			<arg value="clean" />
858
		</exec>	
859
		<exec dir="src/perl/Metacat/" executable="perl" >
858 860
			<arg value="Makefile.PL" />
859 861
		</exec>
860
		<exec dir="src/perl/Metacat/" command="make" />
862
		<exec dir="src/perl/Metacat/" executable="make" />
861 863
	</target>
862 864
	
863 865
	<target name="testPrepare"

Also available in: Unified diff