uppercutbuild 1.0.5.0.20101008 → 1.0.6.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/docs/README CHANGED
@@ -59,6 +59,10 @@ It helps keep to the product updated, pays for site hosting, etc. https://www.pa
59
59
  * Adding in support for xUnit.
60
60
  * Adding in support for StorEvil.
61
61
 
62
+ =1.0.6.0=
63
+ * Updating xbuild for use with 32bit windows machines. (369)
64
+ * Gallio NAnt tasks were not being loaded - see http://code.google.com/p/uppercut/issues/detail?id=17 for details. (368)
65
+
62
66
  =1.0.5.0=
63
67
  * Now builds mono correctly on windows. (366)
64
68
 
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" ?>
2
2
  <uppercut>
3
- <version>1.0.5.0</version>
3
+ <version>1.0.6.0</version>
4
4
  </uppercut>
5
5
 
@@ -76,8 +76,8 @@
76
76
 
77
77
  <target name="load_tasks">
78
78
  <echo message="Loading Gallio Nant Tasks from Program Files." />
79
- <loadtasks assembly="C:${path.separator}Program Files (x86)${path.separator}Gallio${path.separator}bin${path.separator}Gallio.NAntTasks.dll" if="${file::exists('C:${path.separator}Program Files (x86)${path.separator}Gallio${path.separator}bin${path.separator}Gallio.NAntTasks.dll')}" />
80
- <loadtasks assembly="C:${path.separator}Program Files${path.separator}Gallio${path.separator}bin${path.separator}Gallio.NAntTasks.dll" if="${file::exists('C:${path.separator}Program Files${path.separator}Gallio${path.separator}bin${path.separator}Gallio.NAntTasks.dll')}" />
79
+ <loadtasks assembly="C:${path.separator}Program Files (x86)${path.separator}Gallio${path.separator}bin${path.separator}Gallio.NAntTasks.dll" if="${file::exists('C:' + path.separator + 'Program Files (x86)' + path.separator + 'Gallio' + path.separator + 'bin' + path.separator + 'Gallio.NAntTasks.dll')}" />
80
+ <loadtasks assembly="C:${path.separator}Program Files${path.separator}Gallio${path.separator}bin${path.separator}Gallio.NAntTasks.dll" if="${file::exists('C:' + path.separator + 'Program Files' + path.separator + 'Gallio' + path.separator + 'bin' + path.separator + 'Gallio.NAntTasks.dll')}" />
81
81
  </target>
82
82
 
83
83
  <target name="run_tests" depends="prepare,load_tasks" description="Running Unit Tests">
@@ -30,9 +30,10 @@
30
30
  <property name="solution.path" value="${directory::get-parent-directory(dirs.current)}${path.separator}${path_to_solution}${path.separator}${project.name}.sln" />
31
31
  <property name="solution.path.windows.mono" value="${string::replace(directory::get-parent-directory(dirs.current),'\','/')}/${string::replace(path_to_solution,'\','/')}/${project.name}.sln" />
32
32
  <property name="solution.path" value="${directory::get-parent-directory(dirs.current)}${path.separator}${path_to_solution}${path.separator}${project.name}.vbp" if="${microsoft.framework =='vb6'}" />
33
- <property name="nant.settings.currentframework" value="mono-1.0" if="${platform::is-unix()}" />
33
+ <property name="nant.settings.currentframework" value="mono-2.0" if="${platform::is-unix()}" />
34
34
  <property name="nant.settings.currentframework" value="net-3.5" if="${microsoft.framework !='vb6' and platform::is-windows()}" />
35
- <property name="app.xbuild" value="C:\Program Files (x86)\Mono-2.8\bin\xbuild.bat" overwrite="false" if="${platform::is-windows()}" />
35
+ <property name="app.xbuild" value="C:\Program Files (x86)\Mono-2.8\bin\xbuild.bat" overwrite="false" if="${platform::is-windows() and file::exists('C:\Program Files (x86)\Mono-2.8\bin\xbuild.bat')}" />
36
+ <property name="app.xbuild" value="C:\Program Files\Mono-2.8\bin\xbuild.bat" overwrite="false" if="${platform::is-windows() and file::exists('C:\Program Files\Mono-2.8\bin\xbuild.bat')}" />
36
37
  <property name="app.xbuild" value="xbuild" overwrite="false" if="${platform::is-unix()}" />
37
38
  <property name="framework.multitargeting" value="false" />
38
39
  <property name="framework.multitargeting.delimiter" value="," />
@@ -271,4 +272,4 @@
271
272
  </exec>
272
273
  </target>
273
274
 
274
- </project>
275
+ </project>
@@ -117,4 +117,4 @@
117
117
  </exec>
118
118
  </target>
119
119
 
120
- </project>
120
+ </project>
Binary file
Binary file
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uppercutbuild
3
3
  version: !ruby/object:Gem::Version
4
- hash: 40202135
4
+ hash: 71
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 5
9
+ - 6
10
10
  - 0
11
- - 20101008
12
- version: 1.0.5.0.20101008
11
+ version: 1.0.6.0
13
12
  platform: ruby
14
13
  authors:
15
14
  - Rob "FerventCoder" Reynolds
@@ -18,7 +17,7 @@ autorequire:
18
17
  bindir: bin
19
18
  cert_chain: []
20
19
 
21
- date: 2010-10-08 00:00:00 -05:00
20
+ date: 2010-11-16 00:00:00 -06:00
22
21
  default_executable:
23
22
  dependencies:
24
23
  - !ruby/object:Gem::Dependency