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 Samisa Abeysinghe <sa...@gmail.com> on 2006/02/03 02:54:55 UTC

[Axis2] make dist error

I tried 'make dist' and build the resulting package.

I get an error when I try to run make on the created package:
Making all in ides
make[2]: Entering directory `/home/samisa/temp/axis2-1.0.0/ides'
Making all in anjuta
make[3]: Entering directory `/home/samisa/temp/axis2-1.0.0/ides/anjuta'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/samisa/temp/axis2-1.0.0/ides/anjuta'
make[3]: Entering directory `/home/samisa/temp/axis2-1.0.0/ides'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/samisa/temp/axis2-1.0.0/ides'
make[2]: Leaving directory `/home/samisa/temp/axis2-1.0.0/ides'
make[2]: Entering directory `/home/samisa/temp/axis2-1.0.0'
make[2]: *** No rule to make target `samples/server/axis2.xml', needed 
by `all-am'.  Stop.
make[2]: Leaving directory `/home/samisa/temp/axis2-1.0.0'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/samisa/temp/axis2-1.0.0'
make: *** [all] Error 2

It cannot find axis2.xml
Also, why does it try to run make in ides? It does not make sense.

Thanks,
Samisa...