You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by "Raju, Prabhakar (P.)" <pr...@ford.com> on 2006/08/18 04:24:39 UTC

RE: axis build issue

Hi,

After setting the environment and running ant, I'm getting this error.
Any help is appreciated. 
...
compileClient:

compileAxisClient:

BUILD FAILED
/ford/.p_daps/daps/ws-axis/c/build.xml:226: The following error occurred
while executing this line:
/ford/.p_daps/daps/ws-axis/c/build.xml:215: The following error occurred
while executing this line:
/ford/.p_daps/daps/ws-axis/c/build.xml:93: The following error occurred
while executing this line:
/ford/.p_daps/daps/ws-axis/c/build/buildClient.xml:8: Directory
/ford/.p_daps/obj/objects creation was not successful for an unknown
reason

----------------------
Also, for a default setup on linux, do I have to copy build.Linux.props
to build.common.props? Or is it on top of common?

HELPPPP! If axis is getting difficult to install, my workplace is
considering alternatives.

regards

-----Original Message-----
From: Adrian Dick [mailto:adrian.dick@uk.ibm.com] 
Sent: Thursday, August 17, 2006 10:23 AM
To: Apache AXIS C User List
Subject: Re: Configure file missing in linux source

Hi,

Assuming you're talking about Axis C++ 1.x, the "configure" system
hasn't
been supported for some time now.
You can find the current build instructions here:
http://ws.apache.org/axis/cpp/antbuild-guide.html
And the installation instructions here:
http://ws.apache.org/axis/cpp/install-guide.html

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


"Raju, Prabhakar \(P.\)" <pr...@ford.com> wrote on 17/08/2006 15:12:20:

> Hi,
> The file "configure" is missing in linux src download. I couln't
> install. Please help.
> regards


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




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


Re: axis build issue

Posted by Samisa Abeysinghe <sa...@gmail.com>.
Raju, Prabhakar (P.) wrote:
> Hi,
>
> After setting the environment and running ant, I'm getting this error.
> Any help is appreciated. 
> ...
> compileClient:
>
> compileAxisClient:
>
> BUILD FAILED
> /ford/.p_daps/daps/ws-axis/c/build.xml:226: The following error occurred
> while executing this line:
> /ford/.p_daps/daps/ws-axis/c/build.xml:215: The following error occurred
> while executing this line:
> /ford/.p_daps/daps/ws-axis/c/build.xml:93: The following error occurred
> while executing this line:
> /ford/.p_daps/daps/ws-axis/c/build/buildClient.xml:8: Directory
> /ford/.p_daps/obj/objects creation was not successful for an unknown
> reason
>   
It could be the fact that you need to creat a folder named 'obj' in 
/ford/.p_daps/.
Give it a try.
> ----------------------
> Also, for a default setup on linux, do I have to copy build.Linux.props
> to build.common.props? Or is it on top of common?
>   
As far as I know, ant auto detects the platform. So no need to copy 
anything. Common property file is for common properties, and platform 
specific ones are for platform specific properties.
> HELPPPP! If axis is getting difficult to install, my workplace is
> considering alternatives.
>   
:) This is open source, and many people have put great effort to develop 
this to current level. You can also help by fixing the install process 
if you deem that it is difficult. For me it is not difficult. Please 
follow the ant build guide here: 
http://ws.apache.org/axis/cpp/antbuild-guide.html and feel free to send 
in any improvements if necessary.

Samisa...


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