Bug 865710 - errai demo examples in the errai distribution do not have versions of gwt-maven-plugin specified
Summary: errai demo examples in the errai distribution do not have versions of gwt-mav...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise WFK Platform 2
Classification: Retired
Component: Errai
Version: 2.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ER2
: 2.1.0
Assignee: Pavel SLegr
QA Contact: Karel Piwko
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-12 08:36 UTC by Stefan Miklosovic
Modified: 2015-08-02 23:41 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-11-30 15:34:18 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Stefan Miklosovic 2012-10-12 08:36:32 UTC
Description of problem:

Demo examples in the errai distribution do not have version of the gwt-maven-plugin specified which results of taking the lastest version of the gwt-maven-plugin from the central (currently 2.5.0-rc1). Involving of this plugin version of the gwt-maven-plugin to the building process of all demos causes that examples are unbuildable.

Version-Release number of selected component (if applicable):
2.1.0.CR2 demos

How reproducible:
Always until version of the gwt-plugin is not specified directly in the project's pom.xml

Steps to Reproduce:
1.
2.
3.
  
Actual results:
unsuccessful build of all projects

Expected results:
successful build of all projects

Additional info:

Comment 2 Stefan Miklosovic 2012-10-12 10:06:07 UTC
This fix caused the next error - while trying to import the whole project to the JBDS as an existing maven project, the pom.xml of the parent project can not be parsed because of existing <version> tag in the configuration section of the lifecycle plugin which replaced former <versionRange> tag. The <version> tag is not allowed to be present. Go back to the <versionRange> and correct versioning appropriately, suggesting something like 

<versionRange>[2.3.0,${gwt.version}]</versionRange>

(In reply to comment #1)
> fixed with:
> http://git.app.eng.bos.redhat.com/?p=errai/errai.git;a=commit;
> h=76c67a442f61393a16b0cc9292fb8a0f2c7230ef

Comment 4 Stefan Miklosovic 2012-10-18 13:20:52 UTC
I am hereby verifying that all examples of errai in the jboss-wfk-2.1.0.ER2/demo/errai-2.1.0.Final-redhat-1 are buildable with the success after the fixing commit, however their actuall deployment of all demos in the distribution, not only jpa ones, to the EAP 6.0.0.GA is erroneous. This issue is covered in the bug #865415, comment (1).

(1) https://bugzilla.redhat.com/show_bug.cgi?id=865415#c6

Comment 5 Karel Piwko 2012-11-30 15:34:18 UTC
Distributed as a part of WFK 2.1.0.GA release.


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