Awhile back, I mentioned that there seemed to be a problem with the post 
build step always being executed.

I've now noticed something slightly suspicious when building a normal 
project.
Rather than being reported up to date, my WiX project is always reporting 
itself as Build succeeded.

I've switched on detailed build information in VS2005, and got the following 
output:
1>------ Build started: Project: matrxddeWx, Configuration: Release Any 
CPU ------
1>Target "_CheckRequiredProperties" in project "matrxddeWx.wixproj"
1>Target "BeforeBuild" in project "matrxddeWx.wixproj"
1>Target "BuildOnlySettings" in project "matrxddeWx.wixproj"
1> Task "CreateProperty"
1>Target "PrepareForBuild" in project "matrxddeWx.wixproj"
1> Task "CreateProperty"
1> Task "CreateProperty"
1> Task "MakeDir"
1>Target "BeforeResolveReferences" in project "matrxddeWx.wixproj"
1>Target "ResolveWixLibraryReferences" in project "matrxddeWx.wixproj"
1>Target "AfterResolveReferences" in project "matrxddeWx.wixproj"
1>Target "ResolveReferences" in project "matrxddeWx.wixproj"
1>Target "AddSolutionDefineConstants" in project "matrxddeWx.wixproj"
1> Task "CreateProperty"
1> Task "CreateProperty"
1> Task "CreateProperty"
1> Task "CreateProperty"
1> Task "CreateProperty"
1>Target "AddCompilerDefineConstants" in project "matrxddeWx.wixproj"
1>Target "BeforeCompileAndLink" in project "matrxddeWx.wixproj"
1>Target "Compile" in project "matrxddeWx.wixproj"
1> Skipping target "Compile" because all output files are up-to-date with 
respect to the input files.
1>Target "Compile" in project "matrxddeWx.wixproj"
1> Skipping target "Compile" because all output files are up-to-date with 
respect to the input files.
1>Target "Link" in project "matrxddeWx.wixproj"
1> Skipping target "Link" because all output files are up-to-date with 
respect to the input files.
1>Target "AfterCompileAndLink" in project "matrxddeWx.wixproj"
1>Target "CompileAndLink" in project "matrxddeWx.wixproj"
1>Target "GetTargetPath" in project "matrxddeWx.wixproj"
1>Target "_CheckForCompileAndLinkOutputs" in project "matrxddeWx.wixproj"
1> Task "CreateItem"
1> Task "CreateItem"
1> Task "CreateItem"
1>Target "_CleanGetCurrentAndPriorFileWrites" in project 
"matrxddeWx.wixproj"
1> Task "ReadLinesFromFile"
1> Task "FindUnderPath"
1> Task "FindUnderPath"
1> Task "RemoveDuplicates"
1>Target "IncrementalClean" in project "matrxddeWx.wixproj"
1> Task "CreateItem"
1> Task "FindUnderPath"
1> Task "FindUnderPath"
1> Task "Delete"
1> Task "CreateItem"
1> Task "RemoveDuplicates"
1> Task "MakeDir"
1> Task "WriteLinesToFile"
1>Target "CoreBuild" in project "matrxddeWx.wixproj"
1>Target "AfterBuild" in project "matrxddeWx.wixproj"
1>Target "Build" in project "matrxddeWx.wixproj"
========== Build: 1 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========

Could this be related to the _TimeStampAfterCompile bug I reported before?

Anthony Wieser
Wieser Software Ltd


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to