[ 
http://issues.apache.org/jira/browse/TUSCANY-566?page=comments#action_12439525 
] 
            
Andrew Borley commented on TUSCANY-566:
---------------------------------------

Verified working on VC7 at r452522 with the wsdeploy.cmd and deploy.cmd as they 
are.

> Debug mode deploy and wsdeploy command files need altering
> ----------------------------------------------------------
>
>                 Key: TUSCANY-566
>                 URL: http://issues.apache.org/jira/browse/TUSCANY-566
>             Project: Tuscany
>          Issue Type: Bug
>          Components: C++ Build, C++ SCA
>            Reporter: Ed Slattery
>            Priority: Minor
>
> The wsdeploy and deploy command files located in the Calculator directory 
> under samples/ides/devstudio6 and samples/ides/devstudio7 are always copying 
> the Release dll rather than selecting the Debug or Release based on active 
> configuration.
> This:
> set buildMode=Release
> if .Debug == %1. (
> set buildMode=Debug
> )
> should be this:
> set buildMode=Release
> if Debug. == %1. (
> set buildMode=Debug
> )
> (The dot has moved from before Debug to after).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
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