Bug 867390

Summary: Seam Distribution has wrong readme.txt content for getting Arquillian libs
Product: [Retired] JBoss Enterprise WFK Platform 2 Reporter: Marek Novotny <mnovotny>
Component: ArquillianAssignee: Marek Novotny <mnovotny>
Status: CLOSED CURRENTRELEASE QA Contact: Marek Schmidt <maschmid>
Severity: high Docs Contact:
Priority: medium    
Version: 2.1.0CC: tremes, vdedik
Target Milestone: CR2   
Target Release: 2.1.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: Seam2.3
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-11-30 15:34:19 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 866942    

Description Marek Novotny 2012-10-17 12:30:50 UTC
Seam Distribution has got get-arquillian-libs.xml wrongly placed and that causes not loading of aether-ant-tasks*.jar to get maven features in ant script.

We need to fix that to be in seam-gen directory or to customize hybrid path to get in distribution module and in parallel in root of distribution in case of binary assembled Seam distribution.

Comment 1 Vaclav Dedik 2012-10-30 11:44:29 UTC
Fixed by commit 15317.

Comment 3 Tomas Remes 2012-11-07 11:50:11 UTC
Still wrong path "../build/lib" in get-arquillian-libs.xml in Seam distribution. Should probably be just "build/lib".

Comment 4 Marek Novotny 2012-11-07 12:29:13 UTC
readme.txt is wrong, as I rolled back the ant script change, but forgot on rolling back of text in readme.txt

Comment 5 Marek Novotny 2012-11-07 12:32:09 UTC
Text like:

Before using seam-gen
---------------------

If you want to use seam-gen, you need to run this command in the root of the distribution first:

    ant -f get-arquillian-libs.xml -Dtest.lib.dir=lib/test

has to be removed completely.

Getting of Arquillian libs is automated while seam-gen is creating generated project

Comment 6 Tomas Remes 2012-11-07 12:40:02 UTC
I think this should be rolled back also from seam-reference-guide/src/docbook/en-US/Testing.xml

Comment 7 Marek Novotny 2012-11-10 13:04:41 UTC
removed from readme.txt.

seam-reference-guide is not taken by Documentation team, so it can be kept as is.

Comment 9 Marek Schmidt 2012-11-16 15:17:41 UTC
Verified on WFK 2.1.0.CR2, the get-arquillian-libs has been removed from the readme.txt file. Opened https://bugzilla.redhat.com/show_bug.cgi?id=877447 for a different readme.txt issue regarding documentation location.

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