Subversion Repositories eFlore/Applications.del

Rev

Rev 1012 | Rev 1459 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1012 Rev 1445
Line 1... Line 1...
1
<project name="del" xmlns:artifact="urn:maven-artifact-ant" basedir=".">
1
<project name="del" xmlns:artifact="urn:maven-artifact-ant" basedir=".">
Line -... Line 2...
-
 
2
 
-
 
3
  <property file="build.properties"/>
-
 
4
 
-
 
5
  <path id="gwt">
-
 
6
	<fileset includes="*.jar" dir="${user.home}/gwt/build/lib"/>
-
 
7
	<fileset includes="cobogw-1.3.2.jar" dir="${user.home}"/>
-
 
8
	<pathelement location="src" />
-
 
9
  </path>
-
 
10
 
-
 
11
  <target name="quick">
-
 
12
	<java classname="com.google.gwt.dev.Compiler" fork="true">
-
 
13
	  <arg line="-style DETAILED -draftCompile ${projectTestName}" />
-
 
14
	  <classpath refid="gwt"/>
-
 
15
	</java>
-
 
16
  </target> 
-
 
17
 
-
 
18
  <target name="compile">
-
 
19
	<!-- <java classname="com.google.gwt.dev.GWTCompiler" fork="true"> -->
-
 
20
	<java classname="com.google.gwt.dev.Compiler" fork="true">
-
 
21
	  <arg line="-localWorkers 2 -style DETAILED ${projectName}"/>
-
 
22
	  <!-- <arg line="-out build/gwtOutput"/> -->
-
 
23
	  <classpath refid="gwt"/>
-
 
24
	</java>
-
 
25
  </target> 
-
 
26
 
2
 
27
 
3
	<target name="init-local-properties">
28
	<target name="init-local-properties">
4
		<property file="local.properties" />
29
		<property file="local.properties" />
5
		<property name="gwt-path" value="${gwt-path}" />
30
		<property name="gwt-path" value="${gwt-path}" />
6
		<property name="webservices-root-url" value="${webservices-root-url}" />
31
		<property name="webservices-root-url" value="${webservices-root-url}" />