[jira] [Commented] (NUTCH-1800) Documentation for Nutch 1.X REST API

2016-06-21 Thread Markus Jelsma (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-1800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15341646#comment-15341646
 ] 

Markus Jelsma commented on NUTCH-1800:
--

cool!

> Documentation for Nutch 1.X REST API
> 
>
> Key: NUTCH-1800
> URL: https://issues.apache.org/jira/browse/NUTCH-1800
> Project: Nutch
>  Issue Type: New Feature
>  Components: documentation, REST_api
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
> Fix For: 1.11
>
> Attachments: NUTCH-1800.patch
>
>
> This issue should build on NUTCH-1769 with full Java documentation for all 
> classes in the following packages
> org.apache.nutch.api.*
> I am assigning this one to [~fjodor.vershinin] as he is doing an excellent 
> job on the REST API. His UML graphic in [0] and commantary shows that he has 
> a good understanding of the REST API and its functionality.
> Thank you [~fjodor.vershinin] great work.
> [0] https://wiki.apache.org/nutch/NutchRESTAPI#UML_Graphic



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (NUTCH-1800) Documentation for Nutch 1.X REST API

2016-06-19 Thread Lewis John McGibbney (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-1800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15338901#comment-15338901
 ] 

Lewis John McGibbney commented on NUTCH-1800:
-

I don't know. I just published the REST documentation for the 1.12 release. It 
can be seen at http://nutch.apache.org/miredot/1.12/index.html

> Documentation for Nutch 1.X REST API
> 
>
> Key: NUTCH-1800
> URL: https://issues.apache.org/jira/browse/NUTCH-1800
> Project: Nutch
>  Issue Type: New Feature
>  Components: documentation, REST_api
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
> Fix For: 1.11
>
> Attachments: NUTCH-1800.patch
>
>
> This issue should build on NUTCH-1769 with full Java documentation for all 
> classes in the following packages
> org.apache.nutch.api.*
> I am assigning this one to [~fjodor.vershinin] as he is doing an excellent 
> job on the REST API. His UML graphic in [0] and commantary shows that he has 
> a good understanding of the REST API and its functionality.
> Thank you [~fjodor.vershinin] great work.
> [0] https://wiki.apache.org/nutch/NutchRESTAPI#UML_Graphic



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (NUTCH-1800) Documentation for Nutch 1.X REST API

2016-06-19 Thread Furkan KAMACI (JIRA)

[ 
https://issues.apache.org/jira/browse/NUTCH-1800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15338608#comment-15338608
 ] 

Furkan KAMACI commented on NUTCH-1800:
--

[~lewismc] when I switch to master branch and try to generate the REST API I 
get error:

{code}
furkan@kamaci:~/projects/gsoc2016/nutch$ ant -lib ivy restdocs
Buildfile: /home/furkan/projects/gsoc2016/nutch/build.xml
Trying to override old definition of task javac
  [taskdef] Could not load definitions from resource org/sonar/ant/antlib.xml. 
It could not be found.

restdocs:
[ivy:makepom] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
[ivy:makepom] :: loading settings :: url = 
jar:file:/home/furkan/projects/gsoc2016/nutch/ivy/ivy-2.2.0.jar!/org/apache/ivy/core/settings/ivysettings.xml
[artifact:mvn] + Error stacktraces are turned on.
[artifact:mvn] [INFO] Scanning for projects...
[artifact:mvn] [INFO] 

[artifact:mvn] [INFO] Building Apache Nutch
[artifact:mvn] [INFO]task-segment: [test]
[artifact:mvn] [INFO] 

[artifact:mvn] [INFO] [resources:resources]
[artifact:mvn] [WARNING] Using platform encoding (UTF-8 actually) to copy 
filtered resources, i.e. build is platform dependent!
[artifact:mvn] [INFO] skip non existing resourceDirectory 
/home/furkan/projects/gsoc2016/nutch/src/main/resources
[artifact:mvn] Downloading: 
http://repo1.maven.org/maven2/org/apache/mrunit/mrunit/1.1.0/mrunit-1.1.0.jar
[artifact:mvn] [INFO] 

[artifact:mvn] [ERROR] BUILD ERROR
[artifact:mvn] [INFO] 

[artifact:mvn] [INFO] Failed to resolve artifact.
[artifact:mvn] 
[artifact:mvn] Missing:
[artifact:mvn] --
[artifact:mvn] 1) org.apache.mrunit:mrunit:jar:1.1.0
[artifact:mvn] 
[artifact:mvn]   Try downloading the file manually from the project website.
[artifact:mvn] 
[artifact:mvn]   Then, install it using the command: 
[artifact:mvn]   mvn install:install-file -DgroupId=org.apache.mrunit 
-DartifactId=mrunit -Dversion=1.1.0 -Dpackaging=jar -Dfile=/path/to/file
[artifact:mvn] 
[artifact:mvn]   Alternatively, if you host your own repository you can deploy 
the file there: 
[artifact:mvn]   mvn deploy:deploy-file -DgroupId=org.apache.mrunit 
-DartifactId=mrunit -Dversion=1.1.0 -Dpackaging=jar -Dfile=/path/to/file 
-Durl=[url] -DrepositoryId=[id]
[artifact:mvn] 
[artifact:mvn]   Path to dependency: 
[artifact:mvn]  1) org.apache.nutch:nutch:jar:1.12-SNAPSHOT
[artifact:mvn]  2) org.apache.mrunit:mrunit:jar:1.1.0
[artifact:mvn] 
[artifact:mvn] --
[artifact:mvn] 1 required artifact is missing.
[artifact:mvn] 
[artifact:mvn] for artifact: 
[artifact:mvn]   org.apache.nutch:nutch:jar:1.12-SNAPSHOT
[artifact:mvn] 
[artifact:mvn] from the specified remote repositories:
[artifact:mvn]   central (http://repo1.maven.org/maven2)
[artifact:mvn] 
[artifact:mvn] 
[artifact:mvn] 
[artifact:mvn] [INFO] 

[artifact:mvn] [INFO] Trace
[artifact:mvn] org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
[artifact:mvn] --
[artifact:mvn] 1) org.apache.mrunit:mrunit:jar:1.1.0
[artifact:mvn] 
[artifact:mvn]   Try downloading the file manually from the project website.
[artifact:mvn] 
[artifact:mvn]   Then, install it using the command: 
[artifact:mvn]   mvn install:install-file -DgroupId=org.apache.mrunit 
-DartifactId=mrunit -Dversion=1.1.0 -Dpackaging=jar -Dfile=/path/to/file
[artifact:mvn] 
[artifact:mvn]   Alternatively, if you host your own repository you can deploy 
the file there: 
[artifact:mvn]   mvn deploy:deploy-file -DgroupId=org.apache.mrunit 
-DartifactId=mrunit -Dversion=1.1.0 -Dpackaging=jar -Dfile=/path/to/file 
-Durl=[url] -DrepositoryId=[id]
[artifact:mvn] 
[artifact:mvn]   Path to dependency: 
[artifact:mvn]  1) org.apache.nutch:nutch:jar:1.12-SNAPSHOT
[artifact:mvn]  2) org.apache.mrunit:mrunit:jar:1.1.0
[artifact:mvn] 
[artifact:mvn] --
[artifact:mvn] 1 required artifact is missing.
[artifact:mvn] 
[artifact:mvn] for artifact: 
[artifact:mvn]   org.apache.nutch:nutch:jar:1.12-SNAPSHOT
[artifact:mvn] 
[artifact:mvn] from the specified remote repositories:
[artifact:mvn]   central (http://repo1.maven.org/maven2)
[artifact:mvn] 
[artifact:mvn] 
[artifact:mvn]  at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:576)
[artifact:mvn]  at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:500)
[artifact:mvn]  at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:479)
[artifact:mvn]  at