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 Pawel Pustelnik <pp...@future-processing.com> on 2005/10/05 16:12:59 UTC

axis 1.5.0 compilation problem

Hi,

I can not create makefiles for axis 1.5.0

When I run

ant

then I get:

pawel@localhost:/install/axis/axis-c-1.5.0-linux-src$ ant
Buildfile: build.xml
   [taskdef] Could not load definitions from resource cpptasks.tasks. It  
could not be found.
   [typedef] Could not load definitions from resource cpptasks.types. It  
could not be found.

BUILD FAILED
/install/axis/axis-c-1.5.0-linux-src/build.xml:37: The following error  
occurred while executing this line:
/install/axis/axis-c-1.5.0-linux-src/build/buildInitialize.xml:33: Could  
not create task or type of type: compiler.

What should I do?

Thanks,
Pawel

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

Re: axis 1.5.0 compilation problem

Posted by Pawel Pustelnik <pp...@future-processing.com>.
Hi again,

I wanted to run axis from binary distribution but I get error:

Loaded DSO local/axiscpp_deploy/lib/libaxiscpp_mod.so uses plain Apache  
1.3 API, this module might crash under EAPI! (please recompile it with  
-DEAPI)
/usr/sbin/apachectl: line 80:  4748 Aborted                 $HTTPD
/usr/sbin/apachectl start: httpd could not be started

So I want to recompile axis but I still get the same error I wrote in the  
previous post.
I followed the guidelines and it hasn't helped so far:(

Regards,
Pawel

On Thu, 06 Oct 2005 03:45:41 +0200, Samisa Abeysinghe  
<sa...@gmail.com> wrote:

> Did you follow the guidelines in ant build gude and download the reqired  
> jars for building? If not please have a look at the "Preparing system"  
> of http://ws.apache.org/axis/cpp/antbuild-guide.html)
>
> If you have done that already, please let know your platform/operating  
> system and the compiler you have.
>
> Tanks,
> Samisa...
>
> Pawel Pustelnik wrote:
>
>> Hi,
>>
>> I can not create makefiles for axis 1.5.0
>>
>> When I run
>>
>> ant
>>
>> then I get:
>>
>> pawel@localhost:/install/axis/axis-c-1.5.0-linux-src$ ant
>> Buildfile: build.xml
>>   [taskdef] Could not load definitions from resource cpptasks.tasks.  
>> It  could not be found.
>>   [typedef] Could not load definitions from resource cpptasks.types.  
>> It  could not be found.
>>
>> BUILD FAILED
>> /install/axis/axis-c-1.5.0-linux-src/build.xml:37: The following error   
>> occurred while executing this line:
>> /install/axis/axis-c-1.5.0-linux-src/build/buildInitialize.xml:33:  
>> Could  not create task or type of type: compiler.
>>
>> What should I do?
>>
>> Thanks,
>> Pawel
>>
>
>



-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

Re: axis 1.5.0 compilation problem

Posted by Pawel Pustelnik <pp...@future-processing.com>.
Hi,

My platform is Slackware Linux 10.2 (gcc,g++)

On Thu, 06 Oct 2005 03:45:41 +0200, Samisa Abeysinghe  
<sa...@gmail.com> wrote:

> Did you follow the guidelines in ant build gude and download the reqired  
> jars for building? If not please have a look at the "Preparing system"  
> of http://ws.apache.org/axis/cpp/antbuild-guide.html)
>
> If you have done that already, please let know your platform/operating  
> system and the compiler you have.
>
> Tanks,
> Samisa...
>
> Pawel Pustelnik wrote:
>
>> Hi,
>>
>> I can not create makefiles for axis 1.5.0
>>
>> When I run
>>
>> ant
>>
>> then I get:
>>
>> pawel@localhost:/install/axis/axis-c-1.5.0-linux-src$ ant
>> Buildfile: build.xml
>>   [taskdef] Could not load definitions from resource cpptasks.tasks.  
>> It  could not be found.
>>   [typedef] Could not load definitions from resource cpptasks.types.  
>> It  could not be found.
>>
>> BUILD FAILED
>> /install/axis/axis-c-1.5.0-linux-src/build.xml:37: The following error   
>> occurred while executing this line:
>> /install/axis/axis-c-1.5.0-linux-src/build/buildInitialize.xml:33:  
>> Could  not create task or type of type: compiler.
>>
>> What should I do?
>>
>> Thanks,
>> Pawel
>>
>
>



-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

Re: axis 1.5.0 compilation problem

Posted by Pawel Pustelnik <pp...@future-processing.com>.
Hi,

I already found what wrong was, I did not have cpptasks.jar file,
now it compiles fine...

Thanks,
Pawel

On Thu, 06 Oct 2005 03:45:41 +0200, Samisa Abeysinghe  
<sa...@gmail.com> wrote:

> Did you follow the guidelines in ant build gude and download the reqired  
> jars for building? If not please have a look at the "Preparing system"  
> of http://ws.apache.org/axis/cpp/antbuild-guide.html)
>
> If you have done that already, please let know your platform/operating  
> system and the compiler you have.
>
> Tanks,
> Samisa...
>
> Pawel Pustelnik wrote:
>
>> Hi,
>>
>> I can not create makefiles for axis 1.5.0
>>
>> When I run
>>
>> ant
>>
>> then I get:
>>
>> pawel@localhost:/install/axis/axis-c-1.5.0-linux-src$ ant
>> Buildfile: build.xml
>>   [taskdef] Could not load definitions from resource cpptasks.tasks.  
>> It  could not be found.
>>   [typedef] Could not load definitions from resource cpptasks.types.  
>> It  could not be found.
>>
>> BUILD FAILED
>> /install/axis/axis-c-1.5.0-linux-src/build.xml:37: The following error   
>> occurred while executing this line:
>> /install/axis/axis-c-1.5.0-linux-src/build/buildInitialize.xml:33:  
>> Could  not create task or type of type: compiler.
>>
>> What should I do?
>>
>> Thanks,
>> Pawel
>>
>
>



-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

Re: axis 1.5.0 compilation problem

Posted by Samisa Abeysinghe <sa...@gmail.com>.
Did you follow the guidelines in ant build gude and download the reqired 
jars for building? If not please have a look at the "Preparing system" 
of http://ws.apache.org/axis/cpp/antbuild-guide.html)

If you have done that already, please let know your platform/operating 
system and the compiler you have.

Tanks,
Samisa...

Pawel Pustelnik wrote:

> Hi,
>
> I can not create makefiles for axis 1.5.0
>
> When I run
>
> ant
>
> then I get:
>
> pawel@localhost:/install/axis/axis-c-1.5.0-linux-src$ ant
> Buildfile: build.xml
>   [taskdef] Could not load definitions from resource cpptasks.tasks. 
> It  could not be found.
>   [typedef] Could not load definitions from resource cpptasks.types. 
> It  could not be found.
>
> BUILD FAILED
> /install/axis/axis-c-1.5.0-linux-src/build.xml:37: The following 
> error  occurred while executing this line:
> /install/axis/axis-c-1.5.0-linux-src/build/buildInitialize.xml:33: 
> Could  not create task or type of type: compiler.
>
> What should I do?
>
> Thanks,
> Pawel
>