Revision 7201 branches/v10/extensions/extJDBC/build.xml

View differences:

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>
......
21 21
	<property name="andamiLibs" location="${andami}/lib" />
22 22
	<property name="andamiJar" location="${andami}/andami.jar"/>
23 23
	<property name="gvsigJar" location="${extensionsDir}/${mainplugin}/lib/${mainplugin}.jar"/>
24
	<property name="compile-classpath" value="${andamiJar}:${gvsigJar}:${fmapLibs}/cms.jar:${fmapLibs}/driver-manager-1.1.jar:${fmapLibs}/fmap.jar:${fmapLibs}/gdbms-0.8-SNAPSHOT.jar:${andamiLibs}/iver-utiles.jar:${fmapLibs}/jts-1.7.jar:${andamiLibs}/log4j-1.2.8.jar:${fmapLibs}/mysql-connector-java-3.1.7-bin.jar:${fmapLibs}/postgis-jdbc-driver.jar:${fmapLibs}/postgresql-74.213.jar" />
24
	<property name="compile-classpath" value="${andamiJar}:${gvsigJar}:${andamiLibs}/beans.jar:${fmapLibs}/cms.jar:${fmapLibs}/driver-manager-1.1.jar:${fmapLibs}/fmap.jar:${fmapLibs}/gdbms-0.8-SNAPSHOT.jar:${andamiLibs}/iver-utiles.jar:${fmapLibs}/jts-1.7.jar:${andamiLibs}/log4j-1.2.8.jar:${fmapLibs}/mysql-connector-java-3.1.7-bin.jar:${fmapLibs}/postgis-jdbc-driver.jar:${fmapLibs}/postgresql-74.213.jar" />
25 25

  
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