[jira] [Commented] (NUTCH-1802) Move TestbedProxy to test environment

2014-06-30 Thread Julien Nioche (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-1802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14047621#comment-14047621
 ] 

Julien Nioche commented on NUTCH-1802:
--

Will commit soon unless someone objects.

 Move TestbedProxy to test environment 
 --

 Key: NUTCH-1802
 URL: https://issues.apache.org/jira/browse/NUTCH-1802
 Project: Nutch
  Issue Type: Sub-task
  Components: build
Affects Versions: 1.8
Reporter: Julien Nioche
Assignee: Julien Nioche
Priority: Minor
 Fix For: 1.9


 The proxy task relies on the test classpath but its code is in 
 src/java/org/apache/nutch/tools/proxy. One of the benefits of moving it to 
 tests is that its dependencies would not be shipped in the job file where 
 they are not needed (e.g. servlet stuff). The Ant task would work as before.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (NUTCH-1802) Move TestbedProxy to test environment

2014-06-30 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-1802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14047663#comment-14047663
 ] 

Hudson commented on NUTCH-1802:
---

FAILURE: Integrated in Nutch-trunk #2681 (See 
[https://builds.apache.org/job/Nutch-trunk/2681/])
NUTCH-1802 Move TestbedProxy to test environment (jnioche) (jnioche: 
http://svn.apache.org/viewvc/nutch/trunk/?view=revrev=1606730)
* /nutch/trunk/CHANGES.txt
* /nutch/trunk/build.xml
* /nutch/trunk/ivy/ivy.xml
* /nutch/trunk/src/java/org/apache/nutch/tools/proxy
* /nutch/trunk/src/test/org/apache/nutch/tools
* /nutch/trunk/src/test/org/apache/nutch/tools/proxy
* /nutch/trunk/src/test/org/apache/nutch/tools/proxy/AbstractTestbedHandler.java
* /nutch/trunk/src/test/org/apache/nutch/tools/proxy/DelayHandler.java
* /nutch/trunk/src/test/org/apache/nutch/tools/proxy/FakeHandler.java
* /nutch/trunk/src/test/org/apache/nutch/tools/proxy/LogDebugHandler.java
* /nutch/trunk/src/test/org/apache/nutch/tools/proxy/NotFoundHandler.java
* /nutch/trunk/src/test/org/apache/nutch/tools/proxy/ProxyTestbed.java
* /nutch/trunk/src/test/org/apache/nutch/tools/proxy/SegmentHandler.java
* /nutch/trunk/src/test/org/apache/nutch/tools/proxy/package-info.java


 Move TestbedProxy to test environment 
 --

 Key: NUTCH-1802
 URL: https://issues.apache.org/jira/browse/NUTCH-1802
 Project: Nutch
  Issue Type: Sub-task
  Components: build
Affects Versions: 1.8
Reporter: Julien Nioche
Assignee: Julien Nioche
Priority: Minor
 Fix For: 1.9


 The proxy task relies on the test classpath but its code is in 
 src/java/org/apache/nutch/tools/proxy. One of the benefits of moving it to 
 tests is that its dependencies would not be shipped in the job file where 
 they are not needed (e.g. servlet stuff). The Ant task would work as before.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (NUTCH-1802) Move TestbedProxy to test environment

2014-06-26 Thread Julien Nioche (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-1802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14044542#comment-14044542
 ] 

Julien Nioche commented on NUTCH-1802:
--

We'll just need to rename the main class to something not beginning with Test* 
so that we don't try to call the JUnit test bed on it.

 Move TestbedProxy to test environment 
 --

 Key: NUTCH-1802
 URL: https://issues.apache.org/jira/browse/NUTCH-1802
 Project: Nutch
  Issue Type: Sub-task
  Components: build
Affects Versions: 1.8
Reporter: Julien Nioche
 Fix For: 1.9


 The proxy task relies on the test classpath but its code is in 
 src/java/org/apache/nutch/tools/proxy. One of the benefits of moving it to 
 tests is that its dependencies would not be shipped in the job file where 
 they are not needed (e.g. servlet stuff). The Ant task would work as before.



--
This message was sent by Atlassian JIRA
(v6.2#6252)