You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "Jim Ancona (JIRA)" <ji...@apache.org> on 2007/09/27 16:20:51 UTC

[jira] Created: (ABDERA-69) Build uses incorrect URI for Feedvalidator SVN

Build uses incorrect URI for Feedvalidator SVN
----------------------------------------------

                 Key: ABDERA-69
                 URL: https://issues.apache.org/jira/browse/ABDERA-69
             Project: Abdera
          Issue Type: Bug
         Environment: Windows XP, Ant 1.6.5, Tortoise SVN 1.4.5
            Reporter: Jim Ancona
            Priority: Minor


build/build.xml target download_feedvalidator_tests uses https://svn.sourceforge.net/svnroot/feedvalidator/trunk/feedvalidator/testcases/atom
as the URI to access Feed Validator tests. This is wrong for 2 reasons:
1. Sourceforge has changed their SVN URI format, the new URI should be https://feedvalidator.svn.sourceforge.net/svnroot/feedvalidator/trunk/feedvalidator/testcases/atom/
2. Feed Validator has moved to Google Code: http://feedvalidator.org/docs/howto/install_and_run.html, so the new SVN URI is http://feedvalidator.googlecode.com/svn/trunk/feedvalidator/testcases/atom


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


Re: [jira] Updated: (ABDERA-69) Build uses incorrect URI for Feedvalidator SVN

Posted by James M Snell <ja...@gmail.com>.
I'll fix this for the trunk, I don't think we need to worry about it for
the 0.3.0 branch, however.  It's a minor issue and I've verified that
the tests are passing despite this.

- James

Jim Ancona (JIRA) wrote:
>      [ https://issues.apache.org/jira/browse/ABDERA-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
> 
> Jim Ancona updated ABDERA-69:
> -----------------------------
> 
>     Attachment: build.xml.patch
> 
> Patch to update build/build.xml to use the new Feed Validator SVN Repository at Google Code
> 
>> Build uses incorrect URI for Feedvalidator SVN
>> ----------------------------------------------
>>
>>                 Key: ABDERA-69
>>                 URL: https://issues.apache.org/jira/browse/ABDERA-69
>>             Project: Abdera
>>          Issue Type: Bug
>>         Environment: Windows XP, Ant 1.6.5, Tortoise SVN 1.4.5
>>            Reporter: Jim Ancona
>>            Priority: Minor
>>         Attachments: build.xml.patch
>>
>>
>> build/build.xml target download_feedvalidator_tests uses https://svn.sourceforge.net/svnroot/feedvalidator/trunk/feedvalidator/testcases/atom
>> as the URI to access Feed Validator tests. This is wrong for 2 reasons:
>> 1. Sourceforge has changed their SVN URI format, the new URI should be https://feedvalidator.svn.sourceforge.net/svnroot/feedvalidator/trunk/feedvalidator/testcases/atom/
>> 2. Feed Validator has moved to Google Code: http://feedvalidator.org/docs/howto/install_and_run.html, so the new SVN URI is http://feedvalidator.googlecode.com/svn/trunk/feedvalidator/testcases/atom
> 

[jira] Updated: (ABDERA-69) Build uses incorrect URI for Feedvalidator SVN

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

Jim Ancona updated ABDERA-69:
-----------------------------

    Attachment: build.xml.patch

Patch to update build/build.xml to use the new Feed Validator SVN Repository at Google Code

> Build uses incorrect URI for Feedvalidator SVN
> ----------------------------------------------
>
>                 Key: ABDERA-69
>                 URL: https://issues.apache.org/jira/browse/ABDERA-69
>             Project: Abdera
>          Issue Type: Bug
>         Environment: Windows XP, Ant 1.6.5, Tortoise SVN 1.4.5
>            Reporter: Jim Ancona
>            Priority: Minor
>         Attachments: build.xml.patch
>
>
> build/build.xml target download_feedvalidator_tests uses https://svn.sourceforge.net/svnroot/feedvalidator/trunk/feedvalidator/testcases/atom
> as the URI to access Feed Validator tests. This is wrong for 2 reasons:
> 1. Sourceforge has changed their SVN URI format, the new URI should be https://feedvalidator.svn.sourceforge.net/svnroot/feedvalidator/trunk/feedvalidator/testcases/atom/
> 2. Feed Validator has moved to Google Code: http://feedvalidator.org/docs/howto/install_and_run.html, so the new SVN URI is http://feedvalidator.googlecode.com/svn/trunk/feedvalidator/testcases/atom

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


[jira] Resolved: (ABDERA-69) Build uses incorrect URI for Feedvalidator SVN

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

James M Snell resolved ABDERA-69.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 0.4.0

Committed

> Build uses incorrect URI for Feedvalidator SVN
> ----------------------------------------------
>
>                 Key: ABDERA-69
>                 URL: https://issues.apache.org/jira/browse/ABDERA-69
>             Project: Abdera
>          Issue Type: Bug
>         Environment: Windows XP, Ant 1.6.5, Tortoise SVN 1.4.5
>            Reporter: Jim Ancona
>            Priority: Minor
>             Fix For: 0.4.0
>
>         Attachments: build.xml.patch
>
>
> build/build.xml target download_feedvalidator_tests uses https://svn.sourceforge.net/svnroot/feedvalidator/trunk/feedvalidator/testcases/atom
> as the URI to access Feed Validator tests. This is wrong for 2 reasons:
> 1. Sourceforge has changed their SVN URI format, the new URI should be https://feedvalidator.svn.sourceforge.net/svnroot/feedvalidator/trunk/feedvalidator/testcases/atom/
> 2. Feed Validator has moved to Google Code: http://feedvalidator.org/docs/howto/install_and_run.html, so the new SVN URI is http://feedvalidator.googlecode.com/svn/trunk/feedvalidator/testcases/atom

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