forked from AgoraUS1516G2/G17
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.xml
165 lines (165 loc) · 14.9 KB
/
build.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- WARNING: Eclipse auto-generated file.
Any modifications will be overwritten.
To include a user specific buildfile here, simply create one in the same
directory with the processing instruction <?eclipse.ant.import?>
as the first entry and export the buildfile again. --><project basedir="." default="build" name="CreacionAdminVotaciones">
<property environment="env"/>
<property name="junit.output.dir" value="junit"/>
<property name="debuglevel" value="source,lines,vars"/>
<property name="target" value="1.7"/>
<property name="source" value="1.7"/>
<path id="Maven Dependencies.libraryclasspath">
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/springframework/spring-context/4.0.0.RELEASE/spring-context-4.0.0.RELEASE.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/springframework/spring-aop/4.0.0.RELEASE/spring-aop-4.0.0.RELEASE.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/springframework/spring-beans/4.0.0.RELEASE/spring-beans-4.0.0.RELEASE.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/springframework/spring-core/4.0.0.RELEASE/spring-core-4.0.0.RELEASE.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/springframework/spring-expression/4.0.0.RELEASE/spring-expression-4.0.0.RELEASE.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/springframework/spring-webmvc/4.0.0.RELEASE/spring-webmvc-4.0.0.RELEASE.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/springframework/spring-web/4.0.0.RELEASE/spring-web-4.0.0.RELEASE.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/springframework/spring-orm/4.0.0.RELEASE/spring-orm-4.0.0.RELEASE.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/springframework/spring-jdbc/4.0.0.RELEASE/spring-jdbc-4.0.0.RELEASE.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/springframework/spring-tx/4.0.0.RELEASE/spring-tx-4.0.0.RELEASE.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/springframework/spring-aspects/4.0.0.RELEASE/spring-aspects-4.0.0.RELEASE.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/springframework/spring-context-support/4.0.0.RELEASE/spring-context-support-4.0.0.RELEASE.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/springframework/data/spring-data-jpa/1.4.3.RELEASE/spring-data-jpa-1.4.3.RELEASE.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/springframework/data/spring-data-commons/1.6.3.RELEASE/spring-data-commons-1.6.3.RELEASE.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/aspectj/aspectjrt/1.7.2/aspectjrt-1.7.2.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/slf4j/slf4j-api/1.7.1/slf4j-api-1.7.1.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.1/jcl-over-slf4j-1.7.1.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/springframework/security/spring-security-web/3.2.0.RELEASE/spring-security-web-3.2.0.RELEASE.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/springframework/security/spring-security-core/3.2.0.RELEASE/spring-security-core-3.2.0.RELEASE.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/springframework/security/spring-security-config/3.2.0.RELEASE/spring-security-config-3.2.0.RELEASE.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/springframework/security/spring-security-taglibs/3.2.0.RELEASE/spring-security-taglibs-3.2.0.RELEASE.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/springframework/security/spring-security-acl/3.2.0.RELEASE/spring-security-acl-3.2.0.RELEASE.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/springframework/spring-test/3.2.4.RELEASE/spring-test-3.2.4.RELEASE.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/apache/tiles/tiles-core/2.2.2/tiles-core-2.2.2.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/apache/tiles/tiles-api/2.2.2/tiles-api-2.2.2.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/commons-digester/commons-digester/2.0/commons-digester-2.0.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/apache/tiles/tiles-servlet/2.2.2/tiles-servlet-2.2.2.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/apache/tiles/tiles-jsp/2.2.2/tiles-jsp-2.2.2.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/apache/tiles/tiles-template/2.2.2/tiles-template-2.2.2.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/mysql/mysql-connector-java/5.1.28/mysql-connector-java-5.1.28.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/hibernate/hibernate-entitymanager/4.3.0.Final/hibernate-entitymanager-4.3.0.Final.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/jboss/logging/jboss-logging/3.1.3.GA/jboss-logging-3.1.3.GA.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/jboss/logging/jboss-logging-annotations/1.2.0.Beta1/jboss-logging-annotations-1.2.0.Beta1.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/hibernate/common/hibernate-commons-annotations/4.0.4.Final/hibernate-commons-annotations-4.0.4.Final.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.2_spec/1.0.0.Final/jboss-transaction-api_1.2_spec-1.0.0.Final.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/hibernate/hibernate-ehcache/4.3.0.CR2/hibernate-ehcache-4.3.0.CR2.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/net/sf/ehcache/ehcache-core/2.4.3/ehcache-core-2.4.3.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/hibernate/hibernate-core/4.3.0.Final/hibernate-core-4.3.0.Final.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/jboss/jandex/1.1.0.Final/jandex-1.1.0.Final.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/hibernate/hibernate-validator/4.3.1.Final/hibernate-validator-4.3.1.Final.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/hibernate/hibernate-c3p0/4.2.3.Final/hibernate-c3p0-4.2.3.Final.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/com/mchange/c3p0/0.9.2.1/c3p0-0.9.2.1.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/com/mchange/mchange-commons-java/0.2.3.4/mchange-commons-java-0.2.3.4.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/javax/servlet/jsp/jsp-api/2.0/jsp-api-2.0.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/javax/servlet/jstl/1.2/jstl-1.2.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/displaytag/displaytag/1.2/displaytag-1.2.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/commons-collections/commons-collections/3.1/commons-collections-3.1.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/commons-lang/commons-lang/2.3/commons-lang-2.3.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/com/lowagie/itext/1.3/itext-1.3.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/slf4j/jcl104-over-slf4j/1.4.2/jcl104-over-slf4j-1.4.2.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/taglibs/standard/1.1.2/standard-1.1.2.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/junit/junit/4.11/junit-4.11.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/joda-time/joda-time/2.2/joda-time-2.2.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/slf4j/slf4j-log4j12/1.7.5/slf4j-log4j12-1.7.5.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/aspectj/aspectjweaver/1.7.4/aspectjweaver-1.7.4.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/apache/httpcomponents/httpclient/4.5.1/httpclient-4.5.1.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/org/apache/httpcomponents/httpcore/4.4.3/httpcore-4.4.3.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar"/>
<pathelement location="C:/Documents and Settings/Student/.m2/repository/commons-codec/commons-codec/1.9/commons-codec-1.9.jar"/>
</path>
<path id="CreacionAdminVotaciones.classpath">
<pathelement location="target/classes"/>
<pathelement location="target/test-classes"/>
<path refid="Maven Dependencies.libraryclasspath"/>
</path>
<path id="run.PopulateDatabase.classpath">
<path refid="CreacionAdminVotaciones.classpath"/>
<path refid="Maven Dependencies.libraryclasspath"/>
</path>
<path id="run.TokenServiceTest.classpath">
<path refid="CreacionAdminVotaciones.classpath"/>
<path refid="Maven Dependencies.libraryclasspath"/>
</path>
<target name="init">
<mkdir dir="target/classes"/>
<mkdir dir="target/test-classes"/>
<copy includeemptydirs="false" todir="target/classes">
<fileset dir="src/main/java">
<exclude name="**/*.java"/>
</fileset>
</copy>
<copy includeemptydirs="false" todir="target/classes">
<fileset dir="src/main/resources">
<exclude name="**/*.java"/>
<exclude name="**"/>
</fileset>
</copy>
<copy includeemptydirs="false" todir="target/test-classes">
<fileset dir="src/test/java">
<exclude name="**/*.java"/>
</fileset>
</copy>
</target>
<target name="clean">
<delete dir="target/classes"/>
<delete dir="target/test-classes"/>
</target>
<target depends="clean" name="cleanall"/>
<target depends="build-subprojects,build-project" name="build"/>
<target name="build-subprojects"/>
<target depends="init" name="build-project">
<echo message="${ant.project.name}: ${ant.file}"/>
<javac debug="true" debuglevel="${debuglevel}" destdir="target/classes" source="${source}" target="${target}">
<src path="src/main/java"/>
<classpath refid="CreacionAdminVotaciones.classpath"/>
</javac>
<javac debug="true" debuglevel="${debuglevel}" destdir="target/classes" source="${source}" target="${target}">
<src path="src/main/resources"/>
<exclude name="**"/>
<classpath refid="CreacionAdminVotaciones.classpath"/>
</javac>
<javac debug="true" debuglevel="${debuglevel}" destdir="target/test-classes" source="${source}" target="${target}">
<src path="src/test/java"/>
<classpath refid="CreacionAdminVotaciones.classpath"/>
</javac>
</target>
<target description="Build all projects which reference this project. Useful to propagate changes." name="build-refprojects"/>
<target name="PopulateDatabase">
<java classname="utilities.PopulateDatabase" failonerror="true" fork="yes">
<classpath refid="run.PopulateDatabase.classpath"/>
</java>
</target>
<target name="TokenServiceTest">
<mkdir dir="${junit.output.dir}"/>
<junit fork="yes" printsummary="withOutAndErr">
<formatter type="xml"/>
<test name="services.TokenServiceTest" todir="${junit.output.dir}"/>
<classpath refid="run.TokenServiceTest.classpath"/>
</junit>
</target>
<target name="junitreport">
<junitreport todir="${junit.output.dir}">
<fileset dir="${junit.output.dir}">
<include name="TEST-*.xml"/>
</fileset>
<report format="frames" todir="${junit.output.dir}"/>
</junitreport>
</target>
</project>