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
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
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