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 "Chinthana Danapala (JIRA)" <ax...@ws.apache.org> on 2005/03/30 07:43:18 UTC

[jira] Created: (AXISCPP-590) FaultMappingDoc - Client Compilation - FAILED

FaultMappingDoc - Client Compilation - FAILED
---------------------------------------------

         Key: AXISCPP-590
         URL: http://issues.apache.org/jira/browse/AXISCPP-590
     Project: Axis-C++
        Type: Bug
  Components: Client - Stub  
    Versions: 1.5 Final    
    Reporter: Chinthana Danapala


It fail to compile the client code. Give following error. 
     
       [cc] DivByZeroStruct.cpp
       [cc] FaultMappingDocClient.cpp
       [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
54) : error C2065: 'cout' : undeclared identifier
       [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
54) : error C2065: 'endl' : undeclared identifier
       [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
54) : warning C4552: '<<' : operator has no effect; expected operator with side-
effect
       [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
72) : error C2297: '<<' : illegal, right operand has type 'char [11]'
       [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
74) : error C2297: '<<' : illegal, right operand has type 'char [11]'
       [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
80) : error C2297: '<<' : illegal, right operand has type 'char [25]'
       [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
91) : error C2297: '<<' : illegal, right operand has type 'char [29]'
       [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
99) : error C2297: '<<' : illegal, right operand has type 'char [26]'
       [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
110) : error C2297: '<<' : illegal, right operand has type 'char [21]'
       [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
130) : error C2297: '<<' : illegal, right operand has type 'char [13]'
       [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
135) : error C2297: '<<' : illegal, right operand has type 'char [20]'
       [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
139) : error C2297: '<<' : illegal, right operand has type 'char [24]'
       [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
147) : error C2297: '<<' : illegal, right operand has type 'char [19]'
       [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
149) : error C2297: '<<' : illegal, right operand has type 'char [67]'
       [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
156) : error C2297: '<<' : illegal, right operand has type 'char [17]'
       [cc] OutOfBoundStruct.cpp
       [cc] SpecialDetailStruct.cpp
       [cc] Generating Code...
       [cc] cl failed with return code 2

callCompileLinkedClient:

compileClient:

validateClientCompilationIfBuilding:
     [echo] FaultMappingDoc - Client Compilation - FAILED

-- 
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-590) FaultMappingDoc - Client Compilation - FAILED

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

Samisa Abeysinghe reassigned AXISCPP-590:
-----------------------------------------

    Assign To: Samisa Abeysinghe

> FaultMappingDoc - Client Compilation - FAILED
> ---------------------------------------------
>
>          Key: AXISCPP-590
>          URL: http://issues.apache.org/jira/browse/AXISCPP-590
>      Project: Axis-C++
>         Type: Bug
>   Components: Client - Stub
>     Versions: 1.5 Final
>     Reporter: Chinthana Danapala
>     Assignee: Samisa Abeysinghe
>      Fix For: 1.5 Final

>
> It fail to compile the client code. Give following error. 
>      
>        [cc] DivByZeroStruct.cpp
>        [cc] FaultMappingDocClient.cpp
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 54) : error C2065: 'cout' : undeclared identifier
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 54) : error C2065: 'endl' : undeclared identifier
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 54) : warning C4552: '<<' : operator has no effect; expected operator with side-
> effect
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 72) : error C2297: '<<' : illegal, right operand has type 'char [11]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 74) : error C2297: '<<' : illegal, right operand has type 'char [11]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 80) : error C2297: '<<' : illegal, right operand has type 'char [25]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 91) : error C2297: '<<' : illegal, right operand has type 'char [29]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 99) : error C2297: '<<' : illegal, right operand has type 'char [26]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 110) : error C2297: '<<' : illegal, right operand has type 'char [21]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 130) : error C2297: '<<' : illegal, right operand has type 'char [13]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 135) : error C2297: '<<' : illegal, right operand has type 'char [20]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 139) : error C2297: '<<' : illegal, right operand has type 'char [24]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 147) : error C2297: '<<' : illegal, right operand has type 'char [19]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 149) : error C2297: '<<' : illegal, right operand has type 'char [67]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 156) : error C2297: '<<' : illegal, right operand has type 'char [17]'
>        [cc] OutOfBoundStruct.cpp
>        [cc] SpecialDetailStruct.cpp
>        [cc] Generating Code...
>        [cc] cl failed with return code 2
> callCompileLinkedClient:
> compileClient:
> validateClientCompilationIfBuilding:
>      [echo] FaultMappingDoc - Client Compilation - FAILED

-- 
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-590) FaultMappingDoc - Client Compilation - FAILED

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

     Resolution: Fixed
    Fix Version: 1.5 Final

Patch Applied

> FaultMappingDoc - Client Compilation - FAILED
> ---------------------------------------------
>
>          Key: AXISCPP-590
>          URL: http://issues.apache.org/jira/browse/AXISCPP-590
>      Project: Axis-C++
>         Type: Bug
>   Components: Client - Stub
>     Versions: 1.5 Final
>     Reporter: Chinthana Danapala
>     Assignee: Samisa Abeysinghe
>      Fix For: 1.5 Final

>
> It fail to compile the client code. Give following error. 
>      
>        [cc] DivByZeroStruct.cpp
>        [cc] FaultMappingDocClient.cpp
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 54) : error C2065: 'cout' : undeclared identifier
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 54) : error C2065: 'endl' : undeclared identifier
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 54) : warning C4552: '<<' : operator has no effect; expected operator with side-
> effect
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 72) : error C2297: '<<' : illegal, right operand has type 'char [11]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 74) : error C2297: '<<' : illegal, right operand has type 'char [11]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 80) : error C2297: '<<' : illegal, right operand has type 'char [25]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 91) : error C2297: '<<' : illegal, right operand has type 'char [29]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 99) : error C2297: '<<' : illegal, right operand has type 'char [26]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 110) : error C2297: '<<' : illegal, right operand has type 'char [21]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 130) : error C2297: '<<' : illegal, right operand has type 'char [13]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 135) : error C2297: '<<' : illegal, right operand has type 'char [20]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 139) : error C2297: '<<' : illegal, right operand has type 'char [24]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 147) : error C2297: '<<' : illegal, right operand has type 'char [19]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 149) : error C2297: '<<' : illegal, right operand has type 'char [67]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 156) : error C2297: '<<' : illegal, right operand has type 'char [17]'
>        [cc] OutOfBoundStruct.cpp
>        [cc] SpecialDetailStruct.cpp
>        [cc] Generating Code...
>        [cc] cl failed with return code 2
> callCompileLinkedClient:
> compileClient:
> validateClientCompilationIfBuilding:
>      [echo] FaultMappingDoc - Client Compilation - FAILED

-- 
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] Commented: (AXISCPP-590) FaultMappingDoc - Client Compilation - FAILED

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

I have done some modifications it's now compiling.


Index: FaultMappingDocClient.cpp
===================================================================
RCS file: /home/cvspublic/ws-axis/c/tests/auto_build/testcases/client/cpp/FaultM
appingDocClient.cpp,v
retrieving revision 1.15
diff -u -r1.15 FaultMappingDocClient.cpp
--- FaultMappingDocClient.cpp   23 Mar 2005 15:45:06 -0000      1.15
+++ FaultMappingDocClient.cpp   30 Mar 2005 09:19:57 -0000
@@ -20,6 +20,7 @@
 #include <iostream>

 void sig_handler(int);
+using namespace std;

 int main(int argc, char* argv[])
 {

> FaultMappingDoc - Client Compilation - FAILED
> ---------------------------------------------
>
>          Key: AXISCPP-590
>          URL: http://issues.apache.org/jira/browse/AXISCPP-590
>      Project: Axis-C++
>         Type: Bug
>   Components: Client - Stub
>     Versions: 1.5 Final
>     Reporter: Chinthana Danapala

>
> It fail to compile the client code. Give following error. 
>      
>        [cc] DivByZeroStruct.cpp
>        [cc] FaultMappingDocClient.cpp
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 54) : error C2065: 'cout' : undeclared identifier
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 54) : error C2065: 'endl' : undeclared identifier
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 54) : warning C4552: '<<' : operator has no effect; expected operator with side-
> effect
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 72) : error C2297: '<<' : illegal, right operand has type 'char [11]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 74) : error C2297: '<<' : illegal, right operand has type 'char [11]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 80) : error C2297: '<<' : illegal, right operand has type 'char [25]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 91) : error C2297: '<<' : illegal, right operand has type 'char [29]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 99) : error C2297: '<<' : illegal, right operand has type 'char [26]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 110) : error C2297: '<<' : illegal, right operand has type 'char [21]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 130) : error C2297: '<<' : illegal, right operand has type 'char [13]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 135) : error C2297: '<<' : illegal, right operand has type 'char [20]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 139) : error C2297: '<<' : illegal, right operand has type 'char [24]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 147) : error C2297: '<<' : illegal, right operand has type 'char [19]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 149) : error C2297: '<<' : illegal, right operand has type 'char [67]'
>        [cc] C:\obj\test\generated\cpp\FaultMappingDoc\FaultMappingDocClient.cpp(
> 156) : error C2297: '<<' : illegal, right operand has type 'char [17]'
>        [cc] OutOfBoundStruct.cpp
>        [cc] SpecialDetailStruct.cpp
>        [cc] Generating Code...
>        [cc] cl failed with return code 2
> callCompileLinkedClient:
> compileClient:
> validateClientCompilationIfBuilding:
>      [echo] FaultMappingDoc - Client Compilation - FAILED

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