Server engine failing to compile on all platforms in nightly build system
-------------------------------------------------------------------------

         Key: AXISCPP-569
         URL: http://issues.apache.org/jira/browse/AXISCPP-569
     Project: Axis-C++
        Type: Bug
  Components: Server - General  
    Versions: current (nightly)    
 Environment: Windows, Linux (RH AS 3.0) and AIX when using ANT build scripts.
    Reporter: Adrian Dick
    Priority: Blocker


The Server engine is failing to compile in the nightly builds.

Compilation error as seen on Linux:
/build/nw00_PA/obj/src/engine/server/ServerAxisEngine.cpp: In member function 
   `virtual int axiscpp::ServerAxisEngine::process(axiscpp::SOAPTransport*)':
/build/nw00_PA/obj/src/engine/server/ServerAxisEngine.cpp:365: `pcTempStr' 
   undeclared (first use this function)
/build/nw00_PA/obj/src/engine/server/ServerAxisEngine.cpp:365: (Each undeclared 
   identifier is reported only once for each function it appears in.)


The following shows the latest changes on this file, before which it was able 
to compile:
===================================================================
RCS file: /home/cvspublic/ws-axis/c/src/engine/server/ServerAxisEngine.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ServerAxisEngine.cpp        2005/02/16 02:26:22     1.28
+++ ServerAxisEngine.cpp        2005/03/18 10:52:19     1.29
@@ -326,7 +326,7 @@
      */
      //m_pSZ->setSoapFault (SoapFault::getSoapFault 
(CLIENT_SOAP_SOAPCONTENTERROR));
         int iExceptionCode = e.getExceptionCode();
-        char* pcTempStr = (char*) e.what();
+        //char* pcTempStr = (char*) e.what();
         AXISTRACE2("Exception:", pcTempStr, CRITICAL);
         if(AXISC_SERVICE_THROWN_EXCEPTION == iExceptionCode)
         {

It is not clear to me if this was an accidental commit, or a partial fix.

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

Reply via email to