[ http://issues.apache.org/jira/browse/NUTCH-9?page=history ]
Sami Siren resolved NUTCH-9:
----------------------------
Resolution: Fixed
I believe this was fixed in r157456
> JSP pages do not compile
> ------------------------
>
> Key: NUTCH-9
> URL: http://issues.apache.org/jira/browse/NUTCH-9
> Project: Nutch
> Type: Bug
> Reporter: Piotr Kosiorowski
>
> In latest SVN version (but it was introduced in CVS I think) there is a
> simple error in two JSP pages.
> refine-query-init.jsp :
> String urls = org.apache.nutch.util.NutchConf.get("extension.ontology.urls");
> should be:
> String urls =
> org.apache.nutch.util.NutchConf.get().get("extension.ontology.urls");
> And in search.jsp:
> NutchConf.get().getInt("extension.clustering.hits-to-cluster", 100);
> should be:
> NutchConf.get().getInt("extension.clustering.hits-to-cluster", 100);
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nutch-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-developers