[ http://issues.apache.org/jira/browse/TUSCANY-566?page=all ]
ant elder updated TUSCANY-566:
------------------------------
Fix Version/s: Cpp-current
Affects Version/s: Cpp-current
> 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
> Affects Versions: Cpp-current
> Reporter: Ed Slattery
> Priority: Minor
> Fix For: Cpp-current
>
>
> 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]