[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-2371) Integration testing Seam components with Maven

Siarhei Dudzin (JIRA) jira-events at lists.jboss.org
Sun Feb 10 09:52:03 EST 2008


    [ http://jira.jboss.com/jira/browse/JBSEAM-2371?page=comments#action_12399029 ] 
            
Siarhei Dudzin commented on JBSEAM-2371:
----------------------------------------

Besides the JBoss Embedded problem, this issue also depends (this concerns mostly IDE support as SureFire plugin manages to put JBoss Embedded *-all jars in the right place) on resolutions of the following issues:

http://jira.codehaus.org/browse/MNG-1412 - once this fixed the classpath will be much more predictable

http://jira.codehaus.org/browse/MECLIPSE-294 introduced alphabetical sorting order for eclipse classpath (maven-eclipse-plugin allows to generate eclipse projects based on project pom.xml). To address MECLIPSE-294 when maven 2.0.9 comes out I've created http://jira.codehaus.org/browse/MECLIPSE-388 which should rollback MECLIPSE-294 to default dependencies ordering (which should be ok because maven 2.0.9 will have MNG-1412).

Until then if you want to run integration tests in eclipse for projects created from maven you would need to manually re-order JBoss Embedded libraries and put all the '*-all' jars in the first place (or give them ugly names so that the alphabetical order puts them in the first place).

> Integration testing Seam components with Maven
> ----------------------------------------------
>
>                 Key: JBSEAM-2371
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2371
>             Project: JBoss Seam
>          Issue Type: Task
>          Components: Test Harness, Build
>    Affects Versions: 2.0.0.GA
>         Environment: Maven 2.0.7
>            Reporter: Siarhei Dudzin
>            Priority: Critical
>             Fix For: 2.1.x
>
>
> Various users have reported integration testing with Seam is not working in 'Mavenized' projects.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list