Commit Graph

39 Commits

Author SHA1 Message Date
sitereactor 9306fd0b5c Missing log4net reference 2012-10-30 07:58:29 -01:00
sitereactor 9673f60948 Updating nuspec files for 4.10.0 beta release 2012-10-30 07:40:42 -01:00
Sebastiaan Janssen 9ef25c25e6 Remove NuGet.exe from build folder and refer to the one already in \src\.nuget
One NuGet.exe to rule them all!
2012-10-09 08:44:38 -02:00
Shannon Deminick 45c335702d Updated view engine to look only in App_Plugins/ not App_Plugins/Packages/.
Updated view engine to automatically create the required razor web.config in the packages
Views folder if it is not there already.
2012-10-01 23:43:47 +05:00
Shannon Deminick be5076783f Adds ~/App_Plugins/Packages folder to be created in build script 2012-10-01 23:10:27 +05:00
Sebastiaan Janssen 587542ace7 The build.bat file now won't exit when there's an error so you can inspect it, if there's no errors it will just exit
Excluded missing index.cshtml file from project (was giving build error)
2012-09-26 06:48:11 -02:00
sebastiaan 0549e39a00 The ClientDependency and ExamineIndexes folder are not needed in /App_Data any more
They are automatically generated in /App_Data/TEMP
2012-09-22 10:34:03 -02:00
sebastiaan 777c7dd683 Update to 4.10.0 for the nuspec files as well 2012-09-20 09:16:03 -02:00
sebastiaan 10963fe3c4 Remove .nupkg files 2012-09-20 09:13:11 -02:00
Morten@Thinkpad-X220 745707dc4b Removing TinyMCE3 language files before they can be properly attached 2012-09-20 06:36:34 -02:00
Shannon Deminick 61d7dba2c0 Merge with 4.9.0 2012-09-07 06:24:51 +07:00
Morten Christensen@ThinkPadX220 fff09caebf Adding a bat file as a shortcut to building nuget packages. Should be part of the build process tho. 2012-09-06 07:40:18 -02:00
Shannon Deminick 4dc181b4de Merge with 4.9.0 2012-09-05 07:25:31 +07:00
Morten Christensen@ThinkPadX220 7eea48a55d Adding nuspec files for nuget packages 2012-09-04 09:19:00 -02:00
Shannon Deminick 6949178f4b removed formHandlers.config... pretty sure we removed this functionality about a zillion versions ago.
Removed old Nant build folder and files.
removed the umbVersion query string check as this was used for the old preview functionality and isn't used anymore (plus it could never work the way its implemented).
2012-09-01 07:03:56 +07:00
Matt@MBP13-PC 0bc1234a4e Fixes issue with missing master pages
Re-added missing build script
2012-08-16 07:06:46 -01:00
hartvig c11bc9559c Implements U4-165 2012-08-14 07:45:47 -02:00
shannon@ShandemVaio f83ae489db Fixes remaining circular dependencies and updates the build script to not have
to manually build these projects seperately :)
fixes: #U4-77
2012-07-19 22:48:09 +06:00
shannon@ShandemVaio c205197683 Fixes up build script to build Umbraco.Web.UI project 2012-07-19 22:01:36 +06:00
shannon@ShandemVaio 85aafbdb85 Updated sln to reference sqlce by default so its alwasy shipped with it and always works
locally when debugging. Updated build script to not have to manually build the umbracosqlce project
since its now referenced.
Updated ignore file.
Removed Umbraco.sdf as being referenced in the repository.
Fixed SqlCEInstaller to automatically create the sqlce database if it doesn't exist, we now don't ship the empty database
and this is much nicer for working in the core.
2012-07-17 00:52:08 +06:00
Matt@MBP-PC.Home 76fbcffea0 Updated build script to include empty folders in zips 2012-07-09 11:10:54 -01:00
Matt@MBP-PC.Home 0a79c590e5 Updatedt presentation project references / build script to include WebPages lib dlls 2012-07-05 10:53:57 -01:00
Matt@MBP-PC.Home f0ac377c44 Updated build script to list for build number from build server 2012-07-05 08:15:48 -01:00
Matt@MBP-PC.Home 093933410f Updated build script to list for build number from build server 2012-07-05 08:09:27 -01:00
Matt@MBP-PC.Home 2c8ca18ced Updated the naming of the build script atrifacts inline with our final naming structure 2012-07-05 06:43:55 -01:00
Matt@MBP-PC.Home 561e85804f Fixed issue with build script overwriting local config files when run locally. Now only works if ProjectDir and WebProjectOutputDir are different. 2012-07-04 09:56:24 -01:00
Matt@MBP-PC.Home d70bd3311f Fixes broek build 2012-06-29 12:40:10 -01:00
Matt@MBP-PC.Home a993b1e736 Updated build script to include SQL CE by default
Updated build script to also generate a WebPi zip
2012-06-29 12:33:08 -01:00
Matt@MBP-PC.Home 0bd5bc580a Fixed broken build script
Updated config templates to be dependant files so appearing underneath the real file. Build script has been updated to use these when preparing for a build. I think this makes it more obvious, as previously templates were heald elswhere and was easy to forget.
Removed config templates for files which are auto generated.
2012-06-29 09:09:32 -01:00
Matt@MBP-PC.Home 36a39e64d7 Updated build scripts 2012-06-28 12:47:11 -01:00
shannon@ShandemVaio.home a529c26189 updated release web.config template, removed old files that don't need to be there. 2012-06-27 23:32:29 +04:00
shannon@ShandemVaio.home 6126e9526b Updated all config templates to not be marked as content so they are not output in the build.
Updated the build script to ensure that macroEngines, editorControls and webservices are build separately and
then copy their output DLLs to the build folder to be zipped up.
Ensured that the offset time stuff is working in the build script too.
2012-06-27 22:59:33 +04:00
shannon@ShandemVaio.home 789497a717 Added Umbraco.MSBuild.Tasks to separate solution and configured to build to correct /lib path. 2012-06-27 21:26:38 +04:00
shannon@ShandemVaio.home 5ae9a60954 Fixed DLL references, fixed build location on editorControls. NOTE: need to get the build.bat working with the circular dependency projects to get their DLLs and assets into the output build. 2012-06-27 09:07:24 +04:00
shannon@ShandemVaio.home babd6d6f0a build scripts nearly there. 2012-06-23 00:37:16 +04:00
shannon@ShandemVaio.home fa11706c75 nearly have build script working, the zip isn't targetting correct files but building is working. 2012-06-22 23:29:20 +04:00
shannon@ShandemVaio.home 11ca622ab3 removed other old unused files.
starting to add build files.
2012-06-22 22:49:15 +04:00
shannon@ShandemVaio.home e304f509c2 Moved old Nant builds files to the /build/Nant folder. 2012-06-22 22:32:05 +04:00
shannon@ShandemVaio.home 580cb340ac Cleaning up folder structure (U4-56) 2012-06-22 20:39:48 +04:00