Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1680 Rev 1682
Line 37... Line 37...
37
	  <arg line="-style DETAILED -draftCompile ${projectTestName}" />
37
	  <arg line="-style DETAILED -draftCompile ${projectTestName}" />
38
	  <classpath refid="gwt"/>
38
	  <classpath refid="gwt"/>
39
	</java>
39
	</java>
40
  </target>
40
  </target>
Line -... Line 41...
-
 
41
 
-
 
42
  <!-- génération d'un fichier pour test:
-
 
43
       cp war/config/apropos{.test,}.js
41
 
44
       ant -Dapropos=war/config/apropos.test.js -Dconfigparams="Version de test" config -->
42
  <target name="config">
45
  <target name="config">
43
	<echo message="mise à jour de ${apropos}"/>
46
	<echo message="mise à jour de ${apropos}"/>
44
	<exec resolveexecutable="true" executable="Coel-config">
47
	<exec resolveexecutable="true" executable="Coel-config">
45
	  <arg line="${apropos} ${confparams}"/>
48
	  <arg line="${apropos} ${confparams}"/>
46
	</exec>
49
	</exec>
47
	<echo message="please do # rsync -avuin --no-o --no-g --exclude=WEB-INF war/ ${desthost}:${destdir}/"/>
50
	<echo message="please do # rsync -avuin --no-o --no-g --exclude=WEB-INF --exclude=config  war/ ${desthost}:${destdir}/"/>
48
	<echo message="scp -p ${apropos} ${desthost}:${destdir}/config/apropos.js"/>
51
	<echo message="scp -p ${apropos} ${desthost}:${destdir}/config/apropos.js"/>