From: <jer...@us...> - 2008-12-21 00:37:38
|
Revision: 210 http://structuremap.svn.sourceforge.net/structuremap/?rev=210&view=rev Author: jeremydmiller Date: 2008-12-21 00:37:33 +0000 (Sun, 21 Dec 2008) Log Message: ----------- moved the version up in NAnt Modified Paths: -------------- trunk/cruise.build Modified: trunk/cruise.build =================================================================== --- trunk/cruise.build 2008-12-21 00:34:36 UTC (rev 209) +++ trunk/cruise.build 2008-12-21 00:37:33 UTC (rev 210) @@ -3,7 +3,7 @@ <property name="deployment.dir" value="source\StructureMap.Testing.DeploymentTasks\"/> <property name="results.dir" value="results" /> <property name="nant.dir" value="bin\nant" /> - <property name="project.version" value="2.5.0" /> + <property name="project.version" value="2.5.1" /> <property name="project.config" value="release" /> <property name="archive.dir" value="d:\builds\StructureMap"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fli...@us...> - 2009-06-03 03:04:59
|
Revision: 246 http://structuremap.svn.sourceforge.net/structuremap/?rev=246&view=rev Author: flimflan Date: 2009-06-03 03:04:58 +0000 (Wed, 03 Jun 2009) Log Message: ----------- Fixing archive step in build (again) Modified Paths: -------------- trunk/cruise.build Modified: trunk/cruise.build =================================================================== --- trunk/cruise.build 2009-06-03 02:54:36 UTC (rev 245) +++ trunk/cruise.build 2009-06-03 03:04:58 UTC (rev 246) @@ -139,9 +139,9 @@ </target> - <target name="archive"> + <target name="archive" depends="version"> <if test="${environment::variable-exists('TEAMCITY_PROJECT_NAME')}"> - <zip zipfile="${archive.dir}\StructureMap_${environment::get-variable('BUILD_NUMBER')}.zip" if="${environment::variable-exists('BUILD_NUMBER')}"> + <zip zipfile="${archive.dir}\StructureMap_${assembly-version}.zip"> <fileset basedir="${build.dir}"> <include name="*.dll" /> <include name="*.exe" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fli...@us...> - 2010-01-08 21:06:33
|
Revision: 324 http://structuremap.svn.sourceforge.net/structuremap/?rev=324&view=rev Author: flimflan Date: 2010-01-08 21:06:26 +0000 (Fri, 08 Jan 2010) Log Message: ----------- Added 'release' target in build for http://hornget.net support Modified Paths: -------------- trunk/cruise.build Modified: trunk/cruise.build =================================================================== --- trunk/cruise.build 2010-01-08 20:59:52 UTC (rev 323) +++ trunk/cruise.build 2010-01-08 21:06:26 UTC (rev 324) @@ -8,6 +8,7 @@ <property name="project.config" value="release" /> <property name="archive.dir" value="archive"/> <target name="all" depends="compile, unit-test, post-clean"/> + <target name="release" depends="compile, post-clean"/> <target name="ci" depends="compile, unit-test, post-clean, archive" /> <target name="pre-clean"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <wbi...@us...> - 2010-01-28 01:27:34
|
Revision: 325 http://structuremap.svn.sourceforge.net/structuremap/?rev=325&view=rev Author: wbinford Date: 2010-01-28 01:27:28 +0000 (Thu, 28 Jan 2010) Log Message: ----------- Modified cruise.build to copy the license.txt file to the deploy folder in the post-clean target. Modified Paths: -------------- trunk/cruise.build Modified: trunk/cruise.build =================================================================== --- trunk/cruise.build 2010-01-08 21:06:26 UTC (rev 324) +++ trunk/cruise.build 2010-01-28 01:27:28 UTC (rev 325) @@ -134,6 +134,7 @@ <copy todir="deploy" file="bin\Rhino.Mocks.dll"/> <copy todir="deploy" file="StructureMap.chm"/> + <copy todir="deploy" file="LICENSE.TXT"/> <copy todir="deploy" file="Source\StructureMapDoctor\bin\${project.config}\StructureMapDoctor.exe" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jer...@us...> - 2010-02-04 02:35:32
|
Revision: 331 http://structuremap.svn.sourceforge.net/structuremap/?rev=331&view=rev Author: jeremydmiller Date: 2010-02-04 00:52:26 +0000 (Thu, 04 Feb 2010) Log Message: ----------- backing it up to 2.6 in the cruise.build file Modified Paths: -------------- trunk/cruise.build Modified: trunk/cruise.build =================================================================== --- trunk/cruise.build 2010-02-04 00:51:33 UTC (rev 330) +++ trunk/cruise.build 2010-02-04 00:52:26 UTC (rev 331) @@ -4,7 +4,7 @@ <property name="deployment.dir" value="source\StructureMap.Testing.DeploymentTasks\"/> <property name="results.dir" value="results" /> <property name="nant.dir" value="bin\nant" /> - <property name="project.version" value="3.0.0" /> + <property name="project.version" value="2.6.0" /> <property name="project.config" value="release" /> <property name="archive.dir" value="archive"/> <target name="all" depends="compile, unit-test, post-clean"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jer...@us...> - 2010-02-05 01:24:38
|
Revision: 344 http://structuremap.svn.sourceforge.net/structuremap/?rev=344&view=rev Author: jeremydmiller Date: 2010-02-05 01:24:32 +0000 (Fri, 05 Feb 2010) Log Message: ----------- updating cruise.build to show the 2.6.2 version. Modified Paths: -------------- trunk/cruise.build Modified: trunk/cruise.build =================================================================== --- trunk/cruise.build 2010-02-05 01:23:44 UTC (rev 343) +++ trunk/cruise.build 2010-02-05 01:24:32 UTC (rev 344) @@ -4,7 +4,7 @@ <property name="deployment.dir" value="source\StructureMap.Testing.DeploymentTasks\"/> <property name="results.dir" value="results" /> <property name="nant.dir" value="bin\nant" /> - <property name="project.version" value="2.6.1" /> + <property name="project.version" value="2.6.2" /> <property name="project.config" value="release" /> <property name="archive.dir" value="archive"/> <target name="all" depends="compile, unit-test, post-clean"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fli...@us...> - 2010-02-11 23:12:10
|
Revision: 348 http://structuremap.svn.sourceforge.net/structuremap/?rev=348&view=rev Author: flimflan Date: 2010-02-11 23:12:03 +0000 (Thu, 11 Feb 2010) Log Message: ----------- Fixing build so that the Assembly version is not reved for every build - only the File version. This will keep different builds strongname compatible until the version is manually changed in the build file, while still providing tracability of binaries to builds. Modified Paths: -------------- trunk/cruise.build Modified: trunk/cruise.build =================================================================== --- trunk/cruise.build 2010-02-11 02:43:57 UTC (rev 347) +++ trunk/cruise.build 2010-02-11 23:12:03 UTC (rev 348) @@ -4,7 +4,7 @@ <property name="deployment.dir" value="source\StructureMap.Testing.DeploymentTasks\"/> <property name="results.dir" value="results" /> <property name="nant.dir" value="bin\nant" /> - <property name="project.version" value="2.6.1" /> + <property name="project.version" value="2.6.2" /> <property name="project.config" value="release" /> <property name="archive.dir" value="archive"/> <target name="all" depends="compile, unit-test, post-clean"/> @@ -36,8 +36,9 @@ <target name="version" description="mark AssemblyInfo builds with the build number"> <property name="assembly-version" value="${project.version}.0000" /> + <property name="file-version" value="${project.version}.0000" /> <if test="${environment::variable-exists('BUILD_VCS_NUMBER_SourceForge_SVN')}"> - <property name="assembly-version" value="${project.version}.${environment::get-variable('BUILD_VCS_NUMBER_SourceForge_SVN')}" /> + <property name="file-version" value="${project.version}.${environment::get-variable('BUILD_VCS_NUMBER_SourceForge_SVN')}" /> </if> <echo message="Marking this build as version ${assembly-version}" /> @@ -55,8 +56,8 @@ <attribute type="AssemblyProductAttribute" value="StructureMap" /> <attribute type="AssemblyCompanyAttribute" value="" /> <attribute type="AssemblyConfigurationAttribute" value="${project.config}" /> - <attribute type="AssemblyInformationalVersionAttribute" value="${assembly-version}" /> - <attribute type="AssemblyFileVersionAttribute" value="${assembly-version}" /> + <attribute type="AssemblyInformationalVersionAttribute" value="${file-version}" /> + <attribute type="AssemblyFileVersionAttribute" value="${file-version}" /> </attributes> <references> <include name="System.dll" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |