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 "Manfred Pauli (JIRA)" <ax...@ws.apache.org> on 2006/07/19 08:35:13 UTC

[jira] Created: (AXISCPP-986) ANT Build failed

ANT Build failed
----------------

                 Key: AXISCPP-986
                 URL: http://issues.apache.org/jira/browse/AXISCPP-986
             Project: Axis-C++
          Issue Type: Bug
          Components: Build - ANT
    Affects Versions:  1.6 Final
         Environment: Win XP
            Reporter: Manfred Pauli


Hi!
I tried to build Axis c++ for a new platform (windows mobile). But first I tried to build it for WinXP. But when executing the ant command, I get this errors:
Buildfile: build.xml

pre-init:

set-platform-specifics:

checkIfDebug:

initialize:

build:

compile:

compileClient:

compileAxisClient:

buildVersionResource:
   [delete] Deleting 1 files from C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Sourc
e\build
     [copy] Copying 1 file to C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\bu
ild

BUILD FAILED
C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:245: The following err
or occurred while executing this line:
C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:233: The following err
or occurred while executing this line:
C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:96: The following erro
r occurred while executing this line:
C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build\buildClient.xml:10: The fo
llowing error occurred while executing this line:
C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:82: Execute failed: ja
va.io.IOException: CreateProcess: rc /fo "C:\Dokumente und Einstellungen\Manfred\Desktop\Ax
is Source/build/version.res" "C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source/bu
ild/version.temp.rc" error=2

Total time: 2 seconds

What's wrong here?

Thanx for help!
Greetings

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


[jira] Closed: (AXISCPP-986) ANT Build failed

Posted by "nadir amra (JIRA)" <ax...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/AXISCPP-986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nadir amra closed AXISCPP-986.
------------------------------

       Resolution: Cannot Reproduce
    Fix Version/s: current (nightly)

I am no windows compiler expert, but i downloaded Visual C++ 2008 Express edition and cleaned up all the warnings, etc and was able to create the client, transport, channel and xerces dlls without any problems or warnings. 

> ANT Build failed
> ----------------
>
>                 Key: AXISCPP-986
>                 URL: https://issues.apache.org/jira/browse/AXISCPP-986
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: Build - ANT
>    Affects Versions:  1.6 Final
>         Environment: Win XP
>            Reporter: Manfred Pauli
>             Fix For: current (nightly)
>
>         Attachments: log.txt, log1.txt
>
>
> Hi!
> I tried to build Axis c++ for a new platform (windows mobile). But first I tried to build it for WinXP. But when executing the ant command, I get this errors:
> Buildfile: build.xml
> pre-init:
> set-platform-specifics:
> checkIfDebug:
> initialize:
> build:
> compile:
> compileClient:
> compileAxisClient:
> buildVersionResource:
>    [delete] Deleting 1 files from C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Sourc
> e\build
>      [copy] Copying 1 file to C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\bu
> ild
> BUILD FAILED
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:245: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:233: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:96: The following erro
> r occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build\buildClient.xml:10: The fo
> llowing error occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:82: Execute failed: ja
> va.io.IOException: CreateProcess: rc /fo "C:\Dokumente und Einstellungen\Manfred\Desktop\Ax
> is Source/build/version.res" "C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source/bu
> ild/version.temp.rc" error=2
> Total time: 2 seconds
> What's wrong here?
> Thanx for help!
> Greetings

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Commented: (AXISCPP-986) ANT Build failed

Posted by "Adrian Dick (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-986?page=comments#action_12423016 ] 
            
Adrian Dick commented on AXISCPP-986:
-------------------------------------

Hi,

I've just done a quick check using VC++ 8 (MS Visual Studio 2005) and see the same problems as those you're seeing.

When compiling there are a lot of warnings relating to changes in compiler options (compared to earlier versions of VC++), and quite a lot of deprecation warnings which, at the very least, we should suppress.   It should be possible to resolve all these within the ANT scripts, but we will need to find a way of determining which version of VC++ is being used.

More seriously, there are a couple of lines in SoapDeSerializer.cpp which fail to compile for this version of Visual C++.   I can get past these easy enough by simply modifying these types from "char *" to "const char *".   However, I then see a much more cryptic error during linking when building with Ant..   Strangely, when I load the old VC++ 6 project files into the VC++ 8 IDE (and allow it to upgrade the project files), I don't see these linker problems -- so it must be down to some linker flags.


Adrian

> ANT Build failed
> ----------------
>
>                 Key: AXISCPP-986
>                 URL: http://issues.apache.org/jira/browse/AXISCPP-986
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: Build - ANT
>    Affects Versions:  1.6 Final
>         Environment: Win XP
>            Reporter: Manfred Pauli
>         Attachments: log.txt
>
>
> Hi!
> I tried to build Axis c++ for a new platform (windows mobile). But first I tried to build it for WinXP. But when executing the ant command, I get this errors:
> Buildfile: build.xml
> pre-init:
> set-platform-specifics:
> checkIfDebug:
> initialize:
> build:
> compile:
> compileClient:
> compileAxisClient:
> buildVersionResource:
>    [delete] Deleting 1 files from C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Sourc
> e\build
>      [copy] Copying 1 file to C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\bu
> ild
> BUILD FAILED
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:245: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:233: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:96: The following erro
> r occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build\buildClient.xml:10: The fo
> llowing error occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:82: Execute failed: ja
> va.io.IOException: CreateProcess: rc /fo "C:\Dokumente und Einstellungen\Manfred\Desktop\Ax
> is Source/build/version.res" "C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source/bu
> ild/version.temp.rc" error=2
> Total time: 2 seconds
> What's wrong here?
> Thanx for help!
> Greetings

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


[jira] Commented: (AXISCPP-986) ANT Build failed

Posted by "John Hawkins (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-986?page=comments#action_12423004 ] 
            
John Hawkins commented on AXISCPP-986:
--------------------------------------

Well, I can't read German but it looks like you've got over the environment issue and have moved on to a straight code break - a bad cast in 
SoapDeSerialiser

I'm assuming that this is the latest code from svn? I think you might just have been unlucky and got a bad build - I remember a break like this a week or so ago (almost when you put in this original bug) . Can you get the latest from svn and try with that?



       [cc] C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\src\soap\SoapDeSerializer.cpp(2512) : error C2440: 'Initialisierung': 'const char *' kann nicht in 'char *' konvertiert werden
       [cc]         Durch die Konvertierung gehen Qualifizierer verloren
       [cc] C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\src\soap\SoapDeSerializer.cpp(2513) : error C2440: 'Initialisierung': 'const char *' kann nicht in 'char *' konvertiert werden
       [cc]         Durch die Konvertierung gehen Qualifizierer verloren
       [cc] C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\src\soap\SoapDeSerializer.cpp(2521) : error C2440: 'Initialisierung': 'const char *' kann nicht in 'char *' konvertiert werden
       [cc]         Durch die Konvertierung gehen Qualifizierer verloren
       [cc] C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\src\soap\SoapDeSerializer.cpp(2522) : error C2440: 'Initialisierung': 'const char *' kann nicht in 'char *' konvertiert werden
       [cc]         Durch die Konvertierung gehen Qualifizierer verloren



> ANT Build failed
> ----------------
>
>                 Key: AXISCPP-986
>                 URL: http://issues.apache.org/jira/browse/AXISCPP-986
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: Build - ANT
>    Affects Versions:  1.6 Final
>         Environment: Win XP
>            Reporter: Manfred Pauli
>         Attachments: log.txt
>
>
> Hi!
> I tried to build Axis c++ for a new platform (windows mobile). But first I tried to build it for WinXP. But when executing the ant command, I get this errors:
> Buildfile: build.xml
> pre-init:
> set-platform-specifics:
> checkIfDebug:
> initialize:
> build:
> compile:
> compileClient:
> compileAxisClient:
> buildVersionResource:
>    [delete] Deleting 1 files from C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Sourc
> e\build
>      [copy] Copying 1 file to C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\bu
> ild
> BUILD FAILED
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:245: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:233: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:96: The following erro
> r occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build\buildClient.xml:10: The fo
> llowing error occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:82: Execute failed: ja
> va.io.IOException: CreateProcess: rc /fo "C:\Dokumente und Einstellungen\Manfred\Desktop\Ax
> is Source/build/version.res" "C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source/bu
> ild/version.temp.rc" error=2
> Total time: 2 seconds
> What's wrong here?
> Thanx for help!
> Greetings

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


[jira] Commented: (AXISCPP-986) ANT Build failed

Posted by "Manfred Pauli (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-986?page=comments#action_12422351 ] 
            
Manfred Pauli commented on AXISCPP-986:
---------------------------------------

Hello,

thank you for this hint. I use the Visual Studio 2005 Compiler.
But it still doesn't work :( 
I get this error:
BUILD FAILED
C:\Dokumente und Einstellungen\Manfred\Desktop\axis-c-1.6b-Win32-trace-src\build.xml:226: T
he following error occurred while executing this line:
C:\Dokumente und Einstellungen\Manfred\Desktop\axis-c-1.6b-Win32-trace-src\build.xml:215: T
he following error occurred while executing this line:
C:\Dokumente und Einstellungen\Manfred\Desktop\axis-c-1.6b-Win32-trace-src\build.xml:93: Th
e following error occurred while executing this line:
C:\Dokumente und Einstellungen\Manfred\Desktop\axis-c-1.6b-Win32-trace-src\build\buildClien
t.xml:23: cl failed with return code 2

Total time: 1 minute 39 seconds

Do I have to modify the build.xml or another file? I want to build a library for Windows XP first (to test) and then I like to create one for a different plattform (Windows mobile 5.0)

Greetings

> ANT Build failed
> ----------------
>
>                 Key: AXISCPP-986
>                 URL: http://issues.apache.org/jira/browse/AXISCPP-986
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: Build - ANT
>    Affects Versions:  1.6 Final
>         Environment: Win XP
>            Reporter: Manfred Pauli
>
> Hi!
> I tried to build Axis c++ for a new platform (windows mobile). But first I tried to build it for WinXP. But when executing the ant command, I get this errors:
> Buildfile: build.xml
> pre-init:
> set-platform-specifics:
> checkIfDebug:
> initialize:
> build:
> compile:
> compileClient:
> compileAxisClient:
> buildVersionResource:
>    [delete] Deleting 1 files from C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Sourc
> e\build
>      [copy] Copying 1 file to C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\bu
> ild
> BUILD FAILED
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:245: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:233: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:96: The following erro
> r occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build\buildClient.xml:10: The fo
> llowing error occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:82: Execute failed: ja
> va.io.IOException: CreateProcess: rc /fo "C:\Dokumente und Einstellungen\Manfred\Desktop\Ax
> is Source/build/version.res" "C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source/bu
> ild/version.temp.rc" error=2
> Total time: 2 seconds
> What's wrong here?
> Thanx for help!
> Greetings

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


Re: javacode gen remnants

Posted by Nadir Amra <am...@us.ibm.com>.
I think we can re-introduce if need be.  I do not think the current use 
would benefit support for C++ namespaces and the method itself is very 
simple.

Thanks.

Nadir K. Amra


Adrian Dick <ad...@uk.ibm.com> wrote on 07/19/2006 10:51:52 AM:

> Hi, Nadir,
> 
> I'm all for simplification ... but just one thought....
> Is there anyway the getPackageName4QualifiedName.... methods could be 
used
> to exploit C++ namespaces, as I know others have asked for in the past.
> That said, I suspect there would be quite a lot of work elsewhere to
> properly support this, so maybe it would make more sense to re-introduce
> the function when someone gets to implementing C++ namespaces.
> 
> Adrian
> _______________________________________
> Adrian Dick (adrian.dick@uk.ibm.com)
> 
> Nadir Amra <am...@us.ibm.com> wrote on 19/07/2006 15:18:52:
> 
> > I plan on removing stuff that is related to the generation of java 
code -
> 
> > I assume this was just an oversight in not being removed previously. 
For
> > example, in TypeMap we have java keywords array.  And in WrapperUtils 
we
> > have getPackegeName4QualifiedName....etc.
> >
> > Simplify, simplify, simplify :-)
> >
> > I plan on doing this in the next day or two so let me know if there 
are
> > any objections.
> >
> > Nadir K. Amra
> >


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: javacode gen remnants

Posted by Adrian Dick <ad...@uk.ibm.com>.
Hi, Nadir,

I'm all for simplification ... but just one thought....
Is there anyway the getPackageName4QualifiedName.... methods could be used
to exploit C++ namespaces, as I know others have asked for in the past.
That said, I suspect there would be quite a lot of work elsewhere to
properly support this, so maybe it would make more sense to re-introduce
the function when someone gets to implementing C++ namespaces.

Adrian
_______________________________________
Adrian Dick (adrian.dick@uk.ibm.com)

Nadir Amra <am...@us.ibm.com> wrote on 19/07/2006 15:18:52:

> I plan on removing stuff that is related to the generation of java code -

> I assume this was just an oversight in not being removed previously. For
> example, in TypeMap we have java keywords array.  And in WrapperUtils we
> have getPackegeName4QualifiedName....etc.
>
> Simplify, simplify, simplify :-)
>
> I plan on doing this in the next day or two so let me know if there are
> any objections.
>
> Nadir K. Amra
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


javacode gen remnants

Posted by Nadir Amra <am...@us.ibm.com>.
I plan on removing stuff that is related to the generation of java code - 
I assume this was just an oversight in not being removed previously. For 
example, in TypeMap we have java keywords array.  And in WrapperUtils we 
have getPackegeName4QualifiedName....etc.

Simplify, simplify, simplify :-)

I plan on doing this in the next day or two so let me know if there are 
any objections.

Nadir K. Amra


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: TypeMap processing

Posted by John Hawkins <HA...@uk.ibm.com>.
As long as the test buckets works we're good to go :-)




Nadir Amra <am...@us.ibm.com> 
21/07/2006 05:10
Please respond to
"Apache AXIS C Developers List" <ax...@ws.apache.org>


To
"Apache AXIS C Developers List" <ax...@ws.apache.org>
cc

Subject
TypeMap processing






I have changed and committed code so that one can tell whether to generate 

a TypeMap entry by simply calling method isExternalized().   Basically by 
default all types that are not anonymous types are externalized.  To 
externalize anonymous types another method is called.  So there is no 
place in the code where it looks for '>' in an object of class Type.

I have run the test buckets and things look good.  One thing though.  In 
AllParamWriter.writeSource(), as it iterates through the TypeMap, the code 

is as follows:

                type = (Type) types.next();
                if (type.isArray())
                { ... }
                else if (type.isAnonymous() && !type.isExternalized())
                {
                    if(WSDL2Ws.verbose)
                        System.out.println("ignoring anonymous type " + 
type.getLanguageSpecificName() + "\n");
                }
                else
                {
                    if (WSDL2Ws.verbose)
                        System.out.println("struct writer called 
for......" + type.getName());

                    (new BeanParamWriter(wscontext, type)).writeSource();
                    (new ParmHeaderFileWriter(wscontext, 
type)).writeSource();
                }

I see no reason why I should not change the logic to:


                if (!type.isExternalized())
                {
                    if(WSDL2Ws.verbose)
                        System.out.println("ignoring anonymous type " + 
type.getLanguageSpecificName() + "\n");
                }
                else if (type.isArray())
                { ... }
                else
                {
                    if (WSDL2Ws.verbose)
                        System.out.println("struct writer called 
for......" + type.getName());

                    (new BeanParamWriter(wscontext, type)).writeSource();
                    (new ParmHeaderFileWriter(wscontext, 
type)).writeSource();
                }

And in fact I have changed it in code that I have and ran the test bucket 
with no problems.  I just want to make sure I am not missing something 
before I commit it.


Nadir K. Amra


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org



TypeMap processing

Posted by Nadir Amra <am...@us.ibm.com>.
I have changed and committed code so that one can tell whether to generate 
a TypeMap entry by simply calling method isExternalized().   Basically by 
default all types that are not anonymous types are externalized.  To 
externalize anonymous types another method is called.  So there is no 
place in the code where it looks for '>' in an object of class Type.

I have run the test buckets and things look good.  One thing though.  In 
AllParamWriter.writeSource(), as it iterates through the TypeMap, the code 
is as follows:

                type = (Type) types.next();
                if (type.isArray())
                { ... }
                else if (type.isAnonymous() && !type.isExternalized())
                {
                    if(WSDL2Ws.verbose)
                        System.out.println("ignoring anonymous type " + 
type.getLanguageSpecificName() + "\n");
                }
                else
                {
                    if (WSDL2Ws.verbose)
                        System.out.println("struct writer called 
for......" + type.getName());

                    (new BeanParamWriter(wscontext, type)).writeSource();
                    (new ParmHeaderFileWriter(wscontext, 
type)).writeSource();
                }

I see no reason why I should not change the logic to:


                if (!type.isExternalized())
                {
                    if(WSDL2Ws.verbose)
                        System.out.println("ignoring anonymous type " + 
type.getLanguageSpecificName() + "\n");
                }
                else if (type.isArray())
                { ... }
                else
                {
                    if (WSDL2Ws.verbose)
                        System.out.println("struct writer called 
for......" + type.getName());

                    (new BeanParamWriter(wscontext, type)).writeSource();
                    (new ParmHeaderFileWriter(wscontext, 
type)).writeSource();
                }

And in fact I have changed it in code that I have and ran the test bucket 
with no problems.  I just want to make sure I am not missing something 
before I commit it.


Nadir K. Amra


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Commented: (AXISCPP-986) ANT Build failed

Posted by "Adrian Dick (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-986?page=comments#action_12422059 ] 
            
Adrian Dick commented on AXISCPP-986:
-------------------------------------

Hi,

You don't mention which compiler you're using, but I know (from personal experience) that for Windows it should work fine with MS VC++ v6, v7 or v7.1 - hopefully later versions will work equally well, but it may be we need to make minor tweeks to the scripts.

But back to the specific problem, this sounds like you don't have Visual C++ set on the path before running the ant scripts.  There is a script provided with MS VC++ to setup the environment at the command line (called vcvars32.bat for the version I'm currently using)

> ANT Build failed
> ----------------
>
>                 Key: AXISCPP-986
>                 URL: http://issues.apache.org/jira/browse/AXISCPP-986
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: Build - ANT
>    Affects Versions:  1.6 Final
>         Environment: Win XP
>            Reporter: Manfred Pauli
>
> Hi!
> I tried to build Axis c++ for a new platform (windows mobile). But first I tried to build it for WinXP. But when executing the ant command, I get this errors:
> Buildfile: build.xml
> pre-init:
> set-platform-specifics:
> checkIfDebug:
> initialize:
> build:
> compile:
> compileClient:
> compileAxisClient:
> buildVersionResource:
>    [delete] Deleting 1 files from C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Sourc
> e\build
>      [copy] Copying 1 file to C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\bu
> ild
> BUILD FAILED
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:245: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:233: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:96: The following erro
> r occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build\buildClient.xml:10: The fo
> llowing error occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:82: Execute failed: ja
> va.io.IOException: CreateProcess: rc /fo "C:\Dokumente und Einstellungen\Manfred\Desktop\Ax
> is Source/build/version.res" "C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source/bu
> ild/version.temp.rc" error=2
> Total time: 2 seconds
> What's wrong here?
> Thanx for help!
> Greetings

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


[jira] Commented: (AXISCPP-986) ANT Build failed

Posted by "Manfred Pauli (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-986?page=comments#action_12423312 ] 
            
Manfred Pauli commented on AXISCPP-986:
---------------------------------------

Now I tried to run the ANT tool with the source, that can be downloaded (not svn) and I get a lot of java errors. I added a log1.txt file

> ANT Build failed
> ----------------
>
>                 Key: AXISCPP-986
>                 URL: http://issues.apache.org/jira/browse/AXISCPP-986
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: Build - ANT
>    Affects Versions:  1.6 Final
>         Environment: Win XP
>            Reporter: Manfred Pauli
>         Attachments: log.txt
>
>
> Hi!
> I tried to build Axis c++ for a new platform (windows mobile). But first I tried to build it for WinXP. But when executing the ant command, I get this errors:
> Buildfile: build.xml
> pre-init:
> set-platform-specifics:
> checkIfDebug:
> initialize:
> build:
> compile:
> compileClient:
> compileAxisClient:
> buildVersionResource:
>    [delete] Deleting 1 files from C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Sourc
> e\build
>      [copy] Copying 1 file to C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\bu
> ild
> BUILD FAILED
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:245: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:233: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:96: The following erro
> r occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build\buildClient.xml:10: The fo
> llowing error occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:82: Execute failed: ja
> va.io.IOException: CreateProcess: rc /fo "C:\Dokumente und Einstellungen\Manfred\Desktop\Ax
> is Source/build/version.res" "C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source/bu
> ild/version.temp.rc" error=2
> Total time: 2 seconds
> What's wrong here?
> Thanx for help!
> Greetings

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


[jira] Updated: (AXISCPP-986) ANT Build failed

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

Manfred Pauli updated AXISCPP-986:
----------------------------------

    Attachment: log.txt

> ANT Build failed
> ----------------
>
>                 Key: AXISCPP-986
>                 URL: http://issues.apache.org/jira/browse/AXISCPP-986
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: Build - ANT
>    Affects Versions:  1.6 Final
>         Environment: Win XP
>            Reporter: Manfred Pauli
>         Attachments: log.txt
>
>
> Hi!
> I tried to build Axis c++ for a new platform (windows mobile). But first I tried to build it for WinXP. But when executing the ant command, I get this errors:
> Buildfile: build.xml
> pre-init:
> set-platform-specifics:
> checkIfDebug:
> initialize:
> build:
> compile:
> compileClient:
> compileAxisClient:
> buildVersionResource:
>    [delete] Deleting 1 files from C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Sourc
> e\build
>      [copy] Copying 1 file to C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\bu
> ild
> BUILD FAILED
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:245: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:233: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:96: The following erro
> r occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build\buildClient.xml:10: The fo
> llowing error occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:82: Execute failed: ja
> va.io.IOException: CreateProcess: rc /fo "C:\Dokumente und Einstellungen\Manfred\Desktop\Ax
> is Source/build/version.res" "C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source/bu
> ild/version.temp.rc" error=2
> Total time: 2 seconds
> What's wrong here?
> Thanx for help!
> Greetings

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


[jira] Updated: (AXISCPP-986) ANT Build failed

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

Manfred Pauli updated AXISCPP-986:
----------------------------------

    Attachment: log1.txt

> ANT Build failed
> ----------------
>
>                 Key: AXISCPP-986
>                 URL: http://issues.apache.org/jira/browse/AXISCPP-986
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: Build - ANT
>    Affects Versions:  1.6 Final
>         Environment: Win XP
>            Reporter: Manfred Pauli
>         Attachments: log.txt, log1.txt
>
>
> Hi!
> I tried to build Axis c++ for a new platform (windows mobile). But first I tried to build it for WinXP. But when executing the ant command, I get this errors:
> Buildfile: build.xml
> pre-init:
> set-platform-specifics:
> checkIfDebug:
> initialize:
> build:
> compile:
> compileClient:
> compileAxisClient:
> buildVersionResource:
>    [delete] Deleting 1 files from C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Sourc
> e\build
>      [copy] Copying 1 file to C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\bu
> ild
> BUILD FAILED
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:245: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:233: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:96: The following erro
> r occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build\buildClient.xml:10: The fo
> llowing error occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:82: Execute failed: ja
> va.io.IOException: CreateProcess: rc /fo "C:\Dokumente und Einstellungen\Manfred\Desktop\Ax
> is Source/build/version.res" "C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source/bu
> ild/version.temp.rc" error=2
> Total time: 2 seconds
> What's wrong here?
> Thanx for help!
> Greetings

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


Re: [jira] Commented: (AXISCPP-986) ANT Build failed

Posted by Adrian Dick <ad...@uk.ibm.com>.
Hi,

I'm assuming you're commenting based on the original description Jira has
included with my update.   That was his original problem.  We've progressed
beyond that, but if you check the Jira issue you'll find he's now attached
a log file including a number of compilation problems with WSDL2Ws.


Adrian
_______________________________________
Adrian Dick (adrian.dick@uk.ibm.com)


Franz Fehringer <fe...@isogmbh.de> wrote on 25/07/2006 13:54:07:

> To me the latest Java errors simply say, that the compiler exes
> (especially the resource compiler rc) are not found.
>
> Greetings
>
> Franz
>
> Adrian Dick (JIRA) schrieb:
>     [ http://issues.apache.org/jira/browse/AXISCPP-986?
> page=comments#action_12423326 ]
>
> Adrian Dick commented on AXISCPP-986:
> -------------------------------------
>
> Hi,
>
> It really isn't clear to me how you're trying to compile the code,
> but there seem to be a lot of inconsistencies.
> I've already mentioned the problems I found using the current source
> code with VC++ 8, for which updates will need to be produced.
>
> Your linker error (on VC++ 8), sounds like you're trying to compile
> into a windows application, rather than a DLL.
>
> The errors you have when compiling VC++ 6 really don't make any sense.
> It looks like it is failing to link with the Call object when you're
> compiling the AxisServer DLL.  But the call object should only exist
> within the Axis Client DLL, you shouldn't be seeing any references
> to it from within the server DLL.
>
>
> As for your latest Java errors, which version of Axis Java are you using?
>
>
> ANT Build failed
> ----------------
>
>                 Key: AXISCPP-986
>                 URL: http://issues.apache.org/jira/browse/AXISCPP-986
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: Build - ANT
>    Affects Versions:  1.6 Final
>         Environment: Win XP
>            Reporter: Manfred Pauli
>         Attachments: log.txt, log1.txt
>
>
> Hi!
> I tried to build Axis c++ for a new platform (windows mobile). But
> first I tried to build it for WinXP. But when executing the ant
> command, I get this errors:
> Buildfile: build.xml
> pre-init:
> set-platform-specifics:
> checkIfDebug:
> initialize:
> build:
> compile:
> compileClient:
> compileAxisClient:
> buildVersionResource:
>    [delete] Deleting 1 files from C:\Dokumente und
> Einstellungen\Manfred\Desktop\Axis Sourc
> e\build
>      [copy] Copying 1 file to C:\Dokumente und
> Einstellungen\Manfred\Desktop\Axis Source\bu
> ild
> BUILD FAILED
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.
> xml:245: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.
> xml:233: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.
> xml:96: The following erro
> r occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis
> Source\build\buildClient.xml:10: The fo
> llowing error occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.
> xml:82: Execute failed: ja
> va.io.IOException: CreateProcess: rc /fo "C:\Dokumente und
> Einstellungen\Manfred\Desktop\Ax
> is Source/build/version.res" "C:\Dokumente und
> Einstellungen\Manfred\Desktop\Axis Source/bu
> ild/version.temp.rc" error=2
> Total time: 2 seconds
> What's wrong here?
> Thanx for help!
> Greetings
>
>
>
> [attachment "feh.vcf" deleted by Adrian Dick/UK/IBM]
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: [jira] Commented: (AXISCPP-986) ANT Build failed

Posted by Franz Fehringer <fe...@isogmbh.de>.
To me the latest Java errors simply say, that the compiler exes 
(especially the resource compiler rc) are not found.

Greetings

Franz

Adrian Dick (JIRA) schrieb:
>     [ http://issues.apache.org/jira/browse/AXISCPP-986?page=comments#action_12423326 ] 
>             
> Adrian Dick commented on AXISCPP-986:
> -------------------------------------
>
> Hi,
>
> It really isn't clear to me how you're trying to compile the code, but there seem to be a lot of inconsistencies.
> I've already mentioned the problems I found using the current source code with VC++ 8, for which updates will need to be produced.
>
> Your linker error (on VC++ 8), sounds like you're trying to compile into a windows application, rather than a DLL.
>
> The errors you have when compiling VC++ 6 really don't make any sense.
> It looks like it is failing to link with the Call object when you're compiling the AxisServer DLL.  But the call object should only exist within the Axis Client DLL, you shouldn't be seeing any references to it from within the server DLL.
>
>
> As for your latest Java errors, which version of Axis Java are you using?
>
>   
>> ANT Build failed
>> ----------------
>>
>>                 Key: AXISCPP-986
>>                 URL: http://issues.apache.org/jira/browse/AXISCPP-986
>>             Project: Axis-C++
>>          Issue Type: Bug
>>          Components: Build - ANT
>>    Affects Versions:  1.6 Final
>>         Environment: Win XP
>>            Reporter: Manfred Pauli
>>         Attachments: log.txt, log1.txt
>>
>>
>> Hi!
>> I tried to build Axis c++ for a new platform (windows mobile). But first I tried to build it for WinXP. But when executing the ant command, I get this errors:
>> Buildfile: build.xml
>> pre-init:
>> set-platform-specifics:
>> checkIfDebug:
>> initialize:
>> build:
>> compile:
>> compileClient:
>> compileAxisClient:
>> buildVersionResource:
>>    [delete] Deleting 1 files from C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Sourc
>> e\build
>>      [copy] Copying 1 file to C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\bu
>> ild
>> BUILD FAILED
>> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:245: The following err
>> or occurred while executing this line:
>> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:233: The following err
>> or occurred while executing this line:
>> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:96: The following erro
>> r occurred while executing this line:
>> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build\buildClient.xml:10: The fo
>> llowing error occurred while executing this line:
>> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:82: Execute failed: ja
>> va.io.IOException: CreateProcess: rc /fo "C:\Dokumente und Einstellungen\Manfred\Desktop\Ax
>> is Source/build/version.res" "C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source/bu
>> ild/version.temp.rc" error=2
>> Total time: 2 seconds
>> What's wrong here?
>> Thanx for help!
>> Greetings
>>     
>
>   


[jira] Commented: (AXISCPP-986) ANT Build failed

Posted by "Adrian Dick (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-986?page=comments#action_12423326 ] 
            
Adrian Dick commented on AXISCPP-986:
-------------------------------------

Hi,

It really isn't clear to me how you're trying to compile the code, but there seem to be a lot of inconsistencies.
I've already mentioned the problems I found using the current source code with VC++ 8, for which updates will need to be produced.

Your linker error (on VC++ 8), sounds like you're trying to compile into a windows application, rather than a DLL.

The errors you have when compiling VC++ 6 really don't make any sense.
It looks like it is failing to link with the Call object when you're compiling the AxisServer DLL.  But the call object should only exist within the Axis Client DLL, you shouldn't be seeing any references to it from within the server DLL.


As for your latest Java errors, which version of Axis Java are you using?

> ANT Build failed
> ----------------
>
>                 Key: AXISCPP-986
>                 URL: http://issues.apache.org/jira/browse/AXISCPP-986
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: Build - ANT
>    Affects Versions:  1.6 Final
>         Environment: Win XP
>            Reporter: Manfred Pauli
>         Attachments: log.txt, log1.txt
>
>
> Hi!
> I tried to build Axis c++ for a new platform (windows mobile). But first I tried to build it for WinXP. But when executing the ant command, I get this errors:
> Buildfile: build.xml
> pre-init:
> set-platform-specifics:
> checkIfDebug:
> initialize:
> build:
> compile:
> compileClient:
> compileAxisClient:
> buildVersionResource:
>    [delete] Deleting 1 files from C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Sourc
> e\build
>      [copy] Copying 1 file to C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\bu
> ild
> BUILD FAILED
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:245: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:233: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:96: The following erro
> r occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build\buildClient.xml:10: The fo
> llowing error occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:82: Execute failed: ja
> va.io.IOException: CreateProcess: rc /fo "C:\Dokumente und Einstellungen\Manfred\Desktop\Ax
> is Source/build/version.res" "C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source/bu
> ild/version.temp.rc" error=2
> Total time: 2 seconds
> What's wrong here?
> Thanx for help!
> Greetings

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


[jira] Commented: (AXISCPP-986) ANT Build failed

Posted by "Manfred Pauli (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-986?page=comments#action_12422965 ] 
            
Manfred Pauli commented on AXISCPP-986:
---------------------------------------

I add "log.txt", where you can see all the details of the building process. I don't know, what I am doing wrong...
My final target is to bulid a axis Client dll for a new (Windows Mobile) platform, but first I want to build a Win version.
Do you have any other suggestions for me? 
Thank you very much!

Greetings
Manfred

> ANT Build failed
> ----------------
>
>                 Key: AXISCPP-986
>                 URL: http://issues.apache.org/jira/browse/AXISCPP-986
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: Build - ANT
>    Affects Versions:  1.6 Final
>         Environment: Win XP
>            Reporter: Manfred Pauli
>         Attachments: log.txt
>
>
> Hi!
> I tried to build Axis c++ for a new platform (windows mobile). But first I tried to build it for WinXP. But when executing the ant command, I get this errors:
> Buildfile: build.xml
> pre-init:
> set-platform-specifics:
> checkIfDebug:
> initialize:
> build:
> compile:
> compileClient:
> compileAxisClient:
> buildVersionResource:
>    [delete] Deleting 1 files from C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Sourc
> e\build
>      [copy] Copying 1 file to C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\bu
> ild
> BUILD FAILED
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:245: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:233: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:96: The following erro
> r occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build\buildClient.xml:10: The fo
> llowing error occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:82: Execute failed: ja
> va.io.IOException: CreateProcess: rc /fo "C:\Dokumente und Einstellungen\Manfred\Desktop\Ax
> is Source/build/version.res" "C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source/bu
> ild/version.temp.rc" error=2
> Total time: 2 seconds
> What's wrong here?
> Thanx for help!
> Greetings

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


[jira] Commented: (AXISCPP-986) ANT Build failed

Posted by "Manfred Pauli (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-986?page=comments#action_12423307 ] 
            
Manfred Pauli commented on AXISCPP-986:
---------------------------------------

I tried to compile with C++ 6.0 but it didn't work, so I started another try with Ant and VC++ 8.0 Compiler.
Now I get this error:
[cc] Axis.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""public: virtual __thiscall axiscpp::Call::~Call(void)" (??1Call@axiscpp@@UAE@XZ)" in Funktion ""public: virtual void * __thiscall axiscpp::Call::`scalar deleting destructor'(unsigned int)" (??_GCall@axiscpp@@UAEPAXI@Z)".
       [cc] axis_server.dll : fatal error LNK1120: 1 nicht aufgelöste externe Verweise.

I try to translate:
[cc] Axis.obj : error LNK2019: reference on unsolved extern symbol ""public: virtual __thiscall axiscpp::Call::~Call(void)" (??1Call@axiscpp@@UAE@XZ)" in Funktion ""public: virtual void * __thiscall axiscpp::Call::`scalar deleting destructor'(unsigned int)" (??_GCall@axiscpp@@UAEPAXI@Z)".
       [cc] axis_server.dll : fatal error LNK1120: 1 unsolved extern reference

What's wrong here?

Thanx!!

Manfred

> ANT Build failed
> ----------------
>
>                 Key: AXISCPP-986
>                 URL: http://issues.apache.org/jira/browse/AXISCPP-986
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: Build - ANT
>    Affects Versions:  1.6 Final
>         Environment: Win XP
>            Reporter: Manfred Pauli
>         Attachments: log.txt
>
>
> Hi!
> I tried to build Axis c++ for a new platform (windows mobile). But first I tried to build it for WinXP. But when executing the ant command, I get this errors:
> Buildfile: build.xml
> pre-init:
> set-platform-specifics:
> checkIfDebug:
> initialize:
> build:
> compile:
> compileClient:
> compileAxisClient:
> buildVersionResource:
>    [delete] Deleting 1 files from C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Sourc
> e\build
>      [copy] Copying 1 file to C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\bu
> ild
> BUILD FAILED
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:245: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:233: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:96: The following erro
> r occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build\buildClient.xml:10: The fo
> llowing error occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:82: Execute failed: ja
> va.io.IOException: CreateProcess: rc /fo "C:\Dokumente und Einstellungen\Manfred\Desktop\Ax
> is Source/build/version.res" "C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source/bu
> ild/version.temp.rc" error=2
> Total time: 2 seconds
> What's wrong here?
> Thanx for help!
> Greetings

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


[jira] Commented: (AXISCPP-986) ANT Build failed

Posted by "John Hawkins (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-986?page=comments#action_12422360 ] 
            
John Hawkins commented on AXISCPP-986:
--------------------------------------

This really does just sound like an VC envronment issue. Does the build script give you a more specific error above?

> ANT Build failed
> ----------------
>
>                 Key: AXISCPP-986
>                 URL: http://issues.apache.org/jira/browse/AXISCPP-986
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: Build - ANT
>    Affects Versions:  1.6 Final
>         Environment: Win XP
>            Reporter: Manfred Pauli
>
> Hi!
> I tried to build Axis c++ for a new platform (windows mobile). But first I tried to build it for WinXP. But when executing the ant command, I get this errors:
> Buildfile: build.xml
> pre-init:
> set-platform-specifics:
> checkIfDebug:
> initialize:
> build:
> compile:
> compileClient:
> compileAxisClient:
> buildVersionResource:
>    [delete] Deleting 1 files from C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Sourc
> e\build
>      [copy] Copying 1 file to C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\bu
> ild
> BUILD FAILED
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:245: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:233: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:96: The following erro
> r occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build\buildClient.xml:10: The fo
> llowing error occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:82: Execute failed: ja
> va.io.IOException: CreateProcess: rc /fo "C:\Dokumente und Einstellungen\Manfred\Desktop\Ax
> is Source/build/version.res" "C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source/bu
> ild/version.temp.rc" error=2
> Total time: 2 seconds
> What's wrong here?
> Thanx for help!
> Greetings

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


[jira] Commented: (AXISCPP-986) ANT Build failed

Posted by "Manfred Pauli (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-986?page=comments#action_12423118 ] 
            
Manfred Pauli commented on AXISCPP-986:
---------------------------------------

Now I get this error:

MSVCRT.lib(crtexew.obj) : error LNK2019: Reference on unsolved extern symbol "_WinMain@16" in Funktion "___tmainCRTStartup".

I think this has to do something with the entry point? Do I have to set any further linker flags?

Moreover I'm going to compile with C++ 6.0 tomorrow, but I don't know, if I can build a library for the Windows mobile platform with that compiler...

Greetings,
Manfred



> ANT Build failed
> ----------------
>
>                 Key: AXISCPP-986
>                 URL: http://issues.apache.org/jira/browse/AXISCPP-986
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: Build - ANT
>    Affects Versions:  1.6 Final
>         Environment: Win XP
>            Reporter: Manfred Pauli
>         Attachments: log.txt
>
>
> Hi!
> I tried to build Axis c++ for a new platform (windows mobile). But first I tried to build it for WinXP. But when executing the ant command, I get this errors:
> Buildfile: build.xml
> pre-init:
> set-platform-specifics:
> checkIfDebug:
> initialize:
> build:
> compile:
> compileClient:
> compileAxisClient:
> buildVersionResource:
>    [delete] Deleting 1 files from C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Sourc
> e\build
>      [copy] Copying 1 file to C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\bu
> ild
> BUILD FAILED
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:245: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:233: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:96: The following erro
> r occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build\buildClient.xml:10: The fo
> llowing error occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:82: Execute failed: ja
> va.io.IOException: CreateProcess: rc /fo "C:\Dokumente und Einstellungen\Manfred\Desktop\Ax
> is Source/build/version.res" "C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source/bu
> ild/version.temp.rc" error=2
> Total time: 2 seconds
> What's wrong here?
> Thanx for help!
> Greetings

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


[jira] Commented: (AXISCPP-986) ANT Build failed

Posted by "Manfred Pauli (JIRA)" <ax...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/AXISCPP-986?page=comments#action_12423068 ] 
            
Manfred Pauli commented on AXISCPP-986:
---------------------------------------

Hi,
first I want to translate this:
Initialisierung': 'const char *' kann nicht in 'char *' konvertiert werden 
This means, that const char* cannot be converted to char*
I solved this problem by changing these types like Adrian Dick. 

I'm going to build the lib again and hope I succeed. 

Thank you so far, you are really helpful!

When I have news I'm going to post them here. 

Manfred



> ANT Build failed
> ----------------
>
>                 Key: AXISCPP-986
>                 URL: http://issues.apache.org/jira/browse/AXISCPP-986
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: Build - ANT
>    Affects Versions:  1.6 Final
>         Environment: Win XP
>            Reporter: Manfred Pauli
>         Attachments: log.txt
>
>
> Hi!
> I tried to build Axis c++ for a new platform (windows mobile). But first I tried to build it for WinXP. But when executing the ant command, I get this errors:
> Buildfile: build.xml
> pre-init:
> set-platform-specifics:
> checkIfDebug:
> initialize:
> build:
> compile:
> compileClient:
> compileAxisClient:
> buildVersionResource:
>    [delete] Deleting 1 files from C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Sourc
> e\build
>      [copy] Copying 1 file to C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\bu
> ild
> BUILD FAILED
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:245: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:233: The following err
> or occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:96: The following erro
> r occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build\buildClient.xml:10: The fo
> llowing error occurred while executing this line:
> C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source\build.xml:82: Execute failed: ja
> va.io.IOException: CreateProcess: rc /fo "C:\Dokumente und Einstellungen\Manfred\Desktop\Ax
> is Source/build/version.res" "C:\Dokumente und Einstellungen\Manfred\Desktop\Axis Source/bu
> ild/version.temp.rc" error=2
> Total time: 2 seconds
> What's wrong here?
> Thanx for help!
> Greetings

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