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

[jira] Created: (MASSEMBLY-166) ManifestCreationFinalizerTest fails on Windows

ManifestCreationFinalizerTest fails on Windows
----------------------------------------------

                 Key: MASSEMBLY-166
                 URL: http://jira.codehaus.org/browse/MASSEMBLY-166
             Project: Maven 2.x Assembly Plugin
          Issue Type: Bug
    Affects Versions: 2.2
         Environment: Windows XP
            Reporter: Baerrach bonDierne
         Attachments: MASSEMBLY-166-patch.txt

Opening a file inside a Jar locks the file on Windows and therefore can not be deleted as part of the tearDown().

Patched test to workaround the issue.

        // http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4823678
        ((JarURLConnection)resource.openConnection()).getJarFile().close();        


-- 
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: (MASSEMBLY-166) ManifestCreationFinalizerTest fails on Windows

Posted by "Baerrach bonDierne (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MASSEMBLY-166?page=all ]

Baerrach bonDierne updated MASSEMBLY-166:
-----------------------------------------

    Attachment: MASSEMBLY-166-patch.txt

> ManifestCreationFinalizerTest fails on Windows
> ----------------------------------------------
>
>                 Key: MASSEMBLY-166
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-166
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2
>         Environment: Windows XP
>            Reporter: Baerrach bonDierne
>         Attachments: MASSEMBLY-166-patch.txt
>
>
> Opening a file inside a Jar locks the file on Windows and therefore can not be deleted as part of the tearDown().
> Patched test to workaround the issue.
>         // http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4823678
>         ((JarURLConnection)resource.openConnection()).getJarFile().close();        

-- 
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: (MASSEMBLY-166) ManifestCreationFinalizerTest fails on Windows

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MASSEMBLY-166?page=all ]

Brett Porter closed MASSEMBLY-166.
----------------------------------

         Assignee: Brett Porter
       Resolution: Fixed
    Fix Version/s: 2.2

applied, thanks

> ManifestCreationFinalizerTest fails on Windows
> ----------------------------------------------
>
>                 Key: MASSEMBLY-166
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-166
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2
>         Environment: Windows XP
>            Reporter: Baerrach bonDierne
>         Assigned To: Brett Porter
>             Fix For: 2.2
>
>         Attachments: MASSEMBLY-166-patch.txt
>
>
> Opening a file inside a Jar locks the file on Windows and therefore can not be deleted as part of the tearDown().
> Patched test to workaround the issue.
>         // http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4823678
>         ((JarURLConnection)resource.openConnection()).getJarFile().close();        

-- 
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: (MASSEMBLY-166) ManifestCreationFinalizerTest fails on Windows

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

John Casey updated MASSEMBLY-166:
---------------------------------

    Fix Version/s:     (was: 2.2)
                   2.2-beta-1

> ManifestCreationFinalizerTest fails on Windows
> ----------------------------------------------
>
>                 Key: MASSEMBLY-166
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-166
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2
>         Environment: Windows XP
>            Reporter: Barrie Treloar
>         Assigned To: Brett Porter
>             Fix For: 2.2-beta-1
>
>         Attachments: MASSEMBLY-166-patch.txt
>
>
> Opening a file inside a Jar locks the file on Windows and therefore can not be deleted as part of the tearDown().
> Patched test to workaround the issue.
>         // http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4823678
>         ((JarURLConnection)resource.openConnection()).getJarFile().close();        

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