Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1711 → Rev 1712

/trunk/build.xml
29,7 → 29,9
<!-- <arg line="-out build/gwtOutput"/> -->
<classpath refid="gwt"/>
</java>
<exec resolveexecutable="true" executable="Coel-config" />
<exec resolveexecutable="true" executable="m4" input="war/config/apropos.js.m4" output="war/config/apropos.js">
<arg line="-D _JREST_SERVICES_PATH_=jrest/services -D _SUFFIX_='${confparams}'" />
</exec>
</target>
 
<target name="quick" depends="link-resources">
40,12 → 42,11
</target>
 
<!-- génération d'un fichier pour test:
cp war/config/apropos{.test,}.js
ant -Dapropos=war/config/apropos.test.js -Dconfigparams="Version de test" config -->
ant -Dsuffix="Version de test" config -->
<target name="config">
<echo message="mise à jour de ${apropos}"/>
<exec resolveexecutable="true" executable="Coel-config">
<arg line="${apropos} ${confparams}"/>
<exec resolveexecutable="true" executable="m4" input="war/config/apropos.js.m4" output="war/config/apropos.js">
<arg line="-D _JREST_SERVICES_PATH_=jrest/services -D _SUFFIX_='${confparams}'" />
</exec>
<echo message="please do # rsync -avuin --no-o --no-g --exclude=WEB-INF --exclude=config war/ ${desthost}:${destdir}/"/>
<echo message="scp -p ${apropos} ${desthost}:${destdir}/config/apropos.js"/>