You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Sebastian Nagel (JIRA)" <ji...@apache.org> on 2012/11/01 21:03:12 UTC

[jira] [Created] (NUTCH-1488) bin/nutch to run junit from any directory

Sebastian Nagel created NUTCH-1488:
--------------------------------------

             Summary: bin/nutch to run junit from any directory
                 Key: NUTCH-1488
                 URL: https://issues.apache.org/jira/browse/NUTCH-1488
             Project: Nutch
          Issue Type: Improvement
    Affects Versions: 1.5.1, 2.1
            Reporter: Sebastian Nagel
            Priority: Trivial


It should be possible to run a JUnit test via {{bin/nutch junit}} (see [http://wiki.apache.org/nutch/bin/nutch%20junit] and NUTCH-672) from elsewhere not only from {{runtime/local/}}. All parts of the class path are absolute but {{test/classes/}} is relative. Is there any reason for this?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (NUTCH-1488) bin/nutch to run junit from any directory

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

Lewis John McGibbney updated NUTCH-1488:
----------------------------------------

    Fix Version/s: 2.2
                   1.6
    
> bin/nutch to run junit from any directory
> -----------------------------------------
>
>                 Key: NUTCH-1488
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1488
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 2.1, 1.5.1
>            Reporter: Sebastian Nagel
>            Priority: Trivial
>             Fix For: 1.6, 2.2
>
>         Attachments: NUTCH-1488.patch
>
>
> It should be possible to run a JUnit test via {{bin/nutch junit}} (see [http://wiki.apache.org/nutch/bin/nutch%20junit] and NUTCH-672) from elsewhere not only from {{runtime/local/}}. All parts of the class path are absolute but {{test/classes/}} is relative. Is there any reason for this?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (NUTCH-1488) bin/nutch to run junit from any directory

Posted by "Lewis John McGibbney (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13488994#comment-13488994 ] 

Lewis John McGibbney commented on NUTCH-1488:
---------------------------------------------

Hi Seb.

In short, no, there is no reason for this. Your patch is correct. Can you possibly patch 2.x as well and commit both? Good catch.
                
> bin/nutch to run junit from any directory
> -----------------------------------------
>
>                 Key: NUTCH-1488
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1488
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 2.1, 1.5.1
>            Reporter: Sebastian Nagel
>            Priority: Trivial
>         Attachments: NUTCH-1488.patch
>
>
> It should be possible to run a JUnit test via {{bin/nutch junit}} (see [http://wiki.apache.org/nutch/bin/nutch%20junit] and NUTCH-672) from elsewhere not only from {{runtime/local/}}. All parts of the class path are absolute but {{test/classes/}} is relative. Is there any reason for this?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (NUTCH-1488) bin/nutch to run junit from any directory

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

Sebastian Nagel updated NUTCH-1488:
-----------------------------------

    Attachment: NUTCH-1488.patch
    
> bin/nutch to run junit from any directory
> -----------------------------------------
>
>                 Key: NUTCH-1488
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1488
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 2.1, 1.5.1
>            Reporter: Sebastian Nagel
>            Priority: Trivial
>         Attachments: NUTCH-1488.patch
>
>
> It should be possible to run a JUnit test via {{bin/nutch junit}} (see [http://wiki.apache.org/nutch/bin/nutch%20junit] and NUTCH-672) from elsewhere not only from {{runtime/local/}}. All parts of the class path are absolute but {{test/classes/}} is relative. Is there any reason for this?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (NUTCH-1488) bin/nutch to run junit from any directory

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494566#comment-13494566 ] 

Hudson commented on NUTCH-1488:
-------------------------------

Integrated in Nutch-nutchgora #400 (See [https://builds.apache.org/job/Nutch-nutchgora/400/])
    * NUTCH-1488 bin/nutch to run junit from any directory (snagel via lewismc) (Revision 1407531)

     Result = SUCCESS
lewismc : 
Files : 
* /nutch/branches/2.x/CHANGES.txt
* /nutch/branches/2.x/src/bin/nutch

                
> bin/nutch to run junit from any directory
> -----------------------------------------
>
>                 Key: NUTCH-1488
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1488
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 2.1, 1.5.1
>            Reporter: Sebastian Nagel
>            Priority: Trivial
>             Fix For: 1.6, 2.2
>
>         Attachments: NUTCH-1488.patch
>
>
> It should be possible to run a JUnit test via {{bin/nutch junit}} (see [http://wiki.apache.org/nutch/bin/nutch%20junit] and NUTCH-672) from elsewhere not only from {{runtime/local/}}. All parts of the class path are absolute but {{test/classes/}} is relative. Is there any reason for this?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (NUTCH-1488) bin/nutch to run junit from any directory

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494578#comment-13494578 ] 

Hudson commented on NUTCH-1488:
-------------------------------

Integrated in Nutch-trunk #2010 (See [https://builds.apache.org/job/Nutch-trunk/2010/])
    * NUTCH-1488 bin/nutch to run junit from any directory (snagel via lewismc) (Revision 1407527)

     Result = SUCCESS
lewismc : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1407527
Files : 
* /nutch/trunk/CHANGES.txt
* /nutch/trunk/src/bin/nutch

                
> bin/nutch to run junit from any directory
> -----------------------------------------
>
>                 Key: NUTCH-1488
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1488
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 2.1, 1.5.1
>            Reporter: Sebastian Nagel
>            Priority: Trivial
>             Fix For: 1.6, 2.2
>
>         Attachments: NUTCH-1488.patch
>
>
> It should be possible to run a JUnit test via {{bin/nutch junit}} (see [http://wiki.apache.org/nutch/bin/nutch%20junit] and NUTCH-672) from elsewhere not only from {{runtime/local/}}. All parts of the class path are absolute but {{test/classes/}} is relative. Is there any reason for this?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (NUTCH-1488) bin/nutch to run junit from any directory

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494121#comment-13494121 ] 

Hudson commented on NUTCH-1488:
-------------------------------

Integrated in nutch-trunk-maven #487 (See [https://builds.apache.org/job/nutch-trunk-maven/487/])
    * NUTCH-1488 bin/nutch to run junit from any directory (snagel via lewismc) (Revision 1407527)

     Result = SUCCESS
lewismc : 
Files : 
* /nutch/trunk/CHANGES.txt
* /nutch/trunk/src/bin/nutch

                
> bin/nutch to run junit from any directory
> -----------------------------------------
>
>                 Key: NUTCH-1488
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1488
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 2.1, 1.5.1
>            Reporter: Sebastian Nagel
>            Priority: Trivial
>             Fix For: 1.6, 2.2
>
>         Attachments: NUTCH-1488.patch
>
>
> It should be possible to run a JUnit test via {{bin/nutch junit}} (see [http://wiki.apache.org/nutch/bin/nutch%20junit] and NUTCH-672) from elsewhere not only from {{runtime/local/}}. All parts of the class path are absolute but {{test/classes/}} is relative. Is there any reason for this?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (NUTCH-1488) bin/nutch to run junit from any directory

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

Lewis John McGibbney resolved NUTCH-1488.
-----------------------------------------

    Resolution: Fixed

Committed @ revision 1407531 in 2.x
Committed @ revision 1407527 in trunk

Good catch Seb
                
> bin/nutch to run junit from any directory
> -----------------------------------------
>
>                 Key: NUTCH-1488
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1488
>             Project: Nutch
>          Issue Type: Improvement
>    Affects Versions: 2.1, 1.5.1
>            Reporter: Sebastian Nagel
>            Priority: Trivial
>             Fix For: 1.6, 2.2
>
>         Attachments: NUTCH-1488.patch
>
>
> It should be possible to run a JUnit test via {{bin/nutch junit}} (see [http://wiki.apache.org/nutch/bin/nutch%20junit] and NUTCH-672) from elsewhere not only from {{runtime/local/}}. All parts of the class path are absolute but {{test/classes/}} is relative. Is there any reason for this?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira