Revision 7218

View differences:

trunk/extensions/extJDBC/build.xml
1
<project name="Generar extension en Andami" default="generate-without-source" basedir=".">
1
<project name="extJDBC" default="generate-without-source" basedir=".">
2 2
    <description>
3 3
        Instala el plugin en Andami
4 4
    </description>
......
26 26
  <target name="init">
27 27
    <!-- Create the time stamp -->
28 28
    <tstamp/>
29
	<echo>
30
		Compiling ${ant.project.name}...</echo>
29 31
    <!-- Create the build directory structure used by compile -->
30 32
    <mkdir dir="${build}"/>
31 33
    <mkdir dir="${dist}"/>
......
62 64

  
63 65
	<target name="batch-build"
64 66
			description="compile the sources, create the jar file"
65
			depends="compile,create-jar,copy-data-files,move-to-andami">
67
			depends="init,compile,create-jar,copy-data-files,move-to-andami">
66 68
	</target>
67 69

  
68 70
	<target name="compile" description="compile the source" >

Also available in: Unified diff