You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "John Didion (JIRA)" <ji...@codehaus.org> on 2006/05/10 01:20:40 UTC

[jira] Created: (WAGON-47) add zip provider (source attahced)

add zip provider (source attahced)
----------------------------------

         Key: WAGON-47
         URL: http://jira.codehaus.org/browse/WAGON-47
     Project: wagon
        Type: New Feature

  Components: wagon-provider-api  
    Reporter: John Didion


As part of our build process, we generate repository snapshots contained within a jar file. We have written an installer that is able to install certain types of artifacts from any repository including a repository snapshot jar. We needed to add a zip file provider to wagon so we could use maven's repository api. It'd be nice to have that provider as part of wagon proper.

-- 
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: (WAGON-47) add zip provider (source attahced)

Posted by "John Didion (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/WAGON-47?page=comments#action_65213 ] 

John Didion commented on WAGON-47:
----------------------------------

Oops...I always forget to change the boilerplate. Hey, is there an apache code style scheme for IntelliJ?

> add zip provider (source attahced)
> ----------------------------------
>
>          Key: WAGON-47
>          URL: http://jira.codehaus.org/browse/WAGON-47
>      Project: wagon
>         Type: New Feature

>   Components: wagon-provider-api
>     Reporter: John Didion
>  Attachments: wagon-provider-api.diff, wagon-provider-zip.diff
>
>
> As part of our build process, we generate repository snapshots contained within a jar file. We have written an installer that is able to install certain types of artifacts from any repository including a repository snapshot jar. We needed to add a zip file provider to wagon so we could use maven's repository api. It'd be nice to have that provider as part of wagon proper.

-- 
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: (WAGON-47) add zip provider (source attahced)

Posted by "Brian Topping (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/WAGON-47?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_105810 ] 

Brian Topping commented on WAGON-47:
------------------------------------

We need this as well, and I was about to write one, so it's nice to find this here.

John: the patch still has Loudeye copyright headers on one or more of the files in the patch.

Carlos: any chance this will make it to trunk if those are changed?

> add zip provider (source attahced)
> ----------------------------------
>
>                 Key: WAGON-47
>                 URL: http://jira.codehaus.org/browse/WAGON-47
>             Project: wagon
>          Issue Type: New Feature
>          Components: wagon-provider-api
>            Reporter: John Didion
>         Attachments: wagon-provider-api.diff, wagon-provider-zip.diff, wagon-provider-zip.diff, wagon-provider.zip.diff
>
>
> As part of our build process, we generate repository snapshots contained within a jar file. We have written an installer that is able to install certain types of artifacts from any repository including a repository snapshot jar. We needed to add a zip file provider to wagon so we could use maven's repository api. It'd be nice to have that provider as part of wagon proper.

-- 
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: (WAGON-47) add zip provider (source attahced)

Posted by "John Didion (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/WAGON-47?page=comments#action_72188 ] 
            
John Didion commented on WAGON-47:
----------------------------------

Attachment #4 has everything, including tests and docs. For some reason, it didn't obsolete the other diffs with the same name.

> add zip provider (source attahced)
> ----------------------------------
>
>                 Key: WAGON-47
>                 URL: http://jira.codehaus.org/browse/WAGON-47
>             Project: wagon
>          Issue Type: New Feature
>          Components: wagon-provider-api
>            Reporter: John Didion
>         Attachments: wagon-provider-api.diff, wagon-provider-zip.diff, wagon-provider-zip.diff, wagon-provider.zip.diff
>
>
> As part of our build process, we generate repository snapshots contained within a jar file. We have written an installer that is able to install certain types of artifacts from any repository including a repository snapshot jar. We needed to add a zip file provider to wagon so we could use maven's repository api. It'd be nice to have that provider as part of wagon proper.

-- 
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: (WAGON-47) add zip provider (source attahced)

Posted by "Anonymous (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-47?page=all ]

 updated WAGON-47:
------------------

    Attachment: wagon-provider-zip.diff

> add zip provider (source attahced)
> ----------------------------------
>
>          Key: WAGON-47
>          URL: http://jira.codehaus.org/browse/WAGON-47
>      Project: wagon
>         Type: New Feature

>   Components: wagon-provider-api
>     Reporter: John Didion
>  Attachments: wagon-provider-api.diff, wagon-provider-zip.diff, wagon-provider-zip.diff
>
>
> As part of our build process, we generate repository snapshots contained within a jar file. We have written an installer that is able to install certain types of artifacts from any repository including a repository snapshot jar. We needed to add a zip file provider to wagon so we could use maven's repository api. It'd be nice to have that provider as part of wagon proper.

-- 
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: (WAGON-47) add zip provider (source attahced)

Posted by "John Didion (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-47?page=all ]

John Didion updated WAGON-47:
-----------------------------

    Attachment: wagon-provider.zip.diff

> add zip provider (source attahced)
> ----------------------------------
>
>                 Key: WAGON-47
>                 URL: http://jira.codehaus.org/browse/WAGON-47
>             Project: wagon
>          Issue Type: New Feature
>          Components: wagon-provider-api
>            Reporter: John Didion
>         Attachments: wagon-provider-api.diff, wagon-provider-zip.diff, wagon-provider-zip.diff, wagon-provider.zip.diff
>
>
> As part of our build process, we generate repository snapshots contained within a jar file. We have written an installer that is able to install certain types of artifacts from any repository including a repository snapshot jar. We needed to add a zip file provider to wagon so we could use maven's repository api. It'd be nice to have that provider as part of wagon proper.

-- 
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: (WAGON-47) add zip provider (source attahced)

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/WAGON-47?page=comments#action_65771 ] 

Carlos Sanchez commented on WAGON-47:
-------------------------------------

You need to provide tests and documentation. We don't introduce new features without it.
You can check the other providers to see how to do it.

> add zip provider (source attahced)
> ----------------------------------
>
>          Key: WAGON-47
>          URL: http://jira.codehaus.org/browse/WAGON-47
>      Project: wagon
>         Type: New Feature

>   Components: wagon-provider-api
>     Reporter: John Didion
>  Attachments: wagon-provider-api.diff, wagon-provider-zip.diff, wagon-provider-zip.diff
>
>
> As part of our build process, we generate repository snapshots contained within a jar file. We have written an installer that is able to install certain types of artifacts from any repository including a repository snapshot jar. We needed to add a zip file provider to wagon so we could use maven's repository api. It'd be nice to have that provider as part of wagon proper.

-- 
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: (WAGON-47) add zip provider (source attahced)

Posted by "Brian Topping (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/WAGON-47?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_105814 ] 

Brian Topping commented on WAGON-47:
------------------------------------

Pay no mind... I think these patches are probably too out of date to use.  Patches should be updated or issue closed WNF.

> add zip provider (source attahced)
> ----------------------------------
>
>                 Key: WAGON-47
>                 URL: http://jira.codehaus.org/browse/WAGON-47
>             Project: wagon
>          Issue Type: New Feature
>          Components: wagon-provider-api
>            Reporter: John Didion
>         Attachments: wagon-provider-api.diff, wagon-provider-zip.diff, wagon-provider-zip.diff, wagon-provider.zip.diff
>
>
> As part of our build process, we generate repository snapshots contained within a jar file. We have written an installer that is able to install certain types of artifacts from any repository including a repository snapshot jar. We needed to add a zip file provider to wagon so we could use maven's repository api. It'd be nice to have that provider as part of wagon proper.

-- 
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: (WAGON-47) add zip provider (source attahced)

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/WAGON-47?page=comments#action_65082 ] 

Carlos Sanchez commented on WAGON-47:
-------------------------------------

This can go into Maven, provided copyright ownership is assigned to the Apache Software Foundation (see other maven files)

Also note that code formatting should be consistent with the current codebase.


> add zip provider (source attahced)
> ----------------------------------
>
>          Key: WAGON-47
>          URL: http://jira.codehaus.org/browse/WAGON-47
>      Project: wagon
>         Type: New Feature

>   Components: wagon-provider-api
>     Reporter: John Didion
>  Attachments: wagon-provider-api.diff, wagon-provider-zip.diff
>
>
> As part of our build process, we generate repository snapshots contained within a jar file. We have written an installer that is able to install certain types of artifacts from any repository including a repository snapshot jar. We needed to add a zip file provider to wagon so we could use maven's repository api. It'd be nice to have that provider as part of wagon proper.

-- 
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: (WAGON-47) add zip provider (source attahced)

Posted by "John Didion (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/WAGON-47?page=comments#action_65216 ] 

John Didion commented on WAGON-47:
----------------------------------

Never mind, I found the code style scheme. I've attached a new diff of the zip provider with apache boilerplate and correct code style.

> add zip provider (source attahced)
> ----------------------------------
>
>          Key: WAGON-47
>          URL: http://jira.codehaus.org/browse/WAGON-47
>      Project: wagon
>         Type: New Feature

>   Components: wagon-provider-api
>     Reporter: John Didion
>  Attachments: wagon-provider-api.diff, wagon-provider-zip.diff, wagon-provider-zip.diff
>
>
> As part of our build process, we generate repository snapshots contained within a jar file. We have written an installer that is able to install certain types of artifacts from any repository including a repository snapshot jar. We needed to add a zip file provider to wagon so we could use maven's repository api. It'd be nice to have that provider as part of wagon proper.

-- 
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: (WAGON-47) add zip provider (source attahced)

Posted by "John Didion (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-47?page=all ]

John Didion updated WAGON-47:
-----------------------------

    Attachment: wagon-provider-zip.diff
                wagon-provider-api.diff

> add zip provider (source attahced)
> ----------------------------------
>
>          Key: WAGON-47
>          URL: http://jira.codehaus.org/browse/WAGON-47
>      Project: wagon
>         Type: New Feature

>   Components: wagon-provider-api
>     Reporter: John Didion
>  Attachments: wagon-provider-api.diff, wagon-provider-zip.diff
>
>
> As part of our build process, we generate repository snapshots contained within a jar file. We have written an installer that is able to install certain types of artifacts from any repository including a repository snapshot jar. We needed to add a zip file provider to wagon so we could use maven's repository api. It'd be nice to have that provider as part of wagon proper.

-- 
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: (WAGON-47) add zip provider (source attahced)

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

Brett Porter updated WAGON-47:
------------------------------

    Fix Version/s: 1.x
      Component/s:     (was: wagon-provider-api)
                   New Wagons

> add zip provider (source attahced)
> ----------------------------------
>
>                 Key: WAGON-47
>                 URL: http://jira.codehaus.org/browse/WAGON-47
>             Project: Maven Wagon
>          Issue Type: New Feature
>          Components: New Wagons
>            Reporter: John Didion
>             Fix For: 1.x
>
>         Attachments: wagon-provider-api.diff, wagon-provider-zip.diff, wagon-provider-zip.diff, wagon-provider.zip.diff
>
>
> As part of our build process, we generate repository snapshots contained within a jar file. We have written an installer that is able to install certain types of artifacts from any repository including a repository snapshot jar. We needed to add a zip file provider to wagon so we could use maven's repository api. It'd be nice to have that provider as part of wagon proper.

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