rscm-accurev 0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/LICENSE +25 -0
- data/README +9 -0
- data/Rakefile +137 -0
- data/STATUS +63 -0
- data/TODO +43 -0
- data/apitest.rb +21 -0
- data/bumprelease.sh +13 -0
- data/lib/rscm/accurev.rb +18 -0
- data/lib/rscm/scm/accurev/api.rb +411 -0
- data/lib/rscm/scm/accurev/api.rb.mine +382 -0
- data/lib/rscm/scm/accurev/api.rb.r263 +364 -0
- data/lib/rscm/scm/accurev/api.rb.r265 +393 -0
- data/lib/rscm/scm/accurev/command.rb +151 -0
- data/lib/rscm/scm/accurev/exception.rb +38 -0
- data/lib/rscm/scm/accurev/filterio.rb +57 -0
- data/lib/rscm/scm/accurev/xml.rb +224 -0
- data/lib/test/unit/ui/xml/testrunner.rb +165 -0
- data/lib/test/unit/ui/xml/xmltestrunner.xslt +79 -0
- data/test/acreplay.rb +22 -0
- data/test/coverage/analyzer.rb +127 -0
- data/test/coverage/c_loader.rb +34 -0
- data/test/coverage/cover.rb +91 -0
- data/test/coverage/coverage_loader.rb +21 -0
- data/test/coverage/coveragetask.rb +38 -0
- data/test/coverage/index_tmpl.html +42 -0
- data/test/coverage/template.html +36 -0
- data/test/eg/ac-files.xml +172 -0
- data/test/eg/ac-pop.txt +195 -0
- data/test/eg/files-various-states.xml +188 -0
- data/test/eg/hist-oneweek-all.xml +1483 -0
- data/test/eg/hist-oneweek-external.xml +246 -0
- data/test/eg/hist-oneweek-promotes.xml +1092 -0
- data/test/eg/info.txt +14 -0
- data/test/eg/stat-a-various.xml +1789 -0
- data/test/eg/stat-m.xml +13 -0
- data/test/eg/stat-overlap.xml +13 -0
- data/test/eg/stat-x.xml +20 -0
- data/test/eg/update-i-mods-and-updates-and-overlap.xml +73 -0
- data/test/eg/update-i-nochanges.xml +8 -0
- data/test/eg/update-i-stale.xml +0 -0
- data/test/eg/update-i-updates.xml +125 -0
- data/test/eg/update-newwksp.xml +183 -0
- data/test/eg/update-nochanges.xml +7 -0
- data/test/eg/update-stale.xml +12 -0
- data/test/eg/update-updates.xml +147 -0
- data/test/t_api.rb +163 -0
- data/test/t_command.rb +85 -0
- data/test/t_filterio.rb +60 -0
- data/test/t_load.rb +11 -0
- data/test/t_scrubio.rb +117 -0
- data/test/t_xmlmapper.rb +75 -0
- metadata +106 -0
@@ -0,0 +1,36 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<title><%= filename %></title>
|
5
|
+
<style>
|
6
|
+
span.marked {
|
7
|
+
background-color: rgb(185, 200, 200);
|
8
|
+
display: block;
|
9
|
+
}
|
10
|
+
</style>
|
11
|
+
</head>
|
12
|
+
<body>
|
13
|
+
<h1><%= filename %></h1>
|
14
|
+
|
15
|
+
<p>
|
16
|
+
Total lines: <%= total_lines %>
|
17
|
+
</p>
|
18
|
+
<p>
|
19
|
+
Covered lines: <%= covered_lines %>
|
20
|
+
</p>
|
21
|
+
<p>
|
22
|
+
Percent covered: <b><%= pct %></b>
|
23
|
+
</p>
|
24
|
+
|
25
|
+
<hr />
|
26
|
+
|
27
|
+
<pre>
|
28
|
+
xxxx unreached line
|
29
|
+
<span class="marked">xxxx covered line</span>
|
30
|
+
|
31
|
+
<% (0..lines.length).each do |i| %><% if seen[i] %><span class="marked"><% end %><%= "%4d"%i %> <%= lines[i] %><% if seen[i] %></span><% end %><% end %>
|
32
|
+
|
33
|
+
</pre>
|
34
|
+
|
35
|
+
</body>
|
36
|
+
</html>
|
@@ -0,0 +1,172 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<AcResponse
|
3
|
+
Command="stat"
|
4
|
+
Directory="/home/gfast/dev/orbitz-host-gt3-0-impl">
|
5
|
+
<element
|
6
|
+
location="./.acignore"
|
7
|
+
dir="no"
|
8
|
+
id="197"
|
9
|
+
elemType="text"
|
10
|
+
Virtual="7/2"
|
11
|
+
namedVersion="orbitz-host-gt3-0-impl/2"
|
12
|
+
Real="8/2"
|
13
|
+
status="(backed)"/>
|
14
|
+
<element
|
15
|
+
location="./apps"
|
16
|
+
dir="yes"
|
17
|
+
id="6"
|
18
|
+
elemType="dir"
|
19
|
+
Virtual="4/1"
|
20
|
+
namedVersion="orbitz-host-gt3-0-rc/1"
|
21
|
+
Real="6/1"
|
22
|
+
status="(backed)"/>
|
23
|
+
<element
|
24
|
+
location="./bin"
|
25
|
+
dir="yes"
|
26
|
+
id="20"
|
27
|
+
elemType="dir"
|
28
|
+
Virtual="4/1"
|
29
|
+
namedVersion="orbitz-host-gt3-0-rc/1"
|
30
|
+
Real="6/1"
|
31
|
+
status="(backed)"/>
|
32
|
+
<element
|
33
|
+
location="./build"
|
34
|
+
dir="yes"
|
35
|
+
id="34"
|
36
|
+
elemType="dir"
|
37
|
+
Virtual="4/1"
|
38
|
+
namedVersion="orbitz-host-gt3-0-rc/1"
|
39
|
+
Real="6/1"
|
40
|
+
status="(backed)"/>
|
41
|
+
<element
|
42
|
+
location="./build-deps.xml"
|
43
|
+
dir="no"
|
44
|
+
id="2"
|
45
|
+
elemType="text"
|
46
|
+
Virtual="4/1"
|
47
|
+
namedVersion="orbitz-host-gt3-0-rc/1"
|
48
|
+
Real="6/1"
|
49
|
+
status="(backed)"/>
|
50
|
+
<element
|
51
|
+
location="./build.properties"
|
52
|
+
dir="no"
|
53
|
+
id="3"
|
54
|
+
elemType="text"
|
55
|
+
Virtual="4/1"
|
56
|
+
namedVersion="orbitz-host-gt3-0-rc/1"
|
57
|
+
Real="6/1"
|
58
|
+
status="(backed)"/>
|
59
|
+
<element
|
60
|
+
location="./build.xml"
|
61
|
+
dir="no"
|
62
|
+
id="4"
|
63
|
+
elemType="text"
|
64
|
+
Virtual="7/1"
|
65
|
+
namedVersion="orbitz-host-gt3-0-impl/1"
|
66
|
+
Real="8/1"
|
67
|
+
status="(backed)"/>
|
68
|
+
<element
|
69
|
+
location="./conf"
|
70
|
+
dir="yes"
|
71
|
+
id="65"
|
72
|
+
elemType="dir"
|
73
|
+
Virtual="4/1"
|
74
|
+
namedVersion="orbitz-host-gt3-0-rc/1"
|
75
|
+
Real="6/1"
|
76
|
+
status="(backed)"/>
|
77
|
+
<element
|
78
|
+
location="./doc"
|
79
|
+
dir="yes"
|
80
|
+
id="117"
|
81
|
+
elemType="dir"
|
82
|
+
Virtual="4/1"
|
83
|
+
namedVersion="orbitz-host-gt3-0-rc/1"
|
84
|
+
Real="6/1"
|
85
|
+
status="(backed)"/>
|
86
|
+
<element
|
87
|
+
location="./hosts.properties"
|
88
|
+
dir="no"
|
89
|
+
id="198"
|
90
|
+
elemType="text"
|
91
|
+
Virtual="7/2"
|
92
|
+
namedVersion="orbitz-host-gt3-0-impl/2"
|
93
|
+
Real="8/2"
|
94
|
+
status="(backed)"/>
|
95
|
+
<element
|
96
|
+
location="./logs"
|
97
|
+
dir="yes"
|
98
|
+
id="128"
|
99
|
+
elemType="dir"
|
100
|
+
Virtual="4/1"
|
101
|
+
namedVersion="orbitz-host-gt3-0-rc/1"
|
102
|
+
Real="6/1"
|
103
|
+
status="(backed)"/>
|
104
|
+
<element
|
105
|
+
location="./scripts"
|
106
|
+
dir="yes"
|
107
|
+
id="130"
|
108
|
+
elemType="dir"
|
109
|
+
Virtual="4/1"
|
110
|
+
namedVersion="orbitz-host-gt3-0-rc/1"
|
111
|
+
Real="6/1"
|
112
|
+
status="(backed)"/>
|
113
|
+
<element
|
114
|
+
location="./src"
|
115
|
+
dir="yes"
|
116
|
+
id="136"
|
117
|
+
elemType="dir"
|
118
|
+
Virtual="4/1"
|
119
|
+
namedVersion="orbitz-host-gt3-0-rc/1"
|
120
|
+
Real="6/1"
|
121
|
+
status="(backed)"/>
|
122
|
+
<element
|
123
|
+
location="./test"
|
124
|
+
dir="yes"
|
125
|
+
id="194"
|
126
|
+
elemType="dir"
|
127
|
+
Virtual="4/1"
|
128
|
+
namedVersion="orbitz-host-gt3-0-rc/1"
|
129
|
+
Real="6/1"
|
130
|
+
status="(backed)"/>
|
131
|
+
<element
|
132
|
+
location="./version.properties"
|
133
|
+
dir="no"
|
134
|
+
id="5"
|
135
|
+
elemType="text"
|
136
|
+
Virtual="7/1"
|
137
|
+
namedVersion="orbitz-host-gt3-0-impl/1"
|
138
|
+
Real="8/1"
|
139
|
+
status="(backed)"/>
|
140
|
+
<element
|
141
|
+
location="./install"
|
142
|
+
dir="yes"
|
143
|
+
status="(external)"/>
|
144
|
+
<element
|
145
|
+
location="./target"
|
146
|
+
dir="yes"
|
147
|
+
status="(external)"/>
|
148
|
+
<element
|
149
|
+
location="./ground.iml"
|
150
|
+
dir="no"
|
151
|
+
status="(external)"/>
|
152
|
+
<element
|
153
|
+
location="./.project"
|
154
|
+
dir="no"
|
155
|
+
status="(external)"/>
|
156
|
+
<element
|
157
|
+
location="./.eclipsebuild"
|
158
|
+
dir="yes"
|
159
|
+
status="(external)"/>
|
160
|
+
<element
|
161
|
+
location="./.classpath"
|
162
|
+
dir="no"
|
163
|
+
status="(external)"/>
|
164
|
+
<element
|
165
|
+
location="./ac-files.xml"
|
166
|
+
dir="no"
|
167
|
+
status="(external)"/>
|
168
|
+
<element
|
169
|
+
location="./TODO"
|
170
|
+
dir="no"
|
171
|
+
status="(external)"/>
|
172
|
+
</AcResponse>
|
data/test/eg/ac-pop.txt
ADDED
@@ -0,0 +1,195 @@
|
|
1
|
+
Creating dir: /./apps
|
2
|
+
Creating dir: /./apps/gt3client
|
3
|
+
Creating dir: /./apps/gt3client/WEB-INF
|
4
|
+
Populating element /./apps/gt3client/WEB-INF/web.xml
|
5
|
+
Populating element /./apps/gt3client/cancelreservation.jsp
|
6
|
+
Populating element /./apps/gt3client/changereservation.jsp
|
7
|
+
Populating element /./apps/gt3client/incDisplayRate.jsp
|
8
|
+
Populating element /./apps/gt3client/requestrates.jsp
|
9
|
+
Populating element /./apps/gt3client/requestreservation.jsp
|
10
|
+
Populating element /./apps/gt3client/showrates.jsp
|
11
|
+
Populating element /./apps/gt3client/showreschange.jsp
|
12
|
+
Populating element /./apps/gt3client/showresdetails.jsp
|
13
|
+
Populating element /./apps/gt3client/showreservation.jsp
|
14
|
+
Populating element /./apps/gt3client/showresstatus.jsp
|
15
|
+
Creating dir: /./bin
|
16
|
+
Populating element /./bin/checkOpenBookings.pl
|
17
|
+
Populating element /./bin/jetty-restart.sh
|
18
|
+
Populating element /./bin/jetty-start.sh
|
19
|
+
Populating element /./bin/jetty-stop.sh
|
20
|
+
Populating element /./bin/jinilister
|
21
|
+
Populating element /./bin/runServer.sh
|
22
|
+
Populating element /./bin/runTest.sh
|
23
|
+
Populating element /./bin/serverWrapper
|
24
|
+
Populating element /./bin/services
|
25
|
+
Populating element /./bin/setEnv.sh.tmpl
|
26
|
+
Populating element /./bin/start
|
27
|
+
Populating element /./bin/status
|
28
|
+
Populating element /./bin/stop
|
29
|
+
Creating dir: /./build
|
30
|
+
Populating element /./build/.cvsignore
|
31
|
+
Creating dir: /./build/bin
|
32
|
+
Populating element /./build/bin/clientjar-version.sh
|
33
|
+
Populating element /./build/bin/find-nwa-version.sh
|
34
|
+
Populating element /./build/bin/find-version.sh
|
35
|
+
Creating dir: /./build/buildfiles
|
36
|
+
Populating element /./build/buildfiles/install.xml
|
37
|
+
Populating element /./build/buildfiles/j2ee-dist.xml
|
38
|
+
Creating dir: /./build/filesets
|
39
|
+
Populating element /./build/filesets/dc-client.exclude
|
40
|
+
Populating element /./build/filesets/dc-client.include
|
41
|
+
Populating element /./build/filesets/dc-client.metainf
|
42
|
+
Populating element /./build/filesets/dc-client.src
|
43
|
+
Populating element /./build/filesets/dc-metagy.exclude
|
44
|
+
Populating element /./build/filesets/dc-metagy.include
|
45
|
+
Populating element /./build/filesets/dc-metagy.metainf
|
46
|
+
Populating element /./build/filesets/nwdc-core_1_2.exclude
|
47
|
+
Populating element /./build/filesets/nwdc-core_1_2.include
|
48
|
+
Populating element /./build/filesets/nwdc-core_1_2.metainf
|
49
|
+
Populating element /./build/filesets/orbitz-client.exclude
|
50
|
+
Populating element /./build/filesets/orbitz-client.include
|
51
|
+
Populating element /./build/filesets/orbitz-client.metainf
|
52
|
+
Populating element /./build/filesets/test-common.exclude
|
53
|
+
Populating element /./build/filesets/test-common.include
|
54
|
+
Populating element /./build/filesets/test-common.metainf
|
55
|
+
Creating dir: /./build/lib
|
56
|
+
Populating element /./build/lib/findbugs-ant-0.8.5.jar
|
57
|
+
Populating element /./build/lib/junit.jar
|
58
|
+
Populating element /./build/lib/junitperf.jar
|
59
|
+
Populating element /./build/version
|
60
|
+
Populating element /./build-deps.xml
|
61
|
+
Populating element /./build.properties
|
62
|
+
Populating element /./build.xml
|
63
|
+
Creating dir: /./conf
|
64
|
+
Creating dir: /./conf/gt3
|
65
|
+
Populating element /./conf/gt3/OrbitzProps.properties
|
66
|
+
Populating element /./conf/gt3/gt3.development.properties
|
67
|
+
Populating element /./conf/gt3/gt3.ks
|
68
|
+
Populating element /./conf/gt3/gt3.server.properties
|
69
|
+
Populating element /./conf/gt3/jetty.xml
|
70
|
+
Populating element /./conf/gt3/jetty_bogus.ks
|
71
|
+
Populating element /./conf/gt3/log4j.properties
|
72
|
+
Populating element /./conf/gt3/startuprc.development
|
73
|
+
Populating element /./conf/gt3/startuprc.int2
|
74
|
+
Populating element /./conf/gt3/startuprc.integration
|
75
|
+
Populating element /./conf/gt3/startuprc.production2
|
76
|
+
Populating element /./conf/gt3/startuprc.staging2
|
77
|
+
Populating element /./conf/policy.all
|
78
|
+
Populating element /./conf/startuprc.development
|
79
|
+
Populating element /./conf/startuprc.int2
|
80
|
+
Populating element /./conf/startuprc.integration
|
81
|
+
Populating element /./conf/startuprc.production2
|
82
|
+
Populating element /./conf/startuprc.qa
|
83
|
+
Populating element /./conf/startuprc.staging2
|
84
|
+
Creating dir: /./conf/system
|
85
|
+
Populating element /./conf/system/baseagent.system.xml
|
86
|
+
Populating element /./conf/system/env.development.properties
|
87
|
+
Populating element /./conf/system/env.int2.properties
|
88
|
+
Populating element /./conf/system/env.integration.properties
|
89
|
+
Populating element /./conf/system/env.production.properties
|
90
|
+
Populating element /./conf/system/env.production2.properties
|
91
|
+
Populating element /./conf/system/env.staging.properties
|
92
|
+
Populating element /./conf/system/env.staging2.properties
|
93
|
+
Populating element /./conf/system/log.altstaging.properties
|
94
|
+
Populating element /./conf/system/log.development.properties
|
95
|
+
Populating element /./conf/system/log.disabled.properties
|
96
|
+
Populating element /./conf/system/log.int2.properties
|
97
|
+
Populating element /./conf/system/log.integration.properties
|
98
|
+
Populating element /./conf/system/log.production.properties
|
99
|
+
Populating element /./conf/system/log.production2.properties
|
100
|
+
Populating element /./conf/system/log.staging.properties
|
101
|
+
Populating element /./conf/system/log.staging2.properties
|
102
|
+
Populating element /./conf/system/log4j.xml
|
103
|
+
Populating element /./conf/system/monitor.properties
|
104
|
+
Populating element /./conf/system/multicast.properties
|
105
|
+
Populating element /./conf/system/object.factory.properties
|
106
|
+
Populating element /./conf/system/snmp.development.properties
|
107
|
+
Populating element /./conf/system/snmp.int2.properties
|
108
|
+
Populating element /./conf/system/snmp.integration.properties
|
109
|
+
Populating element /./conf/system/snmp.production.properties
|
110
|
+
Populating element /./conf/system/snmp.production2.properties
|
111
|
+
Populating element /./conf/system/snmp.qa.properties
|
112
|
+
Populating element /./conf/system/snmp.staging.properties
|
113
|
+
Populating element /./conf/system/snmp.staging2.properties
|
114
|
+
Populating element /./conf/system/unicast.properties
|
115
|
+
Creating dir: /./doc
|
116
|
+
Populating element /./doc/GTSSuperConnect Fields.pdf
|
117
|
+
Creating dir: /./doc/wsdl
|
118
|
+
Populating element /./doc/wsdl/README
|
119
|
+
Creating dir: /./doc/wsdl/obsolete
|
120
|
+
Populating element /./doc/wsdl/obsolete/ReservationService.wsdl
|
121
|
+
Populating element /./doc/wsdl/obsolete/SuperConnect20040827.wsdl
|
122
|
+
Populating element /./doc/wsdl/obsolete/rates-req.wsdl
|
123
|
+
Populating element /./doc/wsdl/obsolete/scomp.sh
|
124
|
+
Populating element /./doc/wsdl/resservice.wsdl
|
125
|
+
Populating element /./doc/wsdl/wsdl2xsd.xslt
|
126
|
+
Creating dir: /./logs
|
127
|
+
Populating element /./logs/.empty
|
128
|
+
Creating dir: /./scripts
|
129
|
+
Populating element /./scripts/NStoPkg.properties
|
130
|
+
Populating element /./scripts/jetty-start.sh
|
131
|
+
Populating element /./scripts/jetty-stop.sh
|
132
|
+
Populating element /./scripts/wsdd-deploy.sh
|
133
|
+
Populating element /./scripts/wsdl-to-java.sh
|
134
|
+
Creating dir: /./src
|
135
|
+
Creating dir: /./src/java
|
136
|
+
Creating dir: /./src/java/com
|
137
|
+
Creating dir: /./src/java/com/groundtravel
|
138
|
+
Creating dir: /./src/java/com/groundtravel/superconnect
|
139
|
+
Creating dir: /./src/java/com/groundtravel/superconnect/GTSSuperConnect
|
140
|
+
Creating dir: /./src/java/com/groundtravel/superconnect/GTSSuperConnect/ResService
|
141
|
+
Populating element /./src/java/com/groundtravel/superconnect/GTSSuperConnect/ResService/ResServiceSoap_java.ps
|
142
|
+
Populating element /./src/java/com/groundtravel/superconnect/GTSSuperConnect/ResService/deploy.wsdd
|
143
|
+
Populating element /./src/java/com/groundtravel/superconnect/GTSSuperConnect/ResService/undeploy.wsdd
|
144
|
+
Creating dir: /./src/java/com/orbitz
|
145
|
+
Creating dir: /./src/java/com/orbitz/dc
|
146
|
+
Creating dir: /./src/java/com/orbitz/dc/conn
|
147
|
+
Creating dir: /./src/java/com/orbitz/dc/conn/groundtravel
|
148
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/Accounting.java
|
149
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/Address.java
|
150
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/Airport.java
|
151
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/ArrayOfExtraStop.java
|
152
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/ArrayOfRate.java
|
153
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/Authentication.java
|
154
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/AvailableRates.java
|
155
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/Billing.java
|
156
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/Booker.java
|
157
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/CorporateClient.java
|
158
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/Dropoff.java
|
159
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/ExtraStop.java
|
160
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/Flight.java
|
161
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/FormsOfPayment.java
|
162
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/Passenger.java
|
163
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/Pickup.java
|
164
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/PlaceData.java
|
165
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/Rate.java
|
166
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/RateInfo.java
|
167
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/RateRequestParameters.java
|
168
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/ResService.java
|
169
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/ResServiceLocator.java
|
170
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/ResServiceSoap.java
|
171
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/ResServiceSoapImpl.java
|
172
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/ResServiceSoapSkeleton.java
|
173
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/ResServiceSoapStub.java
|
174
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/Reservation.java
|
175
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/ReservationStatus.java
|
176
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/ServiceProvider.java
|
177
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/Train.java
|
178
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/TrainStation.java
|
179
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/Vehicle.java
|
180
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/deploy.wsdd
|
181
|
+
Creating dir: /./src/java/com/orbitz/dc/conn/groundtravel/holders
|
182
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/holders/AuthenticationHolder.java
|
183
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/holders/RateRequestParametersHolder.java
|
184
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/holders/ReservationHolder.java
|
185
|
+
Populating element /./src/java/com/orbitz/dc/conn/groundtravel/undeploy.wsdd
|
186
|
+
Creating dir: /./src/java/com/orbitz/dc/host
|
187
|
+
Populating element /./src/java/com/orbitz/dc/host/Test.java
|
188
|
+
Creating dir: /./src/java/com/orbitz/dc/host/gt3
|
189
|
+
Populating element /./src/java/com/orbitz/dc/host/gt3/GT3Authentication.java
|
190
|
+
Populating element /./src/java/com/orbitz/dc/host/gt3/GT3Connection.java
|
191
|
+
Populating element /./src/java/com/orbitz/dc/host/gt3/GT3ReservationLogger.java
|
192
|
+
Creating dir: /./test
|
193
|
+
Creating dir: /./test/unittest
|
194
|
+
Populating element /./test/unittest/.empty
|
195
|
+
Populating element /./version.properties
|
@@ -0,0 +1,188 @@
|
|
1
|
+
<AcResponse
|
2
|
+
Command="stat"
|
3
|
+
Directory="/home/gfast/dev/orbitz-host-gt3-0-impl">
|
4
|
+
<element
|
5
|
+
location="./.acignore"
|
6
|
+
dir="no"
|
7
|
+
id="197"
|
8
|
+
elemType="text"
|
9
|
+
Virtual="7/3"
|
10
|
+
namedVersion="orbitz-host-gt3-0-impl/3"
|
11
|
+
Real="8/3"
|
12
|
+
status="(backed)"/>
|
13
|
+
<element
|
14
|
+
location="./TODO"
|
15
|
+
dir="no"
|
16
|
+
id="245"
|
17
|
+
elemType="text"
|
18
|
+
Virtual="7/4"
|
19
|
+
namedVersion="orbitz-host-gt3-0-impl/4"
|
20
|
+
Real="11/3"
|
21
|
+
status="(backed)"/>
|
22
|
+
<element
|
23
|
+
location="./apps"
|
24
|
+
dir="yes"
|
25
|
+
id="6"
|
26
|
+
elemType="dir"
|
27
|
+
Virtual="4/1"
|
28
|
+
namedVersion="orbitz-host-gt3-0-rc/1"
|
29
|
+
Real="6/1"
|
30
|
+
status="(backed)"/>
|
31
|
+
<element
|
32
|
+
location="./bin"
|
33
|
+
dir="yes"
|
34
|
+
id="20"
|
35
|
+
elemType="dir"
|
36
|
+
Virtual="4/1"
|
37
|
+
namedVersion="orbitz-host-gt3-0-rc/1"
|
38
|
+
Real="6/1"
|
39
|
+
status="(backed)"/>
|
40
|
+
<element
|
41
|
+
location="./build"
|
42
|
+
dir="yes"
|
43
|
+
id="34"
|
44
|
+
elemType="dir"
|
45
|
+
Virtual="4/1"
|
46
|
+
namedVersion="orbitz-host-gt3-0-rc/1"
|
47
|
+
Real="6/1"
|
48
|
+
status="(backed)"/>
|
49
|
+
<element
|
50
|
+
location="./build-deps.xml"
|
51
|
+
dir="no"
|
52
|
+
id="2"
|
53
|
+
elemType="text"
|
54
|
+
Virtual="7/5"
|
55
|
+
namedVersion="orbitz-host-gt3-0-impl/5"
|
56
|
+
Real="8/5"
|
57
|
+
status="(backed)"/>
|
58
|
+
<element
|
59
|
+
location="./build.properties"
|
60
|
+
dir="no"
|
61
|
+
id="3"
|
62
|
+
elemType="text"
|
63
|
+
Virtual="4/1"
|
64
|
+
namedVersion="orbitz-host-gt3-0-rc/1"
|
65
|
+
Real="6/1"
|
66
|
+
status="(backed)"/>
|
67
|
+
<element
|
68
|
+
location="./build.xml"
|
69
|
+
dir="no"
|
70
|
+
id="4"
|
71
|
+
elemType="text"
|
72
|
+
Virtual="7/2"
|
73
|
+
namedVersion="orbitz-host-gt3-0-impl/2"
|
74
|
+
Real="8/2"
|
75
|
+
status="(backed)"/>
|
76
|
+
<element
|
77
|
+
location="./conf"
|
78
|
+
dir="yes"
|
79
|
+
id="65"
|
80
|
+
elemType="dir"
|
81
|
+
Virtual="4/1"
|
82
|
+
namedVersion="orbitz-host-gt3-0-rc/1"
|
83
|
+
Real="6/1"
|
84
|
+
status="(backed)"/>
|
85
|
+
<element
|
86
|
+
location="./doc"
|
87
|
+
dir="yes"
|
88
|
+
id="117"
|
89
|
+
elemType="dir"
|
90
|
+
Virtual="4/1"
|
91
|
+
namedVersion="orbitz-host-gt3-0-rc/1"
|
92
|
+
Real="6/1"
|
93
|
+
status="(backed)"/>
|
94
|
+
<element
|
95
|
+
location="./hosts.properties"
|
96
|
+
dir="no"
|
97
|
+
id="198"
|
98
|
+
elemType="text"
|
99
|
+
Virtual="7/2"
|
100
|
+
namedVersion="orbitz-host-gt3-0-impl/2"
|
101
|
+
Real="8/2"
|
102
|
+
status="(backed)"/>
|
103
|
+
<element
|
104
|
+
location="./logs"
|
105
|
+
dir="yes"
|
106
|
+
id="128"
|
107
|
+
elemType="dir"
|
108
|
+
Virtual="4/1"
|
109
|
+
namedVersion="orbitz-host-gt3-0-rc/1"
|
110
|
+
Real="6/1"
|
111
|
+
status="(backed)"/>
|
112
|
+
<element
|
113
|
+
location="./scripts"
|
114
|
+
dir="yes"
|
115
|
+
id="130"
|
116
|
+
elemType="dir"
|
117
|
+
Virtual="4/1"
|
118
|
+
namedVersion="orbitz-host-gt3-0-rc/1"
|
119
|
+
Real="6/1"
|
120
|
+
status="(backed)"/>
|
121
|
+
<element
|
122
|
+
location="./src"
|
123
|
+
dir="yes"
|
124
|
+
id="136"
|
125
|
+
elemType="dir"
|
126
|
+
Virtual="4/1"
|
127
|
+
namedVersion="orbitz-host-gt3-0-rc/1"
|
128
|
+
Real="6/1"
|
129
|
+
status="(backed)"/>
|
130
|
+
<element
|
131
|
+
location="./test"
|
132
|
+
dir="yes"
|
133
|
+
id="194"
|
134
|
+
elemType="dir"
|
135
|
+
Virtual="4/1"
|
136
|
+
namedVersion="orbitz-host-gt3-0-rc/1"
|
137
|
+
Real="6/1"
|
138
|
+
status="(backed)"/>
|
139
|
+
<element
|
140
|
+
location="./version.properties"
|
141
|
+
dir="no"
|
142
|
+
id="5"
|
143
|
+
elemType="text"
|
144
|
+
Virtual="7/2"
|
145
|
+
namedVersion="orbitz-host-gt3-0-impl/2"
|
146
|
+
Real="8/2"
|
147
|
+
status="(backed)"/>
|
148
|
+
<element
|
149
|
+
location="./install"
|
150
|
+
dir="yes"
|
151
|
+
status="(external)"/>
|
152
|
+
<element
|
153
|
+
location="./target"
|
154
|
+
dir="yes"
|
155
|
+
status="(external)"/>
|
156
|
+
<element
|
157
|
+
location="./ground.iml"
|
158
|
+
dir="no"
|
159
|
+
status="(external)"/>
|
160
|
+
<element
|
161
|
+
location="./.project"
|
162
|
+
dir="no"
|
163
|
+
status="(external)"/>
|
164
|
+
<element
|
165
|
+
location="./.eclipsebuild"
|
166
|
+
dir="yes"
|
167
|
+
status="(external)"/>
|
168
|
+
<element
|
169
|
+
location="./.classpath"
|
170
|
+
dir="no"
|
171
|
+
status="(external)"/>
|
172
|
+
<element
|
173
|
+
location="./.orbitzlibs"
|
174
|
+
dir="yes"
|
175
|
+
status="(external)"/>
|
176
|
+
<element
|
177
|
+
location="./.savant_repository"
|
178
|
+
dir="yes"
|
179
|
+
status="(external)"/>
|
180
|
+
<element
|
181
|
+
location="./gt3soap.dot"
|
182
|
+
dir="no"
|
183
|
+
status="(external)"/>
|
184
|
+
<element
|
185
|
+
location="./gt3soap.ps"
|
186
|
+
dir="no"
|
187
|
+
status="(external)"/>
|
188
|
+
</AcResponse>
|