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
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
<?xml version='1.0' encoding='UTF-8'?>
<project>
<actions class="java.util.concurrent.CopyOnWriteArrayList"/>
<description></description>
<keepDependencies>false</keepDependencies>
<properties/>
<scm class="hudson.scm.SubversionSCM">
<locations>
<hudson.scm.SubversionSCM_-ModuleLocation>
<remote>https://code-store.googlecode.com/svn/trunk</remote>
<local>.</local>
</hudson.scm.SubversionSCM_-ModuleLocation>
</locations>
<useUpdate>true</useUpdate>
</scm>
<canRoam>true</canRoam>
<disabled>false</disabled>
<triggers class="vector"/>
<builders>
<hudson.tasks.BatchFile>
<command>tools\nant\NAnt.exe -buildfile:CodeStore.build %*&#xd;
exit 0</command>
</hudson.tasks.BatchFile>
<hudson.tasks.BatchFile>
<command>E:\Code\CodeStore\tools\FxCop\fxcopcmd.exe /file:build\Debug\Core\Castle.Core.dll /rule:SecurityRules.dll /out:build\reports\fxcop-result.xml</command>
</hudson.tasks.BatchFile>
</builders>
<publishers>
<hudson.tasks.ArtifactArchiver>
<artifacts>build\Debug\CodeStore\*</artifacts>
<latestOnly>false</latestOnly>
</hudson.tasks.ArtifactArchiver>
<hudson.plugins.nunit.NUnitPublisher>
<testResultsPattern>build\reports\UnitTests.xml</testResultsPattern>
<debug>false</debug>
<keepJUnitReports>false</keepJUnitReports>
<skipJUnitArchiver>false</skipJUnitArchiver>
</hudson.plugins.nunit.NUnitPublisher>
<hudson.plugins.violations.ViolationsPublisher>
<config>
<typeConfigs>
<no-comparator/>
<entry>
<string>checkstyle</string>
<hudson.plugins.violations.TypeConfig>
<type>checkstyle</type>
<min>10</min>
<max>999</max>
<unstable>999</unstable>
<usePattern>false</usePattern>
<pattern></pattern>
</hudson.plugins.violations.TypeConfig>
</entry>
<entry>
<string>cpd</string>
<hudson.plugins.violations.TypeConfig>
<type>cpd</type>
<min>10</min>
<max>999</max>
<unstable>999</unstable>
<usePattern>false</usePattern>
<pattern></pattern>
</hudson.plugins.violations.TypeConfig>
</entry>
<entry>
<string>findbugs</string>
<hudson.plugins.violations.TypeConfig>
<type>findbugs</type>
<min>10</min>
<max>999</max>
<unstable>999</unstable>
<usePattern>false</usePattern>
<pattern></pattern>
</hudson.plugins.violations.TypeConfig>
</entry>
<entry>
<string>fxcop</string>
<hudson.plugins.violations.TypeConfig>
<type>fxcop</type>
<min>10</min>
<max>999</max>
<unstable>999</unstable>
<usePattern>false</usePattern>
<pattern>build\reports\fxcop-result.xml</pattern>
</hudson.plugins.violations.TypeConfig>
</entry>
<entry>
<string>pmd</string>
<hudson.plugins.violations.TypeConfig>
<type>pmd</type>
<min>10</min>
<max>999</max>
<unstable>999</unstable>
<usePattern>false</usePattern>
<pattern></pattern>
</hudson.plugins.violations.TypeConfig>
</entry>
<entry>
<string>pylint</string>
<hudson.plugins.violations.TypeConfig>
<type>pylint</type>
<min>10</min>
<max>999</max>
<unstable>999</unstable>
<usePattern>false</usePattern>
<pattern></pattern>
</hudson.plugins.violations.TypeConfig>
</entry>
<entry>
<string>simian</string>
<hudson.plugins.violations.TypeConfig>
<type>simian</type>
<min>10</min>
<max>999</max>
<unstable>999</unstable>
<usePattern>false</usePattern>
<pattern></pattern>
</hudson.plugins.violations.TypeConfig>
</entry>
</typeConfigs>
<limit>100</limit>
<sourcePathPattern>**/*.cs</sourcePathPattern>
<fauxProjectPath></fauxProjectPath>
<encoding>default</encoding>
</config>
</hudson.plugins.violations.ViolationsPublisher>
<hudson.plugins.tasks.TasksPublisher>
<threshold></threshold>
<thresholdEnabled>false</thresholdEnabled>
<minimumAnnotations>0</minimumAnnotations>
<healthy></healthy>
<unHealthy></unHealthy>
<healthyAnnotations>0</healthyAnnotations>
<unHealthyAnnotations>0</unHealthyAnnotations>
<healthyReportEnabled>false</healthyReportEnabled>
<height></height>
<pluginName>[TASKS] </pluginName>
<high></high>
<normal>TODO</normal>
<low></low>
<pattern>**/*.cs</pattern>
<excludePattern></excludePattern>
</hudson.plugins.tasks.TasksPublisher>
</publishers>
<buildWrappers/>
</project>

Change log

r15 by nleghari on Jul 20, 2008   Diff
Small refactorings, abstract DI container
and added Hudson config file.
Go to: 
Sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 5230 bytes, 146 lines
Powered by Google Project Hosting