Re: Control WSDL2Java output location

2010-06-04 Thread Nan Null
It has to conform to existing source structure we have. I can't just arbitrarily put it anywhere. It needs to be put inside an existing package, where it's a sub package, deal with WS stubs. There are many other tasks involved for this same functionality. Anyway, I think it should not be like th

Re: Control WSDL2Java output location

2010-06-03 Thread Jorge Medina
Why is that an issue? Just tell Ant or your IDE to also use the sources from /src Or move src one directory up using Ant. If you are using Ant to compile your code: ... wrote: > I am using Axis2 1.5.1. When generating the output Java code in Ant, > I specify the output directory. > Ho

Control WSDL2Java output location

2010-06-03 Thread Nan Null
I am using Axis2 1.5.1. When generating the output Java code in Ant, I specify the output directory. However, the tool always output under: /src/package I want it under: /package Basically, Axis always insert "src" into my project. For a learning project, that's not an issue. However, this