Uploaded image for project: 'Beehive'
  1. Beehive
  2. BEEHIVE-362

client-build-svn.xml clean needed before able to build webservice

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • V1Alpha
    • V1Beta
    • Web Services (181)
    • 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

      Attachments

        Activity

          People

            jerjohns Jeremiah Johnson
            jblack1395 James Black
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: