You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2007/08/21 07:34:47 UTC

[jira] Created: (MNG-3159) IT 95 is failing on the trunk and maven-2.0.x branch

IT 95 is failing on the trunk and maven-2.0.x branch
----------------------------------------------------

                 Key: MNG-3159
                 URL: http://jira.codehaus.org/browse/MNG-3159
             Project: Maven 2
          Issue Type: Bug
          Components: integration tests
    Affects Versions: 2.0.8, 2.1-alpha-1
            Reporter: Brett Porter




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

        

[jira] Updated: (MNG-3159) IT 95 is failing on the trunk and maven-2.0.x branch

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MNG-3159:
------------------------------

    Fix Version/s: 2.1-alpha-1

> IT 95 is failing on the trunk and maven-2.0.x branch
> ----------------------------------------------------
>
>                 Key: MNG-3159
>                 URL: http://jira.codehaus.org/browse/MNG-3159
>             Project: Maven 2
>          Issue Type: Bug
>          Components: integration tests
>    Affects Versions: 2.0.8, 2.1-alpha-1
>            Reporter: Brett Porter
>             Fix For: 2.1-alpha-1
>
>


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

        

[jira] Closed: (MNG-3159) IT 95 is failing on the trunk and maven-2.0.x branch

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Casey closed MNG-3159.
---------------------------

    Resolution: Fixed

The problem was actually in what it0095 was testing. It was expecting the sibling location of the module to affect the calculation of the DistributionManagement Site URL, which it never did. I changed it0095 to actually test all fields that are affected by a childPathAdjustment, added in MNG-2006 (project/scm/connection, project/scm/developerConnection, project/scm/url, and project/url).

I added a new integration test (it00128) which checks for the fix given in MNG-3134, i.e. the project/distributionManagement/site/url.

> IT 95 is failing on the trunk and maven-2.0.x branch
> ----------------------------------------------------
>
>                 Key: MNG-3159
>                 URL: http://jira.codehaus.org/browse/MNG-3159
>             Project: Maven 2
>          Issue Type: Bug
>          Components: integration tests
>    Affects Versions: 2.0.8, 2.1-alpha-1
>            Reporter: Brett Porter
>             Fix For: 2.1-alpha-1
>
>


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

        

[jira] Commented: (MNG-3159) IT 95 is failing on the trunk and maven-2.0.x branch

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_105268 ] 

Brett Porter commented on MNG-3159:
-----------------------------------

[INFO] [verifier:verify {execution: verify}]
[error] [Verifier] File [/Users/brett/scm/maven/core-integration-testing/core-integration-tests/target/test-classes/it0095/sub1/target/effective-pom.xml] does not match regexp [scp://host/path/parent/sub1]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: There are test failures
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:564)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: There are test failures
        at org.apache.maven.plugin.verifier.VerifierMojo.execute(VerifierMojo.java:74)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
        ... 16 more


> IT 95 is failing on the trunk and maven-2.0.x branch
> ----------------------------------------------------
>
>                 Key: MNG-3159
>                 URL: http://jira.codehaus.org/browse/MNG-3159
>             Project: Maven 2
>          Issue Type: Bug
>          Components: integration tests
>    Affects Versions: 2.0.8, 2.1-alpha-1
>            Reporter: Brett Porter
>


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