Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
V1Alpha
-
None
-
Solaris 8
Description
If I build the client files for my webservice, then change the webservice, and try to rebuild it, then I have to first do a clean on the client, then I can build the webservice. Otherwise I get errors in apt, mostly due to duplicate classes for beans being found.
It appears that the webservice build file included the client generated files in the classpath.
This is minor, if you know the correct order to do operations.
This is broken:
ant -f build-svn.xml
ant -f build-client-svn.xml
ant -f build-svn.xml
This works
ant -f build-svn.xml
ant -f build-client-svn.xml
ant -f build-client-svn.xml clean
ant -f build-svn.xml