My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
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
<?xml version="1.0" encoding="UTF-8"?>
<project name="${CCNetProject}" default="main" basedir=".">
<include buildfile="specific.properties" />
<include buildfile="../common.properties" />
<include buildfile="../common.target" />

<target name="main">
<call target="clean" />
<call target="svn.cleanup" />
<call target="svn.update" />

<call target="adust.tests.config" />

<property name="current.solution" value="${sample.solution}" />
<call target="msbuild.build" />

<gmttimestamp property='today' pattern="yyMMdd"/>
<gmttimestamp property='start.selenium.timestamp' pattern="HH:mm:ss"/>

<!-- Selenium tests-->
<call target="kill.all.selenium"/>
<call target="start.selenium.grid.hub"/>

<foreach item="Line" in="${grid.slaves.config}" delim="," property="rc.host,rc.login,rc.password,rc.port,rc.selenium.folder">
<call target="start.selenium.grid.rc"/>
</foreach>

<trycatch>
<try>
<call target="start.gallio"/>
</try>
<finally>
<call target="kill.all.selenium"/>
<gmttimestamp property='end.selenium.timestamp' pattern="HH:mm:ss"/>
<call target="extract.iis.log"/>
</finally>
</trycatch>
<!-- end Selenium tests-->

</target>
</project>

Change log

r43 by slmoloch on Jan 4, 2010   Diff
- iis log analysis was added
Go to: 
Project members, sign in to write a code review

Older revisions

r40 by slmoloch on Dec 29, 2009   Diff
- additional ajax check was added on
home page.
r36 by slmoloch on Dec 24, 2009   Diff
- build update.
r34 by slmoloch on Dec 23, 2009   Diff
- configuration for gris slaves was
added.
All revisions of this file

File info

Size: 1260 bytes, 41 lines
Powered by Google Project Hosting