dara kok wrote:
Hi,

I build my wsdl file using eclipse and generate java code from this wsdl
file using wsdl2java -impl -ant -server

after filling in business logic to the generated implementation file, i can
build the code using the command: ant

the strange thing is: I can't build war file from the command: ant war
the error say "the target "war" doesn't exists."

Can you help me?


Thanks,

dara kok

I don't know whether you are working in the sample directory, but the "war" target doesn't exist in the build.xml itself,
it was defined in the common_build.xml in the $CXF_HOME/sample directory.

Thanks
Jeff

Reply via email to