Subversion Repositories eFlore/Applications.coel

Rev

Rev 1647 | Rev 1672 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1647 Rev 1663
Line 1... Line 1...
1
<project name="coel" xmlns:artifact="urn:maven-artifact-ant" basedir=".">
1
<project name="coel" xmlns:artifact="urn:maven-artifact-ant" basedir=".">
Line 2... Line 2...
2
 
2
 
3
  <property file="build.properties"/>
3
  <property file="build.properties"/>
-
 
4
  <property name="gxtdestdir" value="src/org/tela_botanica/public"/>
Line 4... Line 5...
4
  <property name="gxtdestdir" value="src/org/tela_botanica/public"/>
5
  <property name="confparams" value=""/>
5
 
6
 
6
  <path id="gwt">
7
  <path id="gwt">
7
	<fileset includes="*.jar" dir="${user.home}/gwt/build/lib"/>
8
	<fileset includes="*.jar" dir="${user.home}/gwt/build/lib"/>
Line 25... Line 26...
25
	<java classname="com.google.gwt.dev.Compiler" fork="true">
26
	<java classname="com.google.gwt.dev.Compiler" fork="true">
26
	  <arg line="-localWorkers 2 -style DETAILED ${projectName}"/>
27
	  <arg line="-localWorkers 2 -style DETAILED ${projectName}"/>
27
	  <!-- <arg line="-out build/gwtOutput"/> -->
28
	  <!-- <arg line="-out build/gwtOutput"/> -->
28
	  <classpath refid="gwt"/>
29
	  <classpath refid="gwt"/>
29
	</java>
30
	</java>
-
 
31
	<exec resolveexecutable="true" executable="Coel-config" />
30
  </target> 
32
  </target> 
Line 31... Line 33...
31
 
33
 
32
  <target name="quick" depends="link-resources">
34
  <target name="quick" depends="link-resources">
33
	<java classname="com.google.gwt.dev.Compiler" fork="true">
35
	<java classname="com.google.gwt.dev.Compiler" fork="true">
34
	  <arg line="-style DETAILED -draftCompile ${projectTestName}" />
36
	  <arg line="-style DETAILED -draftCompile ${projectTestName}" />
35
	  <classpath refid="gwt"/>
37
	  <classpath refid="gwt"/>
-
 
38
	</java>
-
 
39
  </target>
-
 
40
 
-
 
41
  <target name="config">
-
 
42
	<echo message="mise à jour de ${apropos}"/>
-
 
43
	<exec resolveexecutable="true" executable="Coel-config">
-
 
44
	  <arg line="${apropos} ${confparams}"/>
-
 
45
	</exec>
-
 
46
	<echo message="rsync -avui -no-o -no-g war/ ${desthost}:${destdir}/"/>
36
	</java>
47
	<echo message="scp ${apropos} ${desthost}:${destdir}/config/apropos.js"/>
Line -... Line 48...
-
 
48
  </target> 
37
  </target> 
49
 
38
 
50
 
39
 
51
 
40
  <target name="debug" depends="link-resources">
52
  <target name="debug" depends="link-resources">
41
	<java classname="com.google.gwt.dev.Compiler" fork="true">
53
	<java classname="com.google.gwt.dev.Compiler" fork="true">