You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "James Black (JIRA)" <be...@incubator.apache.org> on 2005/02/25 18:31:48 UTC

[jira] Created: (BEEHIVE-362) client-build-svn.xml clean needed before able to build webservice

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


[jira] Resolved: (BEEHIVE-362) client-build-svn.xml clean needed before able to build webservice

Posted by "Michael Merz (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-362?page=history ]
     
Michael Merz resolved BEEHIVE-362:
----------------------------------

     Resolution: Fixed
    Fix Version: V1Beta

Issue fixed for all samples. Client uses separate build-dir to avoid code generation into the same dir subtree. Rev 157205.

> 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: Michael Merz
>     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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (BEEHIVE-362) client-build-svn.xml clean needed before able to build webservice

Posted by "Jeremiah Johnson (JIRA)" <be...@incubator.apache.org>.
     [ 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


[jira] Assigned: (BEEHIVE-362) client-build-svn.xml clean needed before able to build webservice

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-362?page=history ]

Eddie O'Neil reassigned BEEHIVE-362:
------------------------------------

    Assign To: Michael Merz

> 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: Michael Merz
>     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