New Post: MSBuild.ExtensionPack.Web.Iis7Website fails on remote machine
Narrowed the problem to being a Firewall issue. The information provided here (http://msdn.microsoft.com/en-us/library/aa389290%28v=VS.85%29.aspx) didn't help though. Configuration is: - Windows Server...
View ArticleCommented Issue: Directory check/create fails for remote IIS paths [4910]
I am using the IIS7 task to setup websites and applications on a remote server and I run into one of two issues depending on which type of path I provide. If I use a path that contains the computer...
View ArticleNew Post: XmlFileLogger: diagnostic verbosity error
Hi, I’m new to MSBuild and I try to use XMLFileLogger for logging build at diagnostic level. I’m building on WinXpSP3 x86. using .Net Framework v4.0.30319 MSBuild Extension Pack v4.0.4.0 (installed in...
View ArticleCreated Issue: IIS7Application requires apppool argument [10004]
It is not possible currently to set the Application pool of an IIS7 application, there are instances where a subapplication wants to differ in Application Pool from the parent site but as currently...
View ArticleCommented Issue: IIS7Application requires apppool argument [10004]
It is not possible currently to set the Application pool of an IIS7 application, there are instances where a subapplication wants to differ in Application Pool from the parent site but as currently...
View ArticleClosed Issue: IIS7Application requires apppool argument [10004]
It is not possible currently to set the Application pool of an IIS7 application, there are instances where a subapplication wants to differ in Application Pool from the parent site but as currently...
View ArticleNew Post: XmlFileLogger: diagnostic verbosity error
Looks like the code is trying to parse an enum and it's case sensitive so you need to change verbosity=diagnostic to verbosity=Diagnostic I'll update the docs. Mike
View ArticleSource code checked in, #72528
FileSystem\File.cs: Added support for RegexOptionList Resolves #9976 (MSBuild.ExtensionPack.FileSystem.File No RegexOptions) raised by yongfa365 on 9 Dec 2011
View ArticleClosed Feature: MSBuild.ExtensionPack.FileSystem.File No RegexOptions [9976]
<MSBuild.ExtensionPack.FileSystem.File TaskAction="Replace" RegexPattern="regex" Replacement="iiiii" Files="@(FilesToParse)"/>RegexOptions is very userful, it's not ,is badComments: Resolved with...
View ArticleCommented Feature: MSBuild.ExtensionPack.FileSystem.File No RegexOptions [9976]
<MSBuild.ExtensionPack.FileSystem.File TaskAction="Replace" RegexPattern="regex" Replacement="iiiii" Files="@(FilesToParse)"/>RegexOptions is very userful, it's not ,is badComments: ** Comment...
View ArticlePatch Applied: #11059
mikeFourie has applied patch #11059. Comment:http://msbuildextensionpack.codeplex.com/SourceControl/changeset/changes/72528
View ArticleCreated Feature: Add support for Microsoft Sync Framework 4.0 [10021]
Need to investigate if its worthwhile updating the Sync tasks to support this.
View ArticleSource code checked in, #72529
Framework\ILMerge.cs: Added DeleteInputAssemblies property Resolves #9969 (Add option in ILMerge task to delete merged files when finishes.) raised by shapper on 7 Dec 2011
View ArticleClosed Feature: Add option in ILMerge task to delete merged files when...
Add an option to ILMerge task to delete the merged files after being merged.Thank You,MiguelComments: Resolved with changeset 72529.
View ArticleNew Post: MSBuild Queue
Hi You should use task batching if you wish to perform the action for multiple build definitions. Regards Mike
View ArticleNew Post: The "MSBuild.ExtensionPack.Framework.ILMerge" task failed...
4 - DeleteInputAssemblies now supported - http://msbuildextensionpack.codeplex.com/SourceControl/changeset/changes/72529
View ArticleNew Post: MSBuild.ExtensionPack.Web.Iis7Website fails on remote machine
Are you running this from a server with IIS7 assemblies available?
View Article