You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Quintin Beukes (JIRA)" <ji...@apache.org> on 2009/10/16 21:19:31 UTC

[jira] Created: (GERONIMO-4915) SVN urls on the site is outdated/wrong

SVN urls on the site is outdated/wrong
--------------------------------------

                 Key: GERONIMO-4915
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4915
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: geronimo-maven-plugin
            Reporter: Quintin Beukes


Currently on the page: http://geronimo.apache.org/maven/server/maven-plugins/geronimo-maven-plugin/source-repository.html

The subversion URLs give 404 errors for these 3:
http://svn.apache.org/viewvc/geronimo/trunk/maven-plugins/geronimo-maven-plugin
http://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugin geronimo-maven-plugin
https://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugin geronimo-maven-plugin

I'm not sure what they should be, as I have never seen the source and can't verify if this is in fact the correct URL, though it seems like it should be (in the same order):
http://svn.apache.org/viewvc/geronimo/devtools/maven-plugins/trunk/
http://svn.apache.org/repos/asf/geronimo/devtools/maven-plugins/trunk/
https://svn.apache.org/repos/asf/geronimo/devtools/maven-plugins/trunk/

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


Re: [jira] Updated: (GERONIMO-4915) SVN urls on the site is outdated/wrong

Posted by Quintin Beukes <qu...@skywalk.co.za>.
I don't know how the site release process work, but I ran "mvn site"
for my branches/2.2 checkout and no site was generated for the
maven-plugin. Maybe when the site is generated and assembled it gets
copied over, and since there is no override it just leaves the other
intact?

I also received a lot of these. Maybe it's related.
java.lang.ClassCastException: com.sun.tools.javadoc.ClassDocImpl
        at com.sun.tools.javadoc.AnnotationDescImpl.annotationType(AnnotationDescImpl.java:46)
        at com.sun.tools.doclets.internal.toolkit.util.Util.isDeprecated(Util.java:804)
        at com.sun.tools.doclets.formats.html.TagletWriterImpl.deprecatedTagOutput(TagletWriterImpl.java:85)
        at com.sun.tools.doclets.internal.toolkit.taglets.DeprecatedTaglet.getTagletOutput(DeprecatedTaglet.java:40)
        at com.sun.tools.doclets.formats.html.MethodWriterImpl.writeDeprecated(MethodWriterImpl.java:166)
        at com.sun.tools.doclets.internal.toolkit.builders.MethodBuilder.buildDeprecationInfo(MethodBuilder.java:183)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.tools.doclets.internal.toolkit.builders.MethodBuilder.invokeMethod(MethodBuilder.java:109)
        at com.sun.tools.doclets.internal.toolkit.builders.AbstractBuilder.build(AbstractBuilder.java:90)
        at com.sun.tools.doclets.internal.toolkit.builders.AbstractMemberBuilder.build(AbstractMemberBuilder.java:56)
        at com.sun.tools.doclets.internal.toolkit.builders.MethodBuilder.buildMethodDoc(MethodBuilder.java:150)
        at sun.reflect.GeneratedMethodAccessor43.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.tools.doclets.internal.toolkit.builders.MethodBuilder.invokeMethod(MethodBuilder.java:109)
        at com.sun.tools.doclets.internal.toolkit.builders.AbstractBuilder.build(AbstractBuilder.java:90)
        at com.sun.tools.doclets.internal.toolkit.builders.AbstractMemberBuilder.build(AbstractMemberBuilder.java:56)
        at com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder.buildMethodDetails(ClassBuilder.java:322)
        at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder.invokeMethod(ClassBuilder.java:101)
        at com.sun.tools.doclets.internal.toolkit.builders.AbstractBuilder.build(AbstractBuilder.java:90)
        at com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder.buildClassDoc(ClassBuilder.java:124)
        at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder.invokeMethod(ClassBuilder.java:101)
        at com.sun.tools.doclets.internal.toolkit.builders.AbstractBuilder.build(AbstractBuilder.java:90)
        at com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder.build(ClassBuilder.java:108)
        at com.sun.tools.doclets.formats.html.HtmlDoclet.generateClassFiles(HtmlDoclet.java:155)
        at com.sun.tools.doclets.internal.toolkit.AbstractDoclet.generateClassFiles(AbstractDoclet.java:164)
        at com.sun.tools.doclets.internal.toolkit.AbstractDoclet.startGeneration(AbstractDoclet.java:106)
        at com.sun.tools.doclets.internal.toolkit.AbstractDoclet.start(AbstractDoclet.java:64)
        at com.sun.tools.doclets.formats.html.HtmlDoclet.start(HtmlDoclet.java:42)
        at com.sun.tools.doclets.standard.Standard.start(Standard.java:23)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.tools.javadoc.DocletInvoker.invoke(DocletInvoker.java:269)
        at com.sun.tools.javadoc.DocletInvoker.start(DocletInvoker.java:143)
        at com.sun.tools.javadoc.Start.parseAndExecute(Start.java:340)
        at com.sun.tools.javadoc.Start.begin(Start.java:128)
        at com.sun.tools.javadoc.Main.execute(Main.java:41)
        at com.sun.tools.javadoc.Main.main(Main.java:31)

Quintin Beukes



On Mon, Oct 19, 2009 at 7:46 AM, Shawn Jiang <ge...@gmail.com> wrote:
>
>
> On Sat, Oct 17, 2009 at 10:58 PM, chi runhua <ch...@gmail.com> wrote:
>>
>> Thanks for reporting this.
>>
>> I did a little bit digging and noticed the page is from [1], which is
>> located within a section of page [2]
>>
>> No further result on how to edit [1].
>>
>> [1] http://geronimo.apache.org/maven/server/
>
> I notice [1] was updated on 10 Nov 2006,  that means we don't release the
> latest site to [1] for 3 years.   I'm not sure if the site plugin was
> executed when doing the geronimo server release process.
>
>
>
>>
>> [2]
>> http://cwiki.apache.org/confluence/display/GMOxDEV/Maven+Generated+Documentation
>>
>> Hope someone could shed more light on this issue.
>>
>> Jeff C
>>
>> On Sat, Oct 17, 2009 at 3:25 AM, Quintin Beukes (JIRA) <ji...@apache.org>
>> wrote:
>>>
>>>     [
>>> https://issues.apache.org/jira/browse/GERONIMO-4915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
>>> ]
>>>
>>> Quintin Beukes updated GERONIMO-4915:
>>> -------------------------------------
>>>
>>>    Description:
>>> Currently on the page:
>>> http://geronimo.apache.org/maven/server/maven-plugins/geronimo-maven-plugin/source-repository.html
>>>
>>> The subversion URLs give 404 errors for these 3:
>>>
>>> http://svn.apache.org/viewvc/geronimo/trunk/maven-plugins/geronimo-maven-plugin
>>>
>>> http://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugin
>>> geronimo-maven-plugin
>>>
>>> https://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugin
>>> geronimo-maven-plugin
>>>
>>> I'm not sure what they should be, as I have never seen the source and
>>> can't verify if this is in fact the correct URL, though it seems like it
>>> should be (in the same order):
>>>
>>> http://svn.apache.org/viewvc/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
>>>
>>> http://svn.apache.org/repos/asf/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
>>>
>>> https://svn.apache.org/repos/asf/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
>>>
>>>  was:
>>> Currently on the page:
>>> http://geronimo.apache.org/maven/server/maven-plugins/geronimo-maven-plugin/source-repository.html
>>>
>>> The subversion URLs give 404 errors for these 3:
>>>
>>> http://svn.apache.org/viewvc/geronimo/trunk/maven-plugins/geronimo-maven-plugin
>>>
>>> http://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugin
>>> geronimo-maven-plugin
>>>
>>> https://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugin
>>> geronimo-maven-plugin
>>>
>>> I'm not sure what they should be, as I have never seen the source and
>>> can't verify if this is in fact the correct URL, though it seems like it
>>> should be (in the same order):
>>> http://svn.apache.org/viewvc/geronimo/devtools/maven-plugins/trunk/
>>> http://svn.apache.org/repos/asf/geronimo/devtools/maven-plugins/trunk/
>>> https://svn.apache.org/repos/asf/geronimo/devtools/maven-plugins/trunk/
>>>
>>>
>>> Updated the URLs to the correct ones.
>>>
>>> > SVN urls on the site is outdated/wrong
>>> > --------------------------------------
>>> >
>>> >                 Key: GERONIMO-4915
>>> >                 URL:
>>> > https://issues.apache.org/jira/browse/GERONIMO-4915
>>> >             Project: Geronimo
>>> >          Issue Type: Bug
>>> >      Security Level: public(Regular issues)
>>> >          Components: geronimo-maven-plugin
>>> >            Reporter: Quintin Beukes
>>> >
>>> > Currently on the page:
>>> > http://geronimo.apache.org/maven/server/maven-plugins/geronimo-maven-plugin/source-repository.html
>>> > The subversion URLs give 404 errors for these 3:
>>> >
>>> > http://svn.apache.org/viewvc/geronimo/trunk/maven-plugins/geronimo-maven-plugin
>>> >
>>> > http://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugin
>>> > geronimo-maven-plugin
>>> >
>>> > https://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugin
>>> > geronimo-maven-plugin
>>> > I'm not sure what they should be, as I have never seen the source and
>>> > can't verify if this is in fact the correct URL, though it seems like it
>>> > should be (in the same order):
>>> >
>>> > http://svn.apache.org/viewvc/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
>>> >
>>> > http://svn.apache.org/repos/asf/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
>>> >
>>> > https://svn.apache.org/repos/asf/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
>>>
>>> --
>>> This message is automatically generated by JIRA.
>>> -
>>> You can reply to this email to add a comment to the issue online.
>>>
>>
>
>
>
> --
> Shawn
>

Re: [jira] Updated: (GERONIMO-4915) SVN urls on the site is outdated/wrong

Posted by Shawn Jiang <ge...@gmail.com>.
On Sat, Oct 17, 2009 at 10:58 PM, chi runhua <ch...@gmail.com> wrote:

> Thanks for reporting this.
>
> I did a little bit digging and noticed the page is from [1], which is
> located within a section of page [2]
>
> No further result on how to edit [1].
>
> [1] http://geronimo.apache.org/maven/server/
>
I notice [1] was updated on 10 Nov 2006,  that means we don't release the
latest site to [1] for 3 years.   I'm not sure if the site plugin was
executed when doing the geronimo server release process.




> [2]
> http://cwiki.apache.org/confluence/display/GMOxDEV/Maven+Generated+Documentation
>
> Hope someone could shed more light on this issue.
>
> Jeff C
>
>
> On Sat, Oct 17, 2009 at 3:25 AM, Quintin Beukes (JIRA) <ji...@apache.org>wrote:
>
>>
>>     [
>> https://issues.apache.org/jira/browse/GERONIMO-4915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>>
>> Quintin Beukes updated GERONIMO-4915:
>> -------------------------------------
>>
>>    Description:
>> Currently on the page:
>> http://geronimo.apache.org/maven/server/maven-plugins/geronimo-maven-plugin/source-repository.html
>>
>> The subversion URLs give 404 errors for these 3:
>>
>> http://svn.apache.org/viewvc/geronimo/trunk/maven-plugins/geronimo-maven-plugin
>>
>> http://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugingeronimo-maven-plugin
>>
>> https://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugingeronimo-maven-plugin
>>
>> I'm not sure what they should be, as I have never seen the source and
>> can't verify if this is in fact the correct URL, though it seems like it
>> should be (in the same order):
>>
>> http://svn.apache.org/viewvc/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
>>
>> http://svn.apache.org/repos/asf/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
>>
>> https://svn.apache.org/repos/asf/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
>>
>>  was:
>> Currently on the page:
>> http://geronimo.apache.org/maven/server/maven-plugins/geronimo-maven-plugin/source-repository.html
>>
>> The subversion URLs give 404 errors for these 3:
>>
>> http://svn.apache.org/viewvc/geronimo/trunk/maven-plugins/geronimo-maven-plugin
>>
>> http://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugingeronimo-maven-plugin
>>
>> https://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugingeronimo-maven-plugin
>>
>> I'm not sure what they should be, as I have never seen the source and
>> can't verify if this is in fact the correct URL, though it seems like it
>> should be (in the same order):
>> http://svn.apache.org/viewvc/geronimo/devtools/maven-plugins/trunk/
>> http://svn.apache.org/repos/asf/geronimo/devtools/maven-plugins/trunk/
>> https://svn.apache.org/repos/asf/geronimo/devtools/maven-plugins/trunk/
>>
>>
>> Updated the URLs to the correct ones.
>>
>> > SVN urls on the site is outdated/wrong
>> > --------------------------------------
>> >
>> >                 Key: GERONIMO-4915
>> >                 URL:
>> https://issues.apache.org/jira/browse/GERONIMO-4915
>> >             Project: Geronimo
>> >          Issue Type: Bug
>> >      Security Level: public(Regular issues)
>> >          Components: geronimo-maven-plugin
>> >            Reporter: Quintin Beukes
>> >
>> > Currently on the page:
>> http://geronimo.apache.org/maven/server/maven-plugins/geronimo-maven-plugin/source-repository.html
>> > The subversion URLs give 404 errors for these 3:
>> >
>> http://svn.apache.org/viewvc/geronimo/trunk/maven-plugins/geronimo-maven-plugin
>> >
>> http://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugingeronimo-maven-plugin
>> >
>> https://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugingeronimo-maven-plugin
>> > I'm not sure what they should be, as I have never seen the source and
>> can't verify if this is in fact the correct URL, though it seems like it
>> should be (in the same order):
>> >
>> http://svn.apache.org/viewvc/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
>> >
>> http://svn.apache.org/repos/asf/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
>> >
>> https://svn.apache.org/repos/asf/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
>>
>> --
>> This message is automatically generated by JIRA.
>> -
>> You can reply to this email to add a comment to the issue online.
>>
>>
>


-- 
Shawn

Re: [jira] Updated: (GERONIMO-4915) SVN urls on the site is outdated/wrong

Posted by Quintin Beukes <qu...@skywalk.co.za>.
Yes, I also had a look at the site.xml and apt/ directories in the
Geronimo source, and couldn't find much of what is contained under the
Project Information pages of those Maven generated sites.

Quintin Beukes



On Sat, Oct 17, 2009 at 4:58 PM, chi runhua <ch...@gmail.com> wrote:
> Thanks for reporting this.
>
> I did a little bit digging and noticed the page is from [1], which is
> located within a section of page [2]
>
> No further result on how to edit [1].
>
> [1] http://geronimo.apache.org/maven/server/
> [2]
> http://cwiki.apache.org/confluence/display/GMOxDEV/Maven+Generated+Documentation
>
> Hope someone could shed more light on this issue.
>
> Jeff C
>
> On Sat, Oct 17, 2009 at 3:25 AM, Quintin Beukes (JIRA) <ji...@apache.org>
> wrote:
>>
>>     [
>> https://issues.apache.org/jira/browse/GERONIMO-4915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
>> ]
>>
>> Quintin Beukes updated GERONIMO-4915:
>> -------------------------------------
>>
>>    Description:
>> Currently on the page:
>> http://geronimo.apache.org/maven/server/maven-plugins/geronimo-maven-plugin/source-repository.html
>>
>> The subversion URLs give 404 errors for these 3:
>>
>> http://svn.apache.org/viewvc/geronimo/trunk/maven-plugins/geronimo-maven-plugin
>>
>> http://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugin
>> geronimo-maven-plugin
>>
>> https://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugin
>> geronimo-maven-plugin
>>
>> I'm not sure what they should be, as I have never seen the source and
>> can't verify if this is in fact the correct URL, though it seems like it
>> should be (in the same order):
>>
>> http://svn.apache.org/viewvc/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
>>
>> http://svn.apache.org/repos/asf/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
>>
>> https://svn.apache.org/repos/asf/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
>>
>>  was:
>> Currently on the page:
>> http://geronimo.apache.org/maven/server/maven-plugins/geronimo-maven-plugin/source-repository.html
>>
>> The subversion URLs give 404 errors for these 3:
>>
>> http://svn.apache.org/viewvc/geronimo/trunk/maven-plugins/geronimo-maven-plugin
>>
>> http://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugin
>> geronimo-maven-plugin
>>
>> https://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugin
>> geronimo-maven-plugin
>>
>> I'm not sure what they should be, as I have never seen the source and
>> can't verify if this is in fact the correct URL, though it seems like it
>> should be (in the same order):
>> http://svn.apache.org/viewvc/geronimo/devtools/maven-plugins/trunk/
>> http://svn.apache.org/repos/asf/geronimo/devtools/maven-plugins/trunk/
>> https://svn.apache.org/repos/asf/geronimo/devtools/maven-plugins/trunk/
>>
>>
>> Updated the URLs to the correct ones.
>>
>> > SVN urls on the site is outdated/wrong
>> > --------------------------------------
>> >
>> >                 Key: GERONIMO-4915
>> >                 URL: https://issues.apache.org/jira/browse/GERONIMO-4915
>> >             Project: Geronimo
>> >          Issue Type: Bug
>> >      Security Level: public(Regular issues)
>> >          Components: geronimo-maven-plugin
>> >            Reporter: Quintin Beukes
>> >
>> > Currently on the page:
>> > http://geronimo.apache.org/maven/server/maven-plugins/geronimo-maven-plugin/source-repository.html
>> > The subversion URLs give 404 errors for these 3:
>> >
>> > http://svn.apache.org/viewvc/geronimo/trunk/maven-plugins/geronimo-maven-plugin
>> >
>> > http://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugin
>> > geronimo-maven-plugin
>> >
>> > https://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugin
>> > geronimo-maven-plugin
>> > I'm not sure what they should be, as I have never seen the source and
>> > can't verify if this is in fact the correct URL, though it seems like it
>> > should be (in the same order):
>> >
>> > http://svn.apache.org/viewvc/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
>> >
>> > http://svn.apache.org/repos/asf/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
>> >
>> > https://svn.apache.org/repos/asf/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
>>
>> --
>> This message is automatically generated by JIRA.
>> -
>> You can reply to this email to add a comment to the issue online.
>>
>
>

Re: [jira] Updated: (GERONIMO-4915) SVN urls on the site is outdated/wrong

Posted by chi runhua <ch...@gmail.com>.
Thanks for reporting this.

I did a little bit digging and noticed the page is from [1], which is
located within a section of page [2]

No further result on how to edit [1].

[1] http://geronimo.apache.org/maven/server/
[2]
http://cwiki.apache.org/confluence/display/GMOxDEV/Maven+Generated+Documentation

Hope someone could shed more light on this issue.

Jeff C

On Sat, Oct 17, 2009 at 3:25 AM, Quintin Beukes (JIRA) <ji...@apache.org>wrote:

>
>     [
> https://issues.apache.org/jira/browse/GERONIMO-4915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>
> Quintin Beukes updated GERONIMO-4915:
> -------------------------------------
>
>    Description:
> Currently on the page:
> http://geronimo.apache.org/maven/server/maven-plugins/geronimo-maven-plugin/source-repository.html
>
> The subversion URLs give 404 errors for these 3:
>
> http://svn.apache.org/viewvc/geronimo/trunk/maven-plugins/geronimo-maven-plugin
>
> http://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugingeronimo-maven-plugin
>
> https://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugingeronimo-maven-plugin
>
> I'm not sure what they should be, as I have never seen the source and can't
> verify if this is in fact the correct URL, though it seems like it should be
> (in the same order):
>
> http://svn.apache.org/viewvc/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
>
> http://svn.apache.org/repos/asf/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
>
> https://svn.apache.org/repos/asf/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
>
>  was:
> Currently on the page:
> http://geronimo.apache.org/maven/server/maven-plugins/geronimo-maven-plugin/source-repository.html
>
> The subversion URLs give 404 errors for these 3:
>
> http://svn.apache.org/viewvc/geronimo/trunk/maven-plugins/geronimo-maven-plugin
>
> http://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugingeronimo-maven-plugin
>
> https://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugingeronimo-maven-plugin
>
> I'm not sure what they should be, as I have never seen the source and can't
> verify if this is in fact the correct URL, though it seems like it should be
> (in the same order):
> http://svn.apache.org/viewvc/geronimo/devtools/maven-plugins/trunk/
> http://svn.apache.org/repos/asf/geronimo/devtools/maven-plugins/trunk/
> https://svn.apache.org/repos/asf/geronimo/devtools/maven-plugins/trunk/
>
>
> Updated the URLs to the correct ones.
>
> > SVN urls on the site is outdated/wrong
> > --------------------------------------
> >
> >                 Key: GERONIMO-4915
> >                 URL: https://issues.apache.org/jira/browse/GERONIMO-4915
> >             Project: Geronimo
> >          Issue Type: Bug
> >      Security Level: public(Regular issues)
> >          Components: geronimo-maven-plugin
> >            Reporter: Quintin Beukes
> >
> > Currently on the page:
> http://geronimo.apache.org/maven/server/maven-plugins/geronimo-maven-plugin/source-repository.html
> > The subversion URLs give 404 errors for these 3:
> >
> http://svn.apache.org/viewvc/geronimo/trunk/maven-plugins/geronimo-maven-plugin
> >
> http://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugingeronimo-maven-plugin
> >
> https://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugingeronimo-maven-plugin
> > I'm not sure what they should be, as I have never seen the source and
> can't verify if this is in fact the correct URL, though it seems like it
> should be (in the same order):
> >
> http://svn.apache.org/viewvc/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
> >
> http://svn.apache.org/repos/asf/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
> >
> https://svn.apache.org/repos/asf/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>

[jira] Updated: (GERONIMO-4915) SVN urls on the site is outdated/wrong

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

Quintin Beukes updated GERONIMO-4915:
-------------------------------------

    Description: 
Currently on the page: http://geronimo.apache.org/maven/server/maven-plugins/geronimo-maven-plugin/source-repository.html

The subversion URLs give 404 errors for these 3:
http://svn.apache.org/viewvc/geronimo/trunk/maven-plugins/geronimo-maven-plugin
http://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugin geronimo-maven-plugin
https://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugin geronimo-maven-plugin

I'm not sure what they should be, as I have never seen the source and can't verify if this is in fact the correct URL, though it seems like it should be (in the same order):
http://svn.apache.org/viewvc/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
http://svn.apache.org/repos/asf/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
https://svn.apache.org/repos/asf/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/

  was:
Currently on the page: http://geronimo.apache.org/maven/server/maven-plugins/geronimo-maven-plugin/source-repository.html

The subversion URLs give 404 errors for these 3:
http://svn.apache.org/viewvc/geronimo/trunk/maven-plugins/geronimo-maven-plugin
http://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugin geronimo-maven-plugin
https://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugin geronimo-maven-plugin

I'm not sure what they should be, as I have never seen the source and can't verify if this is in fact the correct URL, though it seems like it should be (in the same order):
http://svn.apache.org/viewvc/geronimo/devtools/maven-plugins/trunk/
http://svn.apache.org/repos/asf/geronimo/devtools/maven-plugins/trunk/
https://svn.apache.org/repos/asf/geronimo/devtools/maven-plugins/trunk/


Updated the URLs to the correct ones.

> SVN urls on the site is outdated/wrong
> --------------------------------------
>
>                 Key: GERONIMO-4915
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4915
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: geronimo-maven-plugin
>            Reporter: Quintin Beukes
>
> Currently on the page: http://geronimo.apache.org/maven/server/maven-plugins/geronimo-maven-plugin/source-repository.html
> The subversion URLs give 404 errors for these 3:
> http://svn.apache.org/viewvc/geronimo/trunk/maven-plugins/geronimo-maven-plugin
> http://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugin geronimo-maven-plugin
> https://svn.apache.org/repos/asf/geronimo/server/trunk/maven-plugins/geronimo-maven-plugin geronimo-maven-plugin
> I'm not sure what they should be, as I have never seen the source and can't verify if this is in fact the correct URL, though it seems like it should be (in the same order):
> http://svn.apache.org/viewvc/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
> http://svn.apache.org/repos/asf/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/
> https://svn.apache.org/repos/asf/geronimo/server/trunk/framework/buildsupport/geronimo-maven-plugin/

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