You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "Hasan (JIRA)" <ji...@apache.org> on 2011/05/12 18:49:47 UTC

[jira] [Created] (CLEREZZA-523) invalid repositories for org.ops4j.pax.url.mvn.repositories in Main.java

invalid repositories for org.ops4j.pax.url.mvn.repositories in Main.java
------------------------------------------------------------------------

                 Key: CLEREZZA-523
                 URL: https://issues.apache.org/jira/browse/CLEREZZA-523
             Project: Clerezza
          Issue Type: Bug
            Reporter: Hasan
            Priority: Minor


The specified repositories in Main.java of bundle platform.launcher.storageless seem to be invalid

private static String getCommaSeparatedListOfMavenRepos() {
                return "http://repository.apache.org/content/groups/snapshots-group@snapshots@noreleases,"+
                                "http://repo1.maven.org/maven2/,"+
                                "http://repository.ops4j.org/mvn-snapshots/@snapshots@noreleases";
}

This leads to following warnings upon starting of the launcher

2011-05-12 18:13:23,891 [FelixStartLevel]  WARN [FelixStartLevel] (MavenRepositoryURL.java\:116) - Repository spec http://repository.apache.org/content/groups/snapshots-group/ does not contain an identifier. This is deprecated & discouraged & just evil.
2011-05-12 18:13:23,894 [FelixStartLevel]  WARN [FelixStartLevel] (MavenRepositoryURL.java\:116) - Repository spec http://repo1.maven.org/maven2/ does not contain an identifier. This is deprecated & discouraged & just evil.
2011-05-12 18:13:23,894 [FelixStartLevel]  WARN [FelixStartLevel] (MavenRepositoryURL.java\:116) - Repository spec http://repository.ops4j.org/mvn-snapshots/ does not contain an identifier. This is deprecated & discouraged & just evil.
Welcome to the Apache Clerezza Console


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (CLEREZZA-523) invalid repositories for org.ops4j.pax.url.mvn.repositories in Main.java

Posted by "Hasan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hasan reassigned CLEREZZA-523:
------------------------------

    Assignee: Hasan

> invalid repositories for org.ops4j.pax.url.mvn.repositories in Main.java
> ------------------------------------------------------------------------
>
>                 Key: CLEREZZA-523
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-523
>             Project: Clerezza
>          Issue Type: Bug
>            Reporter: Hasan
>            Assignee: Hasan
>            Priority: Minor
>
> The specified repositories in Main.java of bundle platform.launcher.storageless seem to be invalid
> private static String getCommaSeparatedListOfMavenRepos() {
>                 return "http://repository.apache.org/content/groups/snapshots-group@snapshots@noreleases,"+
>                                 "http://repo1.maven.org/maven2/,"+
>                                 "http://repository.ops4j.org/mvn-snapshots/@snapshots@noreleases";
> }
> This leads to following warnings upon starting of the launcher
> 2011-05-12 18:13:23,891 [FelixStartLevel]  WARN [FelixStartLevel] (MavenRepositoryURL.java\:116) - Repository spec http://repository.apache.org/content/groups/snapshots-group/ does not contain an identifier. This is deprecated & discouraged & just evil.
> 2011-05-12 18:13:23,894 [FelixStartLevel]  WARN [FelixStartLevel] (MavenRepositoryURL.java\:116) - Repository spec http://repo1.maven.org/maven2/ does not contain an identifier. This is deprecated & discouraged & just evil.
> 2011-05-12 18:13:23,894 [FelixStartLevel]  WARN [FelixStartLevel] (MavenRepositoryURL.java\:116) - Repository spec http://repository.ops4j.org/mvn-snapshots/ does not contain an identifier. This is deprecated & discouraged & just evil.
> Welcome to the Apache Clerezza Console

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CLEREZZA-523) invalid repositories for org.ops4j.pax.url.mvn.repositories in Main.java

Posted by "Hasan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hasan resolved CLEREZZA-523.
----------------------------

    Resolution: Fixed

id added to each maven repo in the list and removed ops4j repo from the list

> invalid repositories for org.ops4j.pax.url.mvn.repositories in Main.java
> ------------------------------------------------------------------------
>
>                 Key: CLEREZZA-523
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-523
>             Project: Clerezza
>          Issue Type: Bug
>            Reporter: Hasan
>            Assignee: Hasan
>            Priority: Minor
>
> The specified repositories in Main.java of bundle platform.launcher.storageless seem to be invalid
> private static String getCommaSeparatedListOfMavenRepos() {
>                 return "http://repository.apache.org/content/groups/snapshots-group@snapshots@noreleases,"+
>                                 "http://repo1.maven.org/maven2/,"+
>                                 "http://repository.ops4j.org/mvn-snapshots/@snapshots@noreleases";
> }
> This leads to following warnings upon starting of the launcher
> 2011-05-12 18:13:23,891 [FelixStartLevel]  WARN [FelixStartLevel] (MavenRepositoryURL.java\:116) - Repository spec http://repository.apache.org/content/groups/snapshots-group/ does not contain an identifier. This is deprecated & discouraged & just evil.
> 2011-05-12 18:13:23,894 [FelixStartLevel]  WARN [FelixStartLevel] (MavenRepositoryURL.java\:116) - Repository spec http://repo1.maven.org/maven2/ does not contain an identifier. This is deprecated & discouraged & just evil.
> 2011-05-12 18:13:23,894 [FelixStartLevel]  WARN [FelixStartLevel] (MavenRepositoryURL.java\:116) - Repository spec http://repository.ops4j.org/mvn-snapshots/ does not contain an identifier. This is deprecated & discouraged & just evil.
> Welcome to the Apache Clerezza Console

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (CLEREZZA-523) invalid repositories for org.ops4j.pax.url.mvn.repositories in Main.java

Posted by "Hasan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hasan closed CLEREZZA-523.
--------------------------


> invalid repositories for org.ops4j.pax.url.mvn.repositories in Main.java
> ------------------------------------------------------------------------
>
>                 Key: CLEREZZA-523
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-523
>             Project: Clerezza
>          Issue Type: Bug
>            Reporter: Hasan
>            Assignee: Hasan
>            Priority: Minor
>
> The specified repositories in Main.java of bundle platform.launcher.storageless seem to be invalid
> private static String getCommaSeparatedListOfMavenRepos() {
>                 return "http://repository.apache.org/content/groups/snapshots-group@snapshots@noreleases,"+
>                                 "http://repo1.maven.org/maven2/,"+
>                                 "http://repository.ops4j.org/mvn-snapshots/@snapshots@noreleases";
> }
> This leads to following warnings upon starting of the launcher
> 2011-05-12 18:13:23,891 [FelixStartLevel]  WARN [FelixStartLevel] (MavenRepositoryURL.java\:116) - Repository spec http://repository.apache.org/content/groups/snapshots-group/ does not contain an identifier. This is deprecated & discouraged & just evil.
> 2011-05-12 18:13:23,894 [FelixStartLevel]  WARN [FelixStartLevel] (MavenRepositoryURL.java\:116) - Repository spec http://repo1.maven.org/maven2/ does not contain an identifier. This is deprecated & discouraged & just evil.
> 2011-05-12 18:13:23,894 [FelixStartLevel]  WARN [FelixStartLevel] (MavenRepositoryURL.java\:116) - Repository spec http://repository.ops4j.org/mvn-snapshots/ does not contain an identifier. This is deprecated & discouraged & just evil.
> Welcome to the Apache Clerezza Console

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira