Uploaded image for project: 'Red Hat CodeReady Studio (devstudio)'
  1. Red Hat CodeReady Studio (devstudio)
  2. JBDS-3458

Product site module zips/unizps p2 repository several times

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • 12.x
    • 9.0.0.Beta1
    • build
    • None

    Description

      Look at the build stdout below:
      1. tycho assembles the archive (normal tycho life-cycle)
      2. generate-repository-facade builds it again (defined in parent/pom.xml)
      3. create-full-site adds something and builds it again (defined in parent/pom.xml)
      4. Ant script starts for final cleanup (part of jbdevstudio-product/site/pom.xml)

       --- tycho-p2-plugin:0.23.0:update-local-index (default-update-local-index) @ com.jboss.devstudio.core.feature.source ---
      [INFO] [INFO]                                                                         
      [INFO] [INFO] ------------------------------------------------------------------------
      [INFO] [INFO] Building com.jboss.devstudio.core.site 9.0.0-SNAPSHOT
      [INFO] [INFO] ------------------------------------------------------------------------
      [INFO] [INFO] 
      [INFO] [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ com.jboss.devstudio.core.site ---
      [INFO] [INFO] Deleting /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target
      [INFO] [INFO] 
      [INFO] [INFO] --- tycho-packaging-plugin:0.23.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ com.jboss.devstudio.core.site ---
      [INFO] [INFO] The project's OSGi version is 9.0.0.Beta1-v20150610-2237
      [INFO] [INFO] 
      [INFO] [INFO] --- build-helper-maven-plugin:1.9.1:regex-property (regex-property) @ com.jboss.devstudio.core.site ---
      [INFO] [INFO] 
      [INFO] [INFO] --- build-helper-maven-plugin:1.9.1:parse-version (parse-version) @ com.jboss.devstudio.core.site ---
      [INFO] [INFO] 
      [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-properversion) @ com.jboss.devstudio.core.site ---
      [INFO] [INFO] 
      [INFO] [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean-1) @ com.jboss.devstudio.core.site ---
      [INFO] [INFO] 
      [INFO] [INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ com.jboss.devstudio.core.site ---
      [INFO] [INFO] argLine set to -javaagent:/home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/.m2/org/jacoco/org.jacoco.agent/0.7.1.201405082137/org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=/home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/target/jacoco.exec,append=true,includes=org.jboss.tools.*
      [INFO] [INFO] 
      [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ com.jboss.devstudio.core.site ---
      [INFO] [INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
      [INFO] [INFO] skip non existing resourceDirectory /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/src/main/resources
      [INFO] [INFO] 
      [INFO] [INFO] --- tycho-source-plugin:0.23.0:plugin-source (plugin-source) @ com.jboss.devstudio.core.site ---
      [INFO] [INFO] 
      [INFO] [INFO] --- target-platform-configuration:0.23.0:target-platform (default-target-platform) @ com.jboss.devstudio.core.site ---
      [INFO] [INFO] 
      [INFO] [INFO] --- tycho-p2-publisher-plugin:0.23.0:publish-products (default-publish-products) @ com.jboss.devstudio.core.site ---
      [INFO] [INFO] 
      [INFO] [INFO] --- tycho-p2-publisher-plugin:0.23.0:publish-categories (default-publish-categories) @ com.jboss.devstudio.core.site ---
      [INFO] [INFO] 
      [INFO] [INFO] --- tycho-p2-publisher-plugin:0.23.0:attach-artifacts (default-attach-artifacts) @ com.jboss.devstudio.core.site ---
      [INFO] [INFO] 
      [INFO] [INFO] --- tycho-p2-repository-plugin:0.23.0:assemble-repository (default-assemble-repository) @ com.jboss.devstudio.core.site ---
      [INFO] [INFO] 
      [INFO] [INFO] --- tycho-p2-repository-plugin:0.23.0:archive-repository (default-archive-repository) @ com.jboss.devstudio.core.site ---
      [INFO] [INFO] Building zip: /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/com.jboss.devstudio.core.site-9.0.0-SNAPSHOT.zip
      [INFO] [INFO] 
      [INFO] [INFO] --- repository-utils:0.22.1-SNAPSHOT:generate-repository-facade (generate-facade) @ com.jboss.devstudio.core.site ---
      [INFO] [WARNING] Could not access build info at http://download.jboss.org/jbosstools/updates/requirements/xulrunner-1.9.2/latest/all/repo/buildinfo.json or http://download.jboss.org/jbosstools/updates/requirements/xulrunner-1.9.2//buildinfo.json
      [INFO] [WARNING] Could not access build info at http://download.jboss.org/jbosstools/updates/requirements/tern/0.10.0.201506020610/latest/all/repo/buildinfo.json or http://download.jboss.org/jbosstools/updates/requirements/tern/0.10.0.201506020610//buildinfo.json
      [INFO] [WARNING] Could not access build info at http://download.jboss.org/jbosstools/updates/requirements/thym/0.3.0-SNAPSHOT-201505011546/latest/all/repo/buildinfo.json or http://download.jboss.org/jbosstools/updates/requirements/thym/0.3.0-SNAPSHOT-201505011546//buildinfo.json
      [INFO] [INFO] Building zip: /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/com.jboss.devstudio.core.site-9.0.0-SNAPSHOT.zip
      [INFO] [INFO] 
      [INFO] [INFO] --- repository-utils:0.22.1-SNAPSHOT:create-full-site (generate-full-site) @ com.jboss.devstudio.core.site ---
      [INFO] [INFO] Building zip: /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/fullSite/all/repository.zip
      [INFO] [INFO] 
      [INFO] [INFO] --- tycho-p2-plugin:0.23.0:p2-metadata (attached-p2-metadata) @ com.jboss.devstudio.core.site ---
      [INFO] [INFO] 
      [INFO] [INFO] --- repository-utils:0.22.1-SNAPSHOT:compare-version-with-baselines (default) @ com.jboss.devstudio.core.site ---
      [INFO] [INFO] 
      [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ com.jboss.devstudio.core.site ---
      [INFO] [INFO] Installing /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/com.jboss.devstudio.core.site-9.0.0-SNAPSHOT.zip to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/.m2/com/jboss/devstudio/core/com.jboss.devstudio.core.site/9.0.0-SNAPSHOT/com.jboss.devstudio.core.site-9.0.0-SNAPSHOT.zip
      [INFO] [INFO] Installing /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/pom.xml to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/.m2/com/jboss/devstudio/core/com.jboss.devstudio.core.site/9.0.0-SNAPSHOT/com.jboss.devstudio.core.site-9.0.0-SNAPSHOT.pom
      [INFO] [INFO] Installing /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/extraArtifacts/com.jboss.devstudio.core.package.executable.win32.win32.x86.zip to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/.m2/com/jboss/devstudio/core/com.jboss.devstudio.core.site/9.0.0-SNAPSHOT/com.jboss.devstudio.core.site-9.0.0-SNAPSHOT-com.jboss.devstudio.core.package.executable.win32.win32.x86.zip
      [INFO] [INFO] Installing /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/extraArtifacts/com.jboss.devstudio.core.package.executable.win32.win32.x86_64.zip to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/.m2/com/jboss/devstudio/core/com.jboss.devstudio.core.site/9.0.0-SNAPSHOT/com.jboss.devstudio.core.site-9.0.0-SNAPSHOT-com.jboss.devstudio.core.package.executable.win32.win32.x86_64.zip
      [INFO] [INFO] Installing /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/extraArtifacts/com.jboss.devstudio.core.package.executable.gtk.linux.x86.zip to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/.m2/com/jboss/devstudio/core/com.jboss.devstudio.core.site/9.0.0-SNAPSHOT/com.jboss.devstudio.core.site-9.0.0-SNAPSHOT-com.jboss.devstudio.core.package.executable.gtk.linux.x86.zip
      [INFO] [INFO] Installing /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/p2artifacts.xml to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/.m2/com/jboss/devstudio/core/com.jboss.devstudio.core.site/9.0.0-SNAPSHOT/com.jboss.devstudio.core.site-9.0.0-SNAPSHOT-p2artifacts.xml
      [INFO] [INFO] Installing /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/extraArtifacts/com.jboss.devstudio.core.package.executable.gtk.linux.x86_64.zip to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/.m2/com/jboss/devstudio/core/com.jboss.devstudio.core.site/9.0.0-SNAPSHOT/com.jboss.devstudio.core.site-9.0.0-SNAPSHOT-com.jboss.devstudio.core.package.executable.gtk.linux.x86_64.zip
      [INFO] [INFO] Installing /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/p2content.xml to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/.m2/com/jboss/devstudio/core/com.jboss.devstudio.core.site/9.0.0-SNAPSHOT/com.jboss.devstudio.core.site-9.0.0-SNAPSHOT-p2metadata.xml
      [INFO] [INFO] Installing /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/extraArtifacts/com.jboss.devstudio.core.package.executable.cocoa.macosx.x86_64.zip to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/.m2/com/jboss/devstudio/core/com.jboss.devstudio.core.site/9.0.0-SNAPSHOT/com.jboss.devstudio.core.site-9.0.0-SNAPSHOT-com.jboss.devstudio.core.package.executable.cocoa.macosx.x86_64.zip
      [INFO] [INFO] 
      [INFO] [INFO] --- tycho-p2-plugin:0.23.0:update-local-index (default-update-local-index) @ com.jboss.devstudio.core.site ---
      [INFO] [INFO] 
      [INFO] [INFO] --- maven-antrun-plugin:1.3:run (install) @ com.jboss.devstudio.core.site ---
      [INFO] [INFO] Executing tasks
      [INFO]      [echo] project.build.directory = /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target
      [INFO] 
      [INFO] init:
      [INFO] 
      [INFO] check.target:
      [INFO]      [move] Moving 1 file to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository
      [INFO]      [move] Moving 1 file to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target
      [INFO] 
      [INFO] unpack.content.jar:
      [INFO]     [unzip] Expanding: /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository/content.jar into /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository
      [INFO]    [delete] Deleting: /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository/content.jar
      [INFO] 
      [INFO] unpack.artifacts.jar:
      [INFO]     [unzip] Expanding: /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository/artifacts.jar into /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository
      [INFO]    [delete] Deleting: /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository/artifacts.jar
      [INFO] 
      [INFO] remove.references:
      [INFO]      [copy] Copying 1 file to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository
      [INFO]      [xslt] Processing /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository/content.old.xml to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository/content.xml
      [INFO]      [xslt] Loading stylesheet /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/remove-references.xsl
      [INFO] 
      [INFO] add.associate.sites:
      [INFO] 
      [INFO] remove.uncategorized.category:
      [INFO]      [copy] Copying 1 file to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository
      [INFO]      [xslt] Processing /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository/content.old.xml to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository/content.xml
      [INFO]      [xslt] Loading stylesheet /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/remove-uncategorized.xsl
      [INFO] 
      [INFO] remove.uninstallable:
      [INFO]      [copy] Copying 1 file to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository
      [INFO]      [xslt] Processing /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository/content.old.xml to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository/content.xml
      [INFO]      [xslt] Loading stylesheet /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/remove-uninstallable.xsl
      [INFO] 
      [INFO] add.web.content:
      [INFO]      [echo] project.build.directory = /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target
      [INFO] 
      [INFO] generate.site.content.html:
      [INFO]      [xslt] Processing /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository/artifacts.xml to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository/site.contents.html
      [INFO]      [xslt] Loading stylesheet /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/artifacts.xml.to.site.content.html.xsl
      [INFO]    [delete] Deleting: /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository/site.contents.html
      [INFO]      [copy] Copying 1 file to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site
      [INFO]      [echo] project.build.directory = /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target
      [INFO] 
      [INFO] generate.feature.categories.properties:
      [INFO]      [xslt] Processing /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository/content.xml to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository/feature.categories.properties
      [INFO]      [xslt] Loading stylesheet /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/content.xml.to.feature.categories.properties.xsl
      [INFO]      [copy] Copying 1 file to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site
      [INFO]    [delete] Deleting: /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/index.html.tmp
      [INFO]    [delete] Deleting: /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository/feature.categories.properties
      [INFO]      [echo] project.build.directory = /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target
      [INFO] 
      [INFO] generate.category.xml:
      [INFO]      [xslt] Processing /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/category.xml to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/category.tmp.xml
      [INFO]      [xslt] Loading stylesheet /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/category.xml.xsl
      [INFO]      [xslt] Processing /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository/content.xml to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/feature.versions.properties
      [INFO]      [xslt] Loading stylesheet /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/content.xml.to.feature.versions.properties.xsl
      [INFO]    [delete] Deleting: /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/feature.versions.properties
      [INFO]      [copy] Copying 1 file to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site
      [INFO]    [delete] Deleting: /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/category.tmp.xml
      [INFO]      [copy] Copying 3 files to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository
      [INFO]      [move] Moving 1 file to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository
      [INFO]      [copy] Copying 5 files to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/fullSite/all/repo
      [INFO] 
      [INFO] pack.content.jar:
      [INFO]       [zip] Building zip: /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository/content.jar
      [INFO]    [delete] Deleting: /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository/content.xml
      [INFO]    [delete] Deleting: /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository/content.old.xml
      [INFO] 
      [INFO] pack.artifacts.jar:
      [INFO]       [zip] Building zip: /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository/artifacts.jar
      [INFO]    [delete] Deleting: /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/repository/artifacts.xml
      [INFO] 
      [INFO] pack.zip:
      [INFO]       [zip] Updating zip: /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/site_assembly.zip
      [INFO]      [copy] Copying 1 file to /home/eskimo/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbdevstudio-product/site/target/fullSite/all
      

      Attachments

        Issue Links

          Activity

            People

              nivologd@gmail.com Denis Golovin (Inactive)
              nivologd@gmail.com Denis Golovin (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: