Revision 7217

View differences:

trunk/extensions/extGeoProcessing/build.xml
27 27
  <target name="init">
28 28
    <!-- Create the time stamp -->
29 29
    <tstamp/>
30
	<echo>
31
		Compiling ${ant.project.name}...</echo>
30 32
  </target>
31 33
  
32 34

  
......
107 109
	
108 110
	<target name="batch-build"
109 111
			description="compile the sources, create the jar file"
110
			depends="compile,create-jar,copy-data-files,copy-libs,move-to-andami">
112
			depends="init,compile,create-jar,copy-data-files,copy-libs,move-to-andami">
111 113
	</target>
112 114

  
113 115
	<target name="compile" description="compile the source" >
branches/v10/extensions/extGeoProcessing/build.xml
27 27
  <target name="init">
28 28
    <!-- Create the time stamp -->
29 29
    <tstamp/>
30
	<echo>
31
		Compiling ${ant.project.name}...</echo>
30 32
  </target>
31 33
  
32 34

  
......
107 109
	
108 110
	<target name="batch-build"
109 111
			description="compile the sources, create the jar file"
110
			depends="compile,create-jar,copy-data-files,copy-libs,move-to-andami">
112
			depends="init,compile,create-jar,copy-data-files,copy-libs,move-to-andami">
111 113
	</target>
112 114

  
113 115
	<target name="compile" description="compile the source" >
......
138 140
	</target>
139 141
	
140 142
	<target name="copy-libs">
141
	  	<copy todir="${dist}">
143
	  	<copy todir="${dist}/lib">
142 144
	  	    	<fileset dir="lib" includes="*.*"/>
143 145
	  	</copy>
146
		<copy todir="${dist}/lib">
147
			<fileset file="${dist}/${jarName}" />
148
		</copy>
144 149
	</target>
145 150
	
146 151
	<target name="move-to-andami">

Also available in: Unified diff