Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] WSDL2WS workspace plug-in packaging error

Hi,

WSDL2WS workspace plug-in works correctly. When we tried to package it by
using Export->Deployable plug-ins and fragments, following errorlog was
created.

File: exportLog.txt

Error: Compile failed; see the compiler error output for details.
	Project: com.example.wsdl2ws
	Target: axis.jar
Error: Compile failed; see the compiler error output for details.
	Project: com.example.wsdl2ws
	Target: commons-discovery.jar
Error: Compile failed; see the compiler error output for details.
	Project: com.example.wsdl2ws
	Target: wsdl2ws.jar
Error: Compile failed; see the compiler error output for details.
	Project: com.example.wsdl2ws
	Target: wsdl4j.jar
Error: Compile failed; see the compiler error output for details.
	Project: com.example.wsdl2ws
	Target: commons-logging.jar
Error: Compile failed; see the compiler error output for details.
	Project: com.example.wsdl2ws
	Target: saaj.jar
Error: Compile failed; see the compiler error output for details.
	Project: com.example.wsdl2ws
	Target: jaxrpc.jar

How should i solve this?

Thanks.


Back to the top