Revision 18313 branches/v10/extensions/extSDE/install/buildExt.xml

View differences:

buildExt.xml
58 58

  
59 59

  
60 60

  
61
	<target name="init" depends="check,CopyFiles,CreateJar,Installation,InstallMac,CleanDir" >
61
	<target name="init" depends="check,CopyFiles,CreateJar,Installation,InstallMac,Generate_sources,CleanDir" >
62 62

  
63 63
	</target>
64 64
	<target name="CopyFiles" description="Copia de ficheros de librerias y de las extensiones necesarias">
......
139 139
		</tar>
140 140
		<echo message="#!/bin/sh${line.separator}" file="./${INSTALLER_DIR}/xx.tmp" />
141 141
		<echo message="lcount=59${line.separator}" file="./${INSTALLER_DIR}/xx.tmp" append="true" /> <!-- OJO SI SE TOCA EL FICHERO h_gvSIG-install.sh - 59 -> num de lineas del fichero + 2 -->
142
		<!-- Para Chema falta modificar esto y que funcione en Linux.
143
		<fixcrlf srcdir=""  eol="unix">
144
			<filename name=""/>
145
		</fixcrlf>
146
		-->
142 147
		<concat destfile="${base_dir}/${INSTALLER_DIR}/${LINUXBIN}" binary="true" >
143 148
			<fileset file="${base_dir}/${INSTALLER_DIR}/xx.tmp"/>
144 149
			<fileset file="${GVSIG_INSTALLDIR}/launcher/izpack-launcher-1.3_linux/h_gvSIG-install.sh"/>
......
204 209
		<delete dir="bin"/>
205 210
	</target>
206 211

  
212
	<target name="Generate_sources">
213
		<mkdir dir="${base_dir}/tmp_src"/>
214
		<ant antfile="${proyect_dir}/build.xml"
215
			inheritall="false"
216
			target="generate-source-package">
217
			<property name="dist-src" value="${base_dir}/tmp_src"/>
218
			<property name="build.number" value="${build.number}"/>
219
		</ant>
220
		<move todir="${OUTPUT_DIR}" failonerror="false">
221
			<fileset dir="${base_dir}/tmp_src" includes="*src*.zip"/>
222
		</move>
223
	</target>
224

  
207 225
</project>

Also available in: Unified diff