You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Stuart McCulloch (JIRA)" <ji...@apache.org> on 2007/10/31 07:57:50 UTC

[jira] Commented: (FELIX-413) OBR Repository cleaning goal

    [ https://issues.apache.org/jira/browse/FELIX-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539013 ] 

Stuart McCulloch commented on FELIX-413:
----------------------------------------

Hi Clement, do you want me to apply this patch to the maven-obr-plugin in trunk or are you planning to commit it yourself?

> OBR Repository cleaning goal
> ----------------------------
>
>                 Key: FELIX-413
>                 URL: https://issues.apache.org/jira/browse/FELIX-413
>             Project: Felix
>          Issue Type: Improvement
>          Components: Maven Bundle Plugin
>            Reporter: Clement Escoffier
>            Priority: Minor
>         Attachments: obr-clean-patch.txt
>
>
> The maven-obr-plugin( and the maven-bundle-plugin) does not support when the local maven repository is managed "manually", specially when we delete a part of the maven repository (to check a compilation process from scratch).In these cases, if the generated repository  file contain bundles from the deleted part, the repository descriptor is no more consistent, and content references on missing resources.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


RE: [jira] Commented: (FELIX-413) OBR Repository cleaning goal

Posted by Clement Escoffier <cl...@gmail.com>.
Hello Stuart,

As you want, I can apply it. But I want to sure you accept the contribution.

Clement

> -----Message d'origine-----
> De : Stuart McCulloch (JIRA) [mailto:jira@apache.org]
> Envoyé : mercredi 31 octobre 2007 07:58
> À : dev@felix.apache.org
> Objet : [jira] Commented: (FELIX-413) OBR Repository cleaning goal
> 
> 
>     [ https://issues.apache.org/jira/browse/FELIX-
> 413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-
> tabpanel#action_12539013 ]
> 
> Stuart McCulloch commented on FELIX-413:
> ----------------------------------------
> 
> Hi Clement, do you want me to apply this patch to the maven-obr-plugin
> in trunk or are you planning to commit it yourself?
> 
> > OBR Repository cleaning goal
> > ----------------------------
> >
> >                 Key: FELIX-413
> >                 URL: https://issues.apache.org/jira/browse/FELIX-413
> >             Project: Felix
> >          Issue Type: Improvement
> >          Components: Maven Bundle Plugin
> >            Reporter: Clement Escoffier
> >            Priority: Minor
> >         Attachments: obr-clean-patch.txt
> >
> >
> > The maven-obr-plugin( and the maven-bundle-plugin) does not support
> when the local maven repository is managed "manually", specially when
> we delete a part of the maven repository (to check a compilation
> process from scratch).In these cases, if the generated repository  file
> contain bundles from the deleted part, the repository descriptor is no
> more consistent, and content references on missing resources.
> 
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.


Re: [jira] Commented: (FELIX-413) OBR Repository cleaning goal

Posted by Stuart McCulloch <st...@jayway.net>.
On 31/10/2007, Clement Escoffier <cl...@gmail.com> wrote:
>
> Hello Stuart,
>
> As you want, I can apply it. But I want to sure you accept the
> contribution.


yes, I've tested it locally by removing bundles from my local repo and
running the
clean goal and it works as advertised - I can go ahead and commit this now
if u like.

just one question - the new ObrClean.java file doesn't have a standard APL
header,
can I go ahead and add one to it? ( I see you've granted the patch, but just
wanted
to confirm )

Clement
>
> > -----Message d'origine-----
> > De : Stuart McCulloch (JIRA) [mailto:jira@apache.org]
> > Envoyé : mercredi 31 octobre 2007 07:58
> > À : dev@felix.apache.org
> > Objet : [jira] Commented: (FELIX-413) OBR Repository cleaning goal
> >
> >
> >     [ https://issues.apache.org/jira/browse/FELIX-
> > 413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-
> > tabpanel#action_12539013 ]
> >
> > Stuart McCulloch commented on FELIX-413:
> > ----------------------------------------
> >
> > Hi Clement, do you want me to apply this patch to the maven-obr-plugin
> > in trunk or are you planning to commit it yourself?
> >
> > > OBR Repository cleaning goal
> > > ----------------------------
> > >
> > >                 Key: FELIX-413
> > >                 URL: https://issues.apache.org/jira/browse/FELIX-413
> > >             Project: Felix
> > >          Issue Type: Improvement
> > >          Components: Maven Bundle Plugin
> > >            Reporter: Clement Escoffier
> > >            Priority: Minor
> > >         Attachments: obr-clean-patch.txt
> > >
> > >
> > > The maven-obr-plugin( and the maven-bundle-plugin) does not support
> > when the local maven repository is managed "manually", specially when
> > we delete a part of the maven repository (to check a compilation
> > process from scratch).In these cases, if the generated repository  file
> > contain bundles from the deleted part, the repository descriptor is no
> > more consistent, and content references on missing resources.
> >
> > --
> > This message is automatically generated by JIRA.
> > -
> > You can reply to this email to add a comment to the issue online.
>
>


-- 
Cheers, Stuart