You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2008/07/12 15:30:26 UTC

[jira] Created: (MNG-3663) IT 0088 failing for Maven 2.1-SNAPSHOT on Windows

IT 0088 failing for Maven 2.1-SNAPSHOT on Windows
-------------------------------------------------

                 Key: MNG-3663
                 URL: http://jira.codehaus.org/browse/MNG-3663
             Project: Maven 2
          Issue Type: Bug
          Components: Inheritance and Interpolation
    Affects Versions: 2.1-alpha-1
         Environment: Windows, Maven 2.1-SNAPSHOT
            Reporter: Benjamin Bentmann
            Priority: Minor
         Attachments: org.apache.maven.it0088.PomInterpolationTest.txt, test.properties

Running the [Hudson bundle|http://www.nabble.com/Re%3A-Community-Help-with-Maven-ITs-p18415443.html] on Windows delivers:
{noformat}
Tests in error: 
  testitMNG3380(org.apache.maven.integrationtests.MavenITmng3380ManagedRelocatedTransdepsTest)
  testit0088(org.apache.maven.integrationtests.MavenIT0088Test)

Tests run: 166, Failures: 0, Errors: 2, Skipped: 0
{noformat}

As the attached test results show, the interpolation of {{${project.build.directory}}} does not return a path with normalized file separators.

-- 
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

        

Re: [jira] Created: (MNG-3663) IT 0088 failing for Maven 2.1-SNAPSHOT on Windows

Posted by Jason van Zyl <ja...@maven.org>.
On 12-Jul-08, at 11:12 AM, Benjamin Bentmann wrote:

> Jason van Zyl schrieb:
>
>> I think before you start cataloging these you need to get someone  
>> else to validate it.
>
> Dennis reported the same issue, that already makes two of us ;-)
>

Ah, yes. I didn't see the it0088 there in the bottom.

> Regarding validation of another issue: Can somebody please try to  
> build maven-core (or run the bootstrap from the Hudson package) from  
> a base directory that contains a space? This should expose Common  
> Bug #6 [0].

> Instead of creating JIRAs, would you prefer me

Actually, you're right. JIRA is probably the best place to collect  
this stuff. I created a new component called "IT Failures" and I  
created a corresponding filter:

http://jira.codehaus.org/secure/IssueNavigator.jspa?mode=hide&requestId=12787

Let me know if you can see that.

For now how about we collect votes to get some clear indication of the  
number of people who are having that particular failure? We could then  
use Swizzle to create a report that would tell us how severe a failure  
is.

Later we can get more automated and have the Hudson bundle send the  
failures directly to the issue management system. So we can get the  
grid of testing to feed directly back into our JIRA so we can accurate  
track the problems.

How's that sound?

>
> a) to mail the test results to the list,
> b) to mail the test results to you personally or
> c) something else?
>
>> Brian doesn't have this problem on Windows.
>
> Is he using Cygwin or plain old Windows like me?
>
>
> Benjamin
>
>
> [0] http://www.nabble.com/Re%3A-Common-Bugs-p16522914.html
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
----------------------------------------------------------

We know what we are, but know not what we may be.

   -- Shakespeare


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [jira] Created: (MNG-3663) IT 0088 failing for Maven 2.1-SNAPSHOT on Windows

Posted by Benjamin Bentmann <be...@udo.edu>.
Jason van Zyl schrieb:

> I think before you start cataloging these you need to get someone else 
> to validate it.

Dennis reported the same issue, that already makes two of us ;-)

Regarding validation of another issue: Can somebody please try to build 
maven-core (or run the bootstrap from the Hudson package) from a base 
directory that contains a space? This should expose Common Bug #6 [0].

Instead of creating JIRAs, would you prefer me
a) to mail the test results to the list,
b) to mail the test results to you personally or
c) something else?

> Brian doesn't have this problem on Windows.

Is he using Cygwin or plain old Windows like me?


Benjamin


[0] http://www.nabble.com/Re%3A-Common-Bugs-p16522914.html

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [jira] Created: (MNG-3663) IT 0088 failing for Maven 2.1-SNAPSHOT on Windows

Posted by Jason van Zyl <ja...@maven.org>.
Benjamin,

I think before you start cataloging these you need to get someone else  
to validate it. Brian doesn't have this problem on Windows. I'm just  
saying we need to start coming up with some validation strategies like  
someone doing quality engineering would.

On 12-Jul-08, at 9:30 AM, Benjamin Bentmann (JIRA) wrote:

> IT 0088 failing for Maven 2.1-SNAPSHOT on Windows
> -------------------------------------------------
>
>                 Key: MNG-3663
>                 URL: http://jira.codehaus.org/browse/MNG-3663
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Inheritance and Interpolation
>    Affects Versions: 2.1-alpha-1
>         Environment: Windows, Maven 2.1-SNAPSHOT
>            Reporter: Benjamin Bentmann
>            Priority: Minor
>         Attachments:  
> org.apache.maven.it0088.PomInterpolationTest.txt, test.properties
>
> Running the [Hudson bundle|http://www.nabble.com/Re%3A-Community-Help-with-Maven-ITs-p18415443.html 
> ] on Windows delivers:
> {noformat}
> Tests in error:
>   
> testitMNG3380 
> (org 
> .apache 
> .maven.integrationtests.MavenITmng3380ManagedRelocatedTransdepsTest)
>  testit0088(org.apache.maven.integrationtests.MavenIT0088Test)
>
> Tests run: 166, Failures: 0, Errors: 2, Skipped: 0
> {noformat}
>
> As the attached test results show, the interpolation of {{$ 
> {project.build.directory}}} does not return a path with normalized  
> file separators.
>
> -- 
> 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
>
>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder,  Apache Maven
jason at sonatype dot com
----------------------------------------------------------

the course of true love never did run smooth ...

  -- Shakespeare


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-3663) IT 0088 failing on Windows

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

Benjamin Bentmann closed MNG-3663.
----------------------------------

    Resolution: Fixed

These tests are now passing on trunk (r700435). There are about 40 others failing but that's a different story.

> IT 0088 failing on Windows
> --------------------------
>
>                 Key: MNG-3663
>                 URL: http://jira.codehaus.org/browse/MNG-3663
>             Project: Maven 2
>          Issue Type: Bug
>          Components: IT Failures
>    Affects Versions: 3.0-alpha-1
>         Environment: Windows, Maven 2.1-SNAPSHOT
>            Reporter: Benjamin Bentmann
>            Priority: Minor
>             Fix For: 3.0-alpha-1
>
>         Attachments: org.apache.maven.it0088.PomInterpolationTest.txt, test.properties
>
>
> Running the [Hudson bundle|http://www.nabble.com/Re%3A-Community-Help-with-Maven-ITs-p18415443.html] on Windows delivers:
> {noformat}
> Tests in error: 
>   testitMNG3380(org.apache.maven.integrationtests.MavenITmng3380ManagedRelocatedTransdepsTest)
>   testit0088(org.apache.maven.integrationtests.MavenIT0088Test)
> Tests run: 166, Failures: 0, Errors: 2, Skipped: 0
> {noformat}
> As the attached test results show, the interpolation of {{${project.build.directory}}} does not return a path with normalized file separators.

-- 
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-3663) IT 0088 failing on Windows

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

Paul Benedict updated MNG-3663:
-------------------------------

    Summary: IT 0088 failing on Windows  (was: IT 0088 failing for Maven 2.1-SNAPSHOT on Windows)

> IT 0088 failing on Windows
> --------------------------
>
>                 Key: MNG-3663
>                 URL: http://jira.codehaus.org/browse/MNG-3663
>             Project: Maven 2
>          Issue Type: Bug
>          Components: IT Failures
>    Affects Versions: 3.0-alpha-1
>         Environment: Windows, Maven 2.1-SNAPSHOT
>            Reporter: Benjamin Bentmann
>            Priority: Minor
>             Fix For: 3.0-alpha-1
>
>         Attachments: org.apache.maven.it0088.PomInterpolationTest.txt, test.properties
>
>
> Running the [Hudson bundle|http://www.nabble.com/Re%3A-Community-Help-with-Maven-ITs-p18415443.html] on Windows delivers:
> {noformat}
> Tests in error: 
>   testitMNG3380(org.apache.maven.integrationtests.MavenITmng3380ManagedRelocatedTransdepsTest)
>   testit0088(org.apache.maven.integrationtests.MavenIT0088Test)
> Tests run: 166, Failures: 0, Errors: 2, Skipped: 0
> {noformat}
> As the attached test results show, the interpolation of {{${project.build.directory}}} does not return a path with normalized file separators.

-- 
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-3663) IT 0088 failing for Maven 2.1-SNAPSHOT on Windows

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

Jason van Zyl updated MNG-3663:
-------------------------------

    Component/s:     (was: Inheritance and Interpolation)
                 IT Failures

> IT 0088 failing for Maven 2.1-SNAPSHOT on Windows
> -------------------------------------------------
>
>                 Key: MNG-3663
>                 URL: http://jira.codehaus.org/browse/MNG-3663
>             Project: Maven 2
>          Issue Type: Bug
>          Components: IT Failures
>    Affects Versions: 2.1-alpha-1
>         Environment: Windows, Maven 2.1-SNAPSHOT
>            Reporter: Benjamin Bentmann
>            Priority: Minor
>         Attachments: org.apache.maven.it0088.PomInterpolationTest.txt, test.properties
>
>
> Running the [Hudson bundle|http://www.nabble.com/Re%3A-Community-Help-with-Maven-ITs-p18415443.html] on Windows delivers:
> {noformat}
> Tests in error: 
>   testitMNG3380(org.apache.maven.integrationtests.MavenITmng3380ManagedRelocatedTransdepsTest)
>   testit0088(org.apache.maven.integrationtests.MavenIT0088Test)
> Tests run: 166, Failures: 0, Errors: 2, Skipped: 0
> {noformat}
> As the attached test results show, the interpolation of {{${project.build.directory}}} does not return a path with normalized file separators.

-- 
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-3663) IT 0088 failing for Maven 2.1-SNAPSHOT on Windows

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

Brett Porter updated MNG-3663:
------------------------------

    Fix Version/s: 2.1-alpha-1

> IT 0088 failing for Maven 2.1-SNAPSHOT on Windows
> -------------------------------------------------
>
>                 Key: MNG-3663
>                 URL: http://jira.codehaus.org/browse/MNG-3663
>             Project: Maven 2
>          Issue Type: Bug
>          Components: IT Failures
>    Affects Versions: 2.1-alpha-1
>         Environment: Windows, Maven 2.1-SNAPSHOT
>            Reporter: Benjamin Bentmann
>            Priority: Minor
>             Fix For: 2.1-alpha-1
>
>         Attachments: org.apache.maven.it0088.PomInterpolationTest.txt, test.properties
>
>
> Running the [Hudson bundle|http://www.nabble.com/Re%3A-Community-Help-with-Maven-ITs-p18415443.html] on Windows delivers:
> {noformat}
> Tests in error: 
>   testitMNG3380(org.apache.maven.integrationtests.MavenITmng3380ManagedRelocatedTransdepsTest)
>   testit0088(org.apache.maven.integrationtests.MavenIT0088Test)
> Tests run: 166, Failures: 0, Errors: 2, Skipped: 0
> {noformat}
> As the attached test results show, the interpolation of {{${project.build.directory}}} does not return a path with normalized file separators.

-- 
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