Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1662 → Rev 1663

/trunk/build.xml
2,6 → 2,7
 
<property file="build.properties"/>
<property name="gxtdestdir" value="src/org/tela_botanica/public"/>
<property name="confparams" value=""/>
 
<path id="gwt">
<fileset includes="*.jar" dir="${user.home}/gwt/build/lib"/>
27,6 → 28,7
<!-- <arg line="-out build/gwtOutput"/> -->
<classpath refid="gwt"/>
</java>
<exec resolveexecutable="true" executable="Coel-config" />
</target>
 
<target name="quick" depends="link-resources">
34,9 → 36,19
<arg line="-style DETAILED -draftCompile ${projectTestName}" />
<classpath refid="gwt"/>
</java>
</target>
 
<target name="config">
<echo message="mise à jour de ${apropos}"/>
<exec resolveexecutable="true" executable="Coel-config">
<arg line="${apropos} ${confparams}"/>
</exec>
<echo message="rsync -avui -no-o -no-g war/ ${desthost}:${destdir}/"/>
<echo message="scp ${apropos} ${desthost}:${destdir}/config/apropos.js"/>
</target>
 
 
 
<target name="debug" depends="link-resources">
<java classname="com.google.gwt.dev.Compiler" fork="true">
<arg line="-style DETAILED -logLevel DEBUG"/> <!-- TRACE -->