Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1712 → Rev 1711

/trunk/build.xml
29,9 → 29,7
<!-- <arg line="-out build/gwtOutput"/> -->
<classpath refid="gwt"/>
</java>
<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>
<exec resolveexecutable="true" executable="Coel-config" />
</target>
 
<target name="quick" depends="link-resources">
42,11 → 40,12
</target>
 
<!-- génération d'un fichier pour test:
ant -Dsuffix="Version de test" config -->
cp war/config/apropos{.test,}.js
ant -Dapropos=war/config/apropos.test.js -Dconfigparams="Version de test" config -->
<target name="config">
<echo message="mise à jour de ${apropos}"/>
<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 resolveexecutable="true" executable="Coel-config">
<arg line="${apropos} ${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"/>