Bug 1036803 - DV6 quickstarts contain dist module that is non existent
Summary: DV6 quickstarts contain dist module that is non existent
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Data Virtualization 6
Classification: JBoss
Component: Examples
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: GA
: 6.0
Assignee: Van Halbert
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-02 16:06 UTC by Filip Nguyen
Modified: 2014-07-09 05:02 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-03-10 18:41:13 UTC
Type: Bug


Attachments (Terms of Use)

Description Filip Nguyen 2013-12-02 16:06:36 UTC
Modules [1] that are in DV6 quickstarts pom render the quickstarts unusable becuase module dist doesn't exist [2].

Also modules are missing simpleclient module.


[1]
        <modules>
        <!--module>drools-integration</module-->
        <module>dynamicvdb-datafederation</module>
        <module>dynamicvdb-dataroles</module>
        <module>hibernate-on-top-of-teiid</module>
        <module>webservices-as-a-datasource</module>
                <module>infinispan-local-cache</module>
        <module>custom-log4j-db-logger</module>
        <module>dist</module>
        </modules>
[2] 

 Child module /home/fnguyen/work/edsqa/builds/ER5/quickstarts/dist of /home/fnguyen/work/edsqa/builds/ER5/quickstarts/pom.xml does not exist

Comment 4 Petr Kočandrle 2013-12-02 17:43:11 UTC
The module in pom.xml can be safely removed now to unblock testing. In ER6 the module will be added conditionally only when the dist directory exists.

Comment 5 belong 2013-12-03 00:45:47 UTC
Assuming this will be sorted before GA - setting to requires_doc_text- accordingly.

Comment 6 Filip Nguyen 2013-12-03 04:00:31 UTC
(In reply to Petr Kočandrle from comment #4)
> The module in pom.xml can be safely removed now to unblock testing. In ER6
> the module will be added conditionally only when the dist directory exists.

Thanks, after safely removing the module the following issue comes up: https://bugzilla.redhat.com/show_bug.cgi?id=1036812


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