Bug 1040812 - S-RAMP and DTGov examples cannot be compiled
Summary: S-RAMP and DTGov examples cannot be compiled
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: Examples
Version: 6.0.0 GA
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ER8
: 6.0.0
Assignee: Julian Coleman
QA Contact: Jiri Sedlacek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 07:22 UTC by Jiri Pechanec
Modified: 2015-08-02 23:45 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
ER7-2
Last Closed:
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker DTGOV-99 0 Major Closed Move demo assembly into a subdirectory 2014-01-17 10:26:12 UTC
Red Hat Issue Tracker SRAMP-261 0 Major Closed Move demo assembly into a subdirectory 2014-01-17 10:26:12 UTC

Description Jiri Pechanec 2013-12-12 07:22:37 UTC
mvn clean install

See build results

[INFO] Reactor Summary:
[INFO] 
[INFO] DTGov Demos ....................................... FAILURE [1:46.094s]
[INFO] DTGov Demos Project: Project Lifecycle Management . SKIPPED
[INFO] DTGov Demos Project: Requirements ................. SKIPPED
[INFO] DTGov Demos: Project - Service API ................ SKIPPED
[INFO] DTGov Demos: Project - Service Implementation ..... SKIPPED
[INFO] DTGov Demos: Switchyard Deployment ................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:56.940s
[INFO] Finished at: Thu Dec 12 07:29:59 CET 2013
[INFO] Final Memory: 29M/455M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.4:single (make-dist) on project dtgov-demos: Error reading assemblies: Error locating assembly descriptor: src/main/assembly/dist.xml
[ERROR] 
[ERROR] [1] [INFO] Searching for file location: /home/jpechane/releases/er7/full/jboss-eap-6.1/quickstarts/overlord/dtgov/src/main/assembly/dist.xml
[ERROR] 
[ERROR] [2] [INFO] File: /home/jpechane/releases/er7/full/jboss-eap-6.1/quickstarts/overlord/dtgov/src/main/assembly/dist.xml does not exist.
[ERROR] 
[ERROR] [3] [INFO] File: /home/jpechane/releases/er7/full/jboss-eap-6.1/quickstarts/overlord/dtgov/src/main/assembly/dist.xml does not exist.
[ERROR] -> [Help 1]

[INFO] Reactor Summary:
[INFO] 
[INFO] S-RAMP Demos ...................................... FAILURE [7.462s]
[INFO] S-RAMP Demos: Simple Client ....................... SKIPPED
[INFO] S-RAMP Demos: Archive Package ..................... SKIPPED
[INFO] S-RAMP Demos: Query ............................... SKIPPED
[INFO] S-RAMP Demos: Properties .......................... SKIPPED
[INFO] S-RAMP Demos: Ontologies .......................... SKIPPED
[INFO] S-RAMP Demos: Classifications ..................... SKIPPED
[INFO] S-RAMP Demos: Maven Integration - Artifacts ....... SUCCESS [42.851s]
[INFO] S-RAMP Demos: Maven Integration - App ............. SUCCESS [0.419s]
[INFO] S-RAMP Demos: Maven Integration ................... SKIPPED
[INFO] S-RAMP Demos: Relationships ....................... SKIPPED
[INFO] S-RAMP Demos: Derived Artifacts ................... SKIPPED
[INFO] S-RAMP Demos: Custom Deriver ...................... SKIPPED
[INFO] S-RAMP Demos: Custom Shell Command ................ SKIPPED
[INFO] S-RAMP Demos: Switchyard Deployment ............... SKIPPED
[INFO] S-RAMP Demos: Switchyard Multi App Deployment ..... SKIPPED
[INFO] S-RAMP Demos: Switchyard Multi App Deployment - Service Artifacts  SKIPPED
[INFO] S-RAMP Demos: Switchyard Multi App Deployment - Order Service  SKIPPED
[INFO] S-RAMP Demos: Switchyard Multi App Deployment - Order Consumer  SKIPPED
[INFO] S-RAMP Demos: Switchyard Multi App Deployment - Web App  SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 52.935s
[INFO] Finished at: Thu Dec 12 07:32:07 CET 2013
[INFO] Final Memory: 62M/726M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.4:single (make-dist) on project s-ramp-demos: Error reading assemblies: Error locating assembly descriptor: src/main/assembly/dist.xml
[ERROR] 
[ERROR] [1] [INFO] Searching for file location: /home/jpechane/releases/er7/full/jboss-eap-6.1/quickstarts/overlord/sramp/src/main/assembly/dist.xml
[ERROR] 
[ERROR] [2] [INFO] File: /home/jpechane/releases/er7/full/jboss-eap-6.1/quickstarts/overlord/sramp/src/main/assembly/dist.xml does not exist.
[ERROR] 
[ERROR] [3] [INFO] File: /home/jpechane/releases/er7/full/jboss-eap-6.1/quickstarts/overlord/sramp/src/main/assembly/dist.xml does not exist.
[ERROR] -> [Help 1]

Comment 1 kconner 2013-12-16 21:56:56 UTC
S-RAMP assembly artifact has changed to org.overlord.sramp.demos:s-ramp-demos-assembly:version

Comment 2 kconner 2013-12-16 22:25:10 UTC
DTGOV assembly artifact has changed to org.overlord.dtgov.demos:dtgov-demos-assembly:version

Comment 3 kconner 2013-12-17 01:38:01 UTC
Assigning to productisation so that they can double check the build and make sure that they are pulling in the new artifacts.

Comment 4 kconner 2013-12-17 18:48:46 UTC
The zips used in production appear to be from the following artifacts
- org.overlord.dtgov:dtgov-distro
- org.overlord.sramp:s-ramp-distro-assembly

The dtgov-distro now contains the demos under the directory /dtgov-demos-assembly-<version> whereas the contents of the s-ramp-distro-assembly should be the same as the previous s-ramp-distro artifact.

Comment 5 Julian Coleman 2013-12-18 21:28:34 UTC
Platform assembly updated with ip commit 27000a39c2409bf49d89cc2fd2582e920a977609:

  BZ-1040812
  Adapt DT-Gov assembly to new demos location.

Comment 6 JBoss JIRA Server 2013-12-19 15:24:12 UTC
Kevin Conner <kevin.conner> updated the status of jira DTGOV-99 to Closed

Comment 7 JBoss JIRA Server 2013-12-19 15:24:27 UTC
Kevin Conner <kevin.conner> updated the status of jira SRAMP-261 to Closed

Comment 8 Jiri Pechanec 2013-12-20 09:55:56 UTC
Verified in ER8


Note You need to log in before you can comment on or make changes to this bug.