[ http://issues.apache.org/jira/browse/BEEHIVE-362?page=all ]
     
Jeremiah Johnson closed BEEHIVE-362:
------------------------------------

    Assign To: Jeremiah Johnson  (was: Michael Merz)

Verified in source from SVN 179731.

Followed these steps to verify:
ant -f build-svn.xml build deploy.war
mv ../../../blankWS.war $CATALINA_HOME/webapps
ant -f build-client-svn.xml
edit ../src-ws/web/Blank.java
ant -f build-svn.xml build deploy.war

Also, I see that artifacts for client are going to WEB-INF/build-client.

trunk/samples/wsm-addressbook-enhanced was also tested in this way.

> 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
>     Assignee: Jeremiah Johnson
>     Priority: Minor
>      Fix For: V1Beta

>
> 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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to