Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1445 Rev 1459
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 2... Line 2...
2
 
2
 
Line 3... Line 3...
3
  <property file="build.properties"/>
3
  <property file="build.properties"/>
4
 
4
 
5
  <path id="gwt">
5
  <path id="gwt">
6
	<fileset includes="*.jar" dir="${user.home}/gwt/build/lib"/>
6
	<fileset includes="*.jar" dir="${user.home}/src/gwt/gwt/build/lib"/>
7
	<fileset includes="cobogw-1.3.2.jar" dir="${user.home}"/>
7
	<fileset includes="cobogw-1.3.2.jar" dir="${user.home}/src/gwt"/>
Line 8... Line 8...
8
	<pathelement location="src" />
8
	<pathelement location="src" />
9
  </path>
9
  </path>
Line 16... Line 16...
16
  </target> 
16
  </target> 
Line 17... Line 17...
17
 
17
 
18
  <target name="compile">
18
  <target name="compile">
19
	<!-- <java classname="com.google.gwt.dev.GWTCompiler" fork="true"> -->
19
	<!-- <java classname="com.google.gwt.dev.GWTCompiler" fork="true"> -->
20
	<java classname="com.google.gwt.dev.Compiler" fork="true">
20
	<java classname="com.google.gwt.dev.Compiler" fork="true">
21
	  <arg line="-localWorkers 2 -style DETAILED ${projectName}"/>
21
	  <arg line="-localWorkers 4 -style DETAILED ${projectName}"/>
22
	  <!-- <arg line="-out build/gwtOutput"/> -->
22
	  <!-- <arg line="-out build/gwtOutput"/> -->
23
	  <classpath refid="gwt"/>
23
	  <classpath refid="gwt"/>
24
	</java>
24
	</java>