History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-945
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Jan Koprowski
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Msbuild 'Configuration' and 'Platform' cause error

Created: 10/Jun/11 02:33 PM   Updated: 14/Jun/11 11:04 AM
Component/s: None
Affects Version/s: 3.1.30
Fix Version/s: 3.1.46

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment:
Linux SLES 10
MSBUILD from VisualStudio 2010


 Description  « Hide
Adding Build Properties in msbuild step:

Configuration=Release
Platform=Any CPU

cause error:

ERROR - MSBUILD : error MSB1006: Property is not valid.
INFO - Switch: com.pmease.quickbuild.Property$$EnhancerByCGLIB$$d11b02e2@5f0b0da2
INFO -
INFO - For switch syntax, type "MSBuild /help"
INFO - Executing post-execute script...
ERROR - Step 'master>COMPILATION' is failed.
    com.pmease.quickbuild.QuickbuildException: Executing below MSBuild command failed (1 errors, 0 warnings):
        C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe /nologo /property:com.pmease.quickbuild.Property$$EnhancerByCGLIB$$d11b02e2@5f0b0da2 /noconsolelogger /l:QBLogger,C:\buildagent\temp\PMEase.QuickBuild.MSBuild.Logger.dll;v=normal Project.sln
    See detailed errors below:
    MSBUILD : error MSB1006: Property is not valid.
     
        at com.pmease.quickbuild.plugin.builder.msbuild.MSBuildStep.run(MSBuildStep.java:118)
        at com.pmease.quickbuild.plugin.builder.msbuild.MSBuildStep$$EnhancerByCGLIB$$8785b8db.CGLIB$run$0(<generated>)
        at com.pmease.quickbuild.plugin.builder.msbuild.MSBuildStep$$EnhancerByCGLIB$$8785b8db$$FastClassByCGLIB$$736b5d5f.invoke(<generated>)
        at net.sf.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:215)
        at com.pmease.quickbuild.DefaultScriptEngine$Interpolator.intercept(DefaultScriptEngine.java:273)
        at com.pmease.quickbuild.plugin.builder.msbuild.MSBuildStep$$EnhancerByCGLIB$$8785b8db.run(<generated>)
        at com.pmease.quickbuild.stepsupport.Step.execute(Step.java:442)
        at com.pmease.quickbuild.stepsupport.StepJob.execute(StepJob.java:42)
        at com.pmease.quickbuild.grid.GridJob.run(GridJob.java:122)
        at java.lang.Thread.run(Unknown Source)

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.