hello_world_async samples fails after clean
-------------------------------------------
Key: CXF-515
URL: https://issues.apache.org/jira/browse/CXF-515
Project: CXF
Issue Type: Bug
Reporter: Jonathan Anstey
After running 'ant clean' on the hello_world_async sample, it will no longer
build. See the following error message:
[EMAIL PROTECTED] hello_world_async]$ ant clean
...
[EMAIL PROTECTED] hello_world_async]$ ant build
Buildfile: build.xml
maybe.generate.code:
generate.code:
[echo] Generating code using wsdl2java...
[mkdir] Created dir:
/opt/cxf-2.0-incubator-RC-SNAPSHOT/samples/hello_world_async/build/classes
[mkdir] Created dir:
/opt/cxf-2.0-incubator-RC-SNAPSHOT/samples/hello_world_async/build/src
[java] Loading FrontEnd jaxws ...
[java] Loading DataBinding jaxb ...
[java] wsdl2java -b
/opt/cxf-2.0-incubator-RC-SNAPSHOT/samples/hello_world_async/wsdl/async_binding.xml
-verbose -d
/opt/cxf-2.0-incubator-RC-SNAPSHOT/samples/hello_world_async/build/src
/opt/cxf-2.0-incubator-RC-SNAPSHOT/samples/hello_world_async/wsdl/hello_world_async.wsdl
[java] wsdl2java - 2.0-incubator-RC-SNAPSHOT
[java] WSDLToJava Error : File does not exist :
file:/opt/cxf-2.0-incubator-RC-SNAPSHOT/samples/hello_world_async/wsdl/async_binding.xml
[java] org.apache.cxf.tools.common.ToolException: File does not exist :
file:/opt/cxf-2.0-incubator-RC-SNAPSHOT/samples/hello_world_async/wsdl/async_binding.xml
[java] at
org.apache.cxf.tools.wsdlto.frontend.jaxws.JAXWSContainer.validate(JAXWSContainer.java:71)
[java] at
org.apache.cxf.tools.wsdlto.WSDLToJavaContainer.execute(WSDLToJavaContainer.java:99)
[java] at
org.apache.cxf.tools.wsdlto.WSDLToJavaContainer.execute(WSDLToJavaContainer.java:211)
[java] at
org.apache.cxf.tools.common.toolspec.ToolRunner.runTool(ToolRunner.java:84)
[java] at
org.apache.cxf.tools.wsdlto.WSDLToJava.run(WSDLToJava.java:102)
[java] at
org.apache.cxf.tools.wsdlto.WSDLToJava.main(WSDLToJava.java:171)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.