You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Ed Slattery (JIRA)" <tu...@ws.apache.org> on 2006/07/19 11:16:13 UTC

[jira] Created: (TUSCANY-566) Debug mode deploy and wsdeploy command files need altering

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
            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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-566) Debug mode deploy and wsdeploy command files need altering

Posted by "Andrew Borley (JIRA)" <tu...@ws.apache.org>.
    [ 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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-566) Debug mode deploy and wsdeploy command files need altering

Posted by "ant elder (JIRA)" <tu...@ws.apache.org>.
     [ 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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-566) Debug mode deploy and wsdeploy command files need altering

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-566?page=all ]

Jean-Sebastien Delfino updated TUSCANY-566:
-------------------------------------------

    Component/s: C++ Build
                 C++ SCA

> 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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Closed: (TUSCANY-566) Debug mode deploy and wsdeploy command files need altering

Posted by "Pete Robbins (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-566?page=all ]

Pete Robbins closed TUSCANY-566.
--------------------------------

    Resolution: Fixed

> 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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org