client-build-svn.xml clean needed before able to build webservice
-----------------------------------------------------------------
Key: BEEHIVE-362
URL: http://issues.apache.org/jira/browse/BEEHIVE-362
Project: Beehive
Type: Bug
Components: Web Services (181)
Versions: V1Alpha
Environment: Solaris 8
Reporter: James Black
Priority: Minor
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
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira