Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1663 Rev 1672
Line 3... Line 3...
3
  <property file="build.properties"/>
3
  <property file="build.properties"/>
4
  <property name="gxtdestdir" value="src/org/tela_botanica/public"/>
4
  <property name="gxtdestdir" value="src/org/tela_botanica/public"/>
5
  <property name="confparams" value=""/>
5
  <property name="confparams" value=""/>
Line 6... Line 6...
6
 
6
 
-
 
7
  <path id="gwt">
7
  <path id="gwt">
8
    <!-- todo: utiliser le mode de configuration des chemins du build.xml du CEL -->
8
	<fileset includes="*.jar" dir="${user.home}/gwt/build/lib"/>
9
	<fileset includes="*.jar" dir="${user.home}/src/gwt/gwt/build/lib"/>
9
	<fileset includes="*.jar" dir="${user.home}/gwt-google-apis/maps/build/lib"/>
10
	<fileset includes="*.jar" dir="${user.home}/src/gwt/gwt-google-apis/maps/build/lib"/>
10
	<fileset includes="gxt-2.2.5-gwt22.jar" dir="${user.home}/gxt"/>
11
	<fileset includes="gxt-2.2.5-gwt22.jar" dir="${user.home}/src/gwt/gxt"/>
11
	<pathelement location="src" />
12
	<pathelement location="src" />
Line 12... Line 13...
12
  </path>
13
  </path>
13
 
14
 
Line 58... Line 59...
58
  </target> 
59
  </target> 
Line 59... Line 60...
59
 
60
 
60
 
61
 
61
  <target name="testlive">
62
  <target name="testlive">
62
	<java classname="com.google.gwt.dev.DevMode" spawn="true" fork="true">
63
	<java classname="com.google.gwt.dev.DevMode" spawn="true" fork="true">
63
	  <arg line="-startupUrl http://${celhost}/war/Coel.html -whitelist http://www.tela-botanica.org -noserver -codeServerPort auto ${projectName}" />
64
	  <arg line="-startupUrl http://${celhost}/war/Coel.html -whitelist http://www.tela-botanica.org -noserver -codeServerPort auto ${projectTestName}" />
64
	  <classpath refid="gwt"/>
65
	  <classpath refid="gwt"/>
Line 65... Line 66...
65
	</java>
66
	</java>