-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathant.properties
68 lines (59 loc) · 3.47 KB
/
ant.properties
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
# EchoPoint Build properties file.
#
# If you set dir.appserver.deploy then the test war files will be deployed
# to it. Use to automatically deploy to Tomcat/JBoss etc.
#
dir.appserver /usr/local/apache-tomcat-7.0.14
version 3.0.0b5
jdk.version 1.5
debug true
ivy.home ${user.home}/.ivy2
ivy.jar.dir ${ivy.home}/lib
ivy.jar.file ${ivy.jar.dir}/ivy.jar
ivy.install.version 2.2.0
dir.src src
dir.src.client ${dir.src}/client
dir.src.client.app ${dir.src.client}/js
dir.src.client.images ${dir.src.client}/images
dir.src.client.test ${dir.src.client}/test
dir.src.server ${dir.src}/server-java
dir.src.server.app ${dir.src}/server-java/app
dir.src.server.webcontainer ${dir.src}/server-java/webcontainer
dir.src.server.test ${dir.src}/server-java/test
dir.lib lib
dir.tmp tmp
dir.dist dist
dir.build build
dir.build.api ${dir.build}/api
dir.build.resource ${dir.build.api}/resource/js
dir.build.images ${dir.build.api}/resource/images
dir.build.test ${dir.build}/test
dir.docs docs
dir.docs.api ${dir.docs}/api
dir.docs.api.app ${dir.docs.api}/app
dir.docs.api.webcontainer ${dir.docs.api}/webcontainer
echo3-webcontainer.lib.jar ${dir.lib}/echo3-webcontainer-3.0.0.jar
echo3-extras-webcontainer.lib.jar ${dir.lib}/echo3-extras-webcontainer-3.0.0.jar
jsp.lib.jar ${dir.appserver}/lib/jsp-api.jar
servlet.lib.jar ${dir.appserver}/lib/servlet-api.jar
yuicompressor.lib.jar ${dir.lib}/yuicompressor-2.4.7.jar
jarname echopoint
testwarfile echopointtest.war
dir.appserver.deploy ${dir.appserver}/webapps
# Settings for the deployable client-test application
dir.src.client.test.tempdir /tmp/out
clienttestwarfile echopointclienttest.war
# Javadoc configuration
javadoc.cssfile ${dir.docs}/javadoc.css
javadoc.header <b><a href='https://echopoint.dev.java.net/'>EchoPoint</a> API - ${version}</b><br/><a href='${echopoint.app.doc.link}' target='_top'>App<a/> <a href='${echopoint.webcontainer.doc.link}' target='_top'>Webcontainer</a>
javadoc.doctitle.app EchoPoint App<br/> API Specificiation
javadoc.doctitle.webcontainer EchoPoint Webcontainer<br/> API Specificiation
javadoc.windowtitle EchoPoint API Specification
jse.doc.link http://java.sun.com/j2se/1.5.0/docs/api/
jee.doc.link http://java.sun.com/j2ee/1.4/docs/api/
echo.app.doc.link http://echo.nextapp.com/content/echo3/doc/3.0/api/public/
echo.webcontainer.doc.link http://echo.nextapp.com/content/echo3/doc/3.0/api/public/webcontainer/
extras.app.doc.link http://docs.rakeshv.org/java/echo/extras/app/
junit.doc.link http://junit.sourceforge.net/javadoc/
echopoint.app.doc.link http://sptci.com/projects/echopoint/api/app/
echopoint.webcontainer.doc.link http://sptci.com/projects/echopoint/api/webcontainer/