Simon Laws wrote:
This difference between the output of the ant and maven builds is related
to TUSCANY-3422. It would be possible to change the ant scripts to
recognize
the versioned filename for this jar produced by the maven build, but a
better
approach might be to implement the restructure suggested in TUSCANY-3422.
Can't say if this is actually the problem I'm having yet but thanks
for the pointer I'll give it a spin.
I think I like the restructure idea better. Seems like a more complete
solution.
Simon
I have committed the changes for this restructure. With these changes the
jars produced by the ant build have the same names as those produced
by the maven build, so there should be no problems with doing a maven
build and then using ant run on the output jars that were produced within
the development tree. It's also possible to use "java -jar <jarname>"
to run the distribution jars produced by the maven build.
Simon