You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2009/09/30 09:10:33 UTC

[jira] Commented: (FELIX-1660) karaf should not hardcode the "system" location of its maven-like repository

    [ https://issues.apache.org/jira/browse/FELIX-1660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12760854#action_12760854 ] 

Guillaume Nodet commented on FELIX-1660:
----------------------------------------

Good idea.  The patch looks good.
Just one question, is there any reason you have changed the 
   configPropURL = file.toURL();
to
   configPropURL = file.toURI().toURL();

Is that intended, and if so, what's the effect of that ?

> karaf should not hardcode the "system" location of its maven-like repository
> ----------------------------------------------------------------------------
>
>                 Key: FELIX-1660
>                 URL: https://issues.apache.org/jira/browse/FELIX-1660
>             Project: Felix
>          Issue Type: Bug
>          Components: Karaf
>    Affects Versions: karaf-1.0.2
>            Reporter: David Jencks
>         Attachments: FELIX-1660.diff
>
>
> A lot of stuff in the karaf setup is configurable, but the directory in which the maven-like bundle repo is located is not.  For geronimo integration we'd like to not surprise our users and use "repository" instead of "system".
> I'm attaching a minimal patch to enable configuring this, I'll refine it if the idea meets with approval.

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