You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Dushshantha Chandradasa (JIRA)" <ax...@ws.apache.org> on 2005/03/28 11:37:19 UTC

[jira] Created: (AXISCPP-580) Ability to run a simgle server side test in the server side test Automation

Ability to run a simgle server side test in the server side test Automation
---------------------------------------------------------------------------

         Key: AXISCPP-580
         URL: http://issues.apache.org/jira/browse/AXISCPP-580
     Project: Axis-C++
        Type: Wish
  Components: Test  
 Environment: All
    Reporter: Dushshantha Chandradasa


it would be better if we can run a given single server side test as we can do in client side test framework does so that we can test a single service without wasting time to compile all the services.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXISCPP-580) Ability to run a single server side test in the server side test Automation

Posted by "Chinthana Danapala (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-580?page=all ]
     
Chinthana Danapala closed AXISCPP-580:
--------------------------------------

    Resolution: Fixed

(Visible to axiscpp-developers)


> Ability to run a single server side test in the server side test Automation
> ---------------------------------------------------------------------------
>
>          Key: AXISCPP-580
>          URL: http://issues.apache.org/jira/browse/AXISCPP-580
>      Project: Axis-C++
>         Type: Wish
>   Components: Test
>  Environment: All
>     Reporter: Dushshantha Chandradasa
>     Assignee: Chinthana Danapala

>
> it would be better if we can run a given single server side test as we can do in client side test framework does so that we can test a single service without wasting time to compile all the services.

-- 
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


[jira] Commented: (AXISCPP-580) Ability to run a single server side test in the server side test Automation

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-580?page=comments#action_61716 ]
     
Samisa Abeysinghe commented on AXISCPP-580:
-------------------------------------------

This is really required as we want to run a single test while we are fixing issues

> Ability to run a single server side test in the server side test Automation
> ---------------------------------------------------------------------------
>
>          Key: AXISCPP-580
>          URL: http://issues.apache.org/jira/browse/AXISCPP-580
>      Project: Axis-C++
>         Type: Wish
>   Components: Test
>  Environment: All
>     Reporter: Dushshantha Chandradasa

>
> it would be better if we can run a given single server side test as we can do in client side test framework does so that we can test a single service without wasting time to compile all the services.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Updated: (AXISCPP-580) Ability to run a single server side test in the server side test Automation

Posted by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-580?page=history ]

Samisa Abeysinghe updated AXISCPP-580:
--------------------------------------

    Summary: Ability to run a single server side test in the server side test Automation  (was: Ability to run a simgle server side test in the server side test Automation)

> Ability to run a single server side test in the server side test Automation
> ---------------------------------------------------------------------------
>
>          Key: AXISCPP-580
>          URL: http://issues.apache.org/jira/browse/AXISCPP-580
>      Project: Axis-C++
>         Type: Wish
>   Components: Test
>  Environment: All
>     Reporter: Dushshantha Chandradasa

>
> it would be better if we can run a given single server side test as we can do in client side test framework does so that we can test a single service without wasting time to compile all the services.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (AXISCPP-580) Ability to run a single server side test in the server side test Automation

Posted by "Chinthana Danapala (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-580?page=all ]

Chinthana Danapala reassigned AXISCPP-580:
------------------------------------------

    Assign To: Chinthana Danapala

> Ability to run a single server side test in the server side test Automation
> ---------------------------------------------------------------------------
>
>          Key: AXISCPP-580
>          URL: http://issues.apache.org/jira/browse/AXISCPP-580
>      Project: Axis-C++
>         Type: Wish
>   Components: Test
>  Environment: All
>     Reporter: Dushshantha Chandradasa
>     Assignee: Chinthana Danapala

>
> it would be better if we can run a given single server side test as we can do in client side test framework does so that we can test a single service without wasting time to compile all the services.

-- 
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


[jira] Commented: (AXISCPP-580) Ability to run a single server side test in the server side test Automation

Posted by "Chinthana Danapala (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-580?page=comments#action_12312861 ] 

Chinthana Danapala commented on AXISCPP-580:
--------------------------------------------

To build a server.
 - ant -f services.xml

To build a single service.
 - ant -f services.xml -Dservice.name=<server name>

<server name> - can give particular server name need to build.


> Ability to run a single server side test in the server side test Automation
> ---------------------------------------------------------------------------
>
>          Key: AXISCPP-580
>          URL: http://issues.apache.org/jira/browse/AXISCPP-580
>      Project: Axis-C++
>         Type: Wish
>   Components: Test
>  Environment: All
>     Reporter: Dushshantha Chandradasa
>     Assignee: Chinthana Danapala

>
> it would be better if we can run a given single server side test as we can do in client side test framework does so that we can test a single service without wasting time to compile all the services.

-- 
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