[ 
https://issues.apache.org/jira/browse/QPID-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12792267#action_12792267
 ] 

Steve Huston commented on QPID-2260:
------------------------------------

After applying the patch I can build Debug ok, but get an error building 
Release:

------ Build started: Project: AmqpTypes, Configuration: Release Any CPU ------
c:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn:1701,1702 
/errorreport:prompt /warn:4 /define:TRACE /reference:"c:\Program 
Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Core.dll" 
/reference:"c:\Program Files\Reference 
Assemblies\Microsoft\Framework\v3.5\System.Data.DataSetExtensions.dll" 
/reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll 
/reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll 
/reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll 
/reference:"c:\Program Files\Reference 
Assemblies\Microsoft\Framework\v3.5\System.Xml.Linq.dll" /debug:pdbonly 
/filealign:512 /keyfile:..\..\..\wcfnet.snk /optimize+ 
/out:obj\Release\Apache.Qpid.AmqpTypes.dll /target:library AmqpBoolean.cs 
AmqpInt.cs AmqpProperties.cs AmqpString.cs AmqpType.cs AmqpUbyte.cs 
Properties\AssemblyInfo.cs PropertyName.cs

Compile complete -- 0 errors, 0 warnings
AmqpTypes -> 
C:\qpid\trunk\qpid\wcf\src\Apache\Qpid\AmqpTypes\bin\Release\Apache.Qpid.AmqpTypes.dll
cd "C:\qpid\trunk\qpid\wcf\src\Apache\Qpid\AmqpTypes\bin\Release"
del Apache.Qpid.AmqpTypes.dll
del Apache.Qpid.AmqpTypes.pdb
cd "C:\qpid\trunk\qpid\wcf\src\Apache\Qpid\AmqpTypes\obj\Release"
del Apache.Qpid.AmqpTypes.dll
del Apache.Qpid.AmqpTypes.pdb
cd "C:\qpid\trunk\qpid\wcf\src\Apache\Qpid\AmqpTypes\"
CreateNetModule.bat Release
generating Release netmodule
Microsoft (R) Visual C# 2008 Compiler version 3.5.30729.1
for Microsoft (R) .NET Framework version 3.5
Copyright (C) Microsoft Corporation. All rights reserved.

EXEC : error CS0006: Metadata file 'C:\Program Files (x86)\Reference 
Assemblies\Microsoft\Framework\v3.5\System.Core.dll' could not be found
EXEC : error CS0006: Metadata file 'C:\Program Files (x86)\Reference 
Assemblies\Microsoft\Framework\v3.5\System.Data.DataSetExtensions.dll' could 
not be found
EXEC : error CS0006: Metadata file 'C:\Program Files (x86)\Reference 
Assemblies\Microsoft\Framework\v3.5\System.Xml.Linq.dll' could not be found
c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(3397,13): 
error MSB3073: The command "cd 
"C:\qpid\trunk\qpid\wcf\src\Apache\Qpid\AmqpTypes\bin\Release"
c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(3397,13): 
error MSB3073: del Apache.Qpid.AmqpTypes.dll
c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(3397,13): 
error MSB3073: del Apache.Qpid.AmqpTypes.pdb
c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(3397,13): 
error MSB3073: cd "C:\qpid\trunk\qpid\wcf\src\Apache\Qpid\AmqpTypes\obj\Release"
c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(3397,13): 
error MSB3073: del Apache.Qpid.AmqpTypes.dll
c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(3397,13): 
error MSB3073: del Apache.Qpid.AmqpTypes.pdb
c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(3397,13): 
error MSB3073: cd "C:\qpid\trunk\qpid\wcf\src\Apache\Qpid\AmqpTypes\"
c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(3397,13): 
error MSB3073: CreateNetModule.bat Release" exited with code 1.
Done building project "AmqpTypes.csproj" -- FAILED.


I think this may be from the Release part of CreateNetModule.bat having 
explicit "Program Files (x86)" references in it while the Debug part has 
%programfiles% (I'm trying this build on a 32-bit system).
What do you think?

> Build of Release configuration fails
> ------------------------------------
>
>                 Key: QPID-2260
>                 URL: https://issues.apache.org/jira/browse/QPID-2260
>             Project: Qpid
>          Issue Type: Bug
>          Components: WCF/C++ Client
>    Affects Versions: 0.6
>         Environment: Windows
>            Reporter: Cliff Jansen
>            Assignee: Steve Huston
>            Priority: Blocker
>             Fix For: 0.6
>
>         Attachments: QPID-2260-0.patch
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> Locations for the Release intermediaries are not properly resolved.
> This is known issue #1 in the ReadMe.txt file and prevents non-debug versions 
> of the code from building without user intervention.
> This should be easy to fix.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to