You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <ui...@incubator.apache.org> on 2007/11/30 19:56:43 UTC

[jira] Created: (UIMA-660) Add mirrors support to our website for use by Eclipse Update Site

Add mirrors support to our website for use by Eclipse Update Site
-----------------------------------------------------------------

                 Key: UIMA-660
                 URL: https://issues.apache.org/jira/browse/UIMA-660
             Project: UIMA
          Issue Type: New Feature
          Components: Build, Packaging and Test
            Reporter: Marshall Schor
            Priority: Trivial
             Fix For: 2.2.1


The mirroring support needs a small script in order to access the current set of apache mirrors.  This change adds a subdirectory to our website called mirrors-support and one .cgi file for the eclipse update site to refer to, which will get the list of mirrors.

Reference:  General info on setting this up:  http://www.nabble.com/Re%3A-Doing-a-%22release%22-which-includes-an-Eclipse-%22update-site%22-p14038076.html

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


[jira] Resolved: (UIMA-660) Add mirrors support to our website for use by Eclipse Update Site

Posted by "Marshall Schor (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor resolved UIMA-660.
---------------------------------

    Resolution: Fixed

updated on people.apache.org - will have to wait till this gets replicated to test

> Add mirrors support to our website for use by Eclipse Update Site
> -----------------------------------------------------------------
>
>                 Key: UIMA-660
>                 URL: https://issues.apache.org/jira/browse/UIMA-660
>             Project: UIMA
>          Issue Type: New Feature
>          Components: Build, Packaging and Test
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>            Priority: Trivial
>             Fix For: 2.2.1
>
>
> The mirroring support needs a small script in order to access the current set of apache mirrors.  This change adds a subdirectory to our website called mirrors-support and one .cgi file for the eclipse update site to refer to, which will get the list of mirrors.
> Reference:  General info on setting this up:  http://www.nabble.com/Re%3A-Doing-a-%22release%22-which-includes-an-Eclipse-%22update-site%22-p14038076.html

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


[jira] Reopened: (UIMA-660) Add mirrors support to our website for use by Eclipse Update Site

Posted by "Marshall Schor (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor reopened UIMA-660:
---------------------------------

      Assignee: Marshall Schor

Not working - I see 2 problems: 1) wrong line endings (should be fixed by svn:eol-style native properties) on the .cgi and .html files, and 2) the .cgi needs to have the execute permission set on people.apache.org after extracting.

> Add mirrors support to our website for use by Eclipse Update Site
> -----------------------------------------------------------------
>
>                 Key: UIMA-660
>                 URL: https://issues.apache.org/jira/browse/UIMA-660
>             Project: UIMA
>          Issue Type: New Feature
>          Components: Build, Packaging and Test
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>            Priority: Trivial
>             Fix For: 2.2.1
>
>
> The mirroring support needs a small script in order to access the current set of apache mirrors.  This change adds a subdirectory to our website called mirrors-support and one .cgi file for the eclipse update site to refer to, which will get the list of mirrors.
> Reference:  General info on setting this up:  http://www.nabble.com/Re%3A-Doing-a-%22release%22-which-includes-an-Eclipse-%22update-site%22-p14038076.html

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


[jira] Closed: (UIMA-660) Add mirrors support to our website for use by Eclipse Update Site

Posted by "Marshall Schor (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor closed UIMA-660.
-------------------------------

    Resolution: Fixed

> Add mirrors support to our website for use by Eclipse Update Site
> -----------------------------------------------------------------
>
>                 Key: UIMA-660
>                 URL: https://issues.apache.org/jira/browse/UIMA-660
>             Project: UIMA
>          Issue Type: New Feature
>          Components: Build, Packaging and Test
>            Reporter: Marshall Schor
>            Priority: Trivial
>             Fix For: 2.2.1
>
>
> The mirroring support needs a small script in order to access the current set of apache mirrors.  This change adds a subdirectory to our website called mirrors-support and one .cgi file for the eclipse update site to refer to, which will get the list of mirrors.
> Reference:  General info on setting this up:  http://www.nabble.com/Re%3A-Doing-a-%22release%22-which-includes-an-Eclipse-%22update-site%22-p14038076.html

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


[jira] Closed: (UIMA-660) Add mirrors support to our website for use by Eclipse Update Site

Posted by "Marshall Schor (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor closed UIMA-660.
-------------------------------


Works.  You can see by pointing your brower at http://incubator.apache.org/uima/mirrors-support/uima-eclipse-update--xml.cgi

Each "refresh" of this page regenerates a result which includes the apache mirrors, with the right names for the incubator/uima/...  things, and picks one (changes with each refresh) to be the "recommended" one.

> Add mirrors support to our website for use by Eclipse Update Site
> -----------------------------------------------------------------
>
>                 Key: UIMA-660
>                 URL: https://issues.apache.org/jira/browse/UIMA-660
>             Project: UIMA
>          Issue Type: New Feature
>          Components: Build, Packaging and Test
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>            Priority: Trivial
>             Fix For: 2.2.1
>
>
> The mirroring support needs a small script in order to access the current set of apache mirrors.  This change adds a subdirectory to our website called mirrors-support and one .cgi file for the eclipse update site to refer to, which will get the list of mirrors.
> Reference:  General info on setting this up:  http://www.nabble.com/Re%3A-Doing-a-%22release%22-which-includes-an-Eclipse-%22update-site%22-p14038076.html

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