Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1671 → Rev 1672

/trunk/build.xml
5,9 → 5,10
<property name="confparams" value=""/>
 
<path id="gwt">
<fileset includes="*.jar" dir="${user.home}/gwt/build/lib"/>
<fileset includes="*.jar" dir="${user.home}/gwt-google-apis/maps/build/lib"/>
<fileset includes="gxt-2.2.5-gwt22.jar" dir="${user.home}/gxt"/>
<!-- todo: utiliser le mode de configuration des chemins du build.xml du CEL -->
<fileset includes="*.jar" dir="${user.home}/src/gwt/gwt/build/lib"/>
<fileset includes="*.jar" dir="${user.home}/src/gwt/gwt-google-apis/maps/build/lib"/>
<fileset includes="gxt-2.2.5-gwt22.jar" dir="${user.home}/src/gwt/gxt"/>
<pathelement location="src" />
</path>
 
60,7 → 61,7
 
<target name="testlive">
<java classname="com.google.gwt.dev.DevMode" spawn="true" fork="true">
<arg line="-startupUrl http://${celhost}/war/Coel.html -whitelist http://www.tela-botanica.org -noserver -codeServerPort auto ${projectName}" />
<arg line="-startupUrl http://${celhost}/war/Coel.html -whitelist http://www.tela-botanica.org -noserver -codeServerPort auto ${projectTestName}" />
<classpath refid="gwt"/>
</java>
</target>