Ajith Ranabahu wrote:

After the XMLBeans module has been moved out, I'm facing a problem
with running WSDL2Java in the IDE. What happens is that the XMLBeans
module depends on the codegen module for compilation (since
org.apache.axis2.xmlbeans.CodeGenerationUtility included in the
xmlbeans module) but if I'm running WSDL2Java with -d xmlbeans option
then I need the xmlbeans module in the classpath. This causes a cyclic
dependancy !!
Why do you need to run WSDL2Java with -d xmlbeans option in order to build the codegen module? AFAIK you should be able to build the codegen module without running the xmlbeans code, then can build the xmlbeans module after that. That's the way the maven build is set up, anyway.

 - Dennis

Reply via email to