Chuck Rolke created QPID-5017:
---------------------------------

             Summary: WinSDK build leaves release executables stranded in \bin 
directory
                 Key: QPID-5017
                 URL: https://issues.apache.org/jira/browse/QPID-5017
             Project: Qpid
          Issue Type: Bug
          Components: Build Tools
    Affects Versions: 0.22
         Environment: windows
            Reporter: Chuck Rolke
            Assignee: Chuck Rolke


Several new[1] files have been added to C++ install
* qmf-gen
* qpidt
* qpid-ping
* qpid-send 
* qpid-receive
* qpid-topic-listener
* qpid-topic-publisher
* sender
* receiver

But these files are not properly disposed in the WinSDK build process. WinSDK 
separates the debug and release variants into separate subdirectories bin\Debug 
and bin\Release. The files listed above are installed twice to \bin with the 
Release variants overwriting the Debug variants. The final SDK is left with 
only the Release variants sitting in the wrong directory.

These files should be moved into bin\Debug after the debug build and moved 
again into bin\Release after the release build.

[1] 2012-10-22

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to