<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Eclipse-Juno: Problem when doing a File-Search on the project JForum"]]></title>
		<link>https://community.jforum.net/posts/list/3.page</link>
		<description><![CDATA[Latest messages posted in the topic "Eclipse-Juno: Problem when doing a File-Search on the project JForum"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Eclipse-Juno: Problem when doing a File-Search on the project JForum</title>
				<description><![CDATA[ I loaded the current trunk into my eclipse juno installation. Everything works fine, except when I want to search an expression by a file search (Ctrl-H) using a filter which includes htm files. At the end of the search always an error box appears with following message:
<br>
<br>
[quote]Problems encountered during text search.
<br>
File 'jforum/src/main/resources/templates/default/bookmark_insert.htm' has been skipped, problem while reading: ('${encoding}').
<br>
${encoding}
<br>
File 'jforum/src/main/resources/templates/default/admin/header.htm' has been skipped, problem while reading: ('${encoding}').
<br>
${encoding}[/quote]
<br>
<br>
I examined these files, the culprit seems to be the meta tag:
<br>
[quote]&lt;meta http-equiv="Content-Type" content="text/html; charset=${encoding}" /&gt;[/quote] in it. I even cannot open the file in eclipse itself (complaining the same). But I also found many other htm files which contain the same or a similar meta tag and which I can open without problems in eclipse and which do not seem to have the problem while searching.
<br>
<br>
Any ideas how to solve this are welcome!
<br>
<br>]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/73/262.page</guid>
				<link>https://community.jforum.net/posts/preList/73/262.page</link>
				<pubDate><![CDATA[Fri, 25 Oct 2013 06:24:19]]> GMT</pubDate>
				<author><![CDATA[ bender]]></author>
			</item>
			<item>
				<title>回覆:Eclipse-Juno: Problem when doing a File-Search on the project JForum</title>
				<description><![CDATA[ You can check the trunk/.settings/org.eclipse.core.resources.prefs and see if there is an encoding setting for the html template file.
<br>
<br>
[code]#Fri Nov 18 23:23:51 CST 2011
<br>
eclipse.preferences.version=1
<br>
encoding//src/main/java=UTF-8
<br>
encoding//src/main/resources=UTF-8
<br>
encoding//src/main/resources/templates/default/admin/admin_index.htm=UTF-8
<br>
encoding//src/main/resources/templates/default/admin/admin_welcome.htm=UTF-8
<br>
encoding//src/main/resources/templates/default/admin/menu.htm=UTF-8
<br>
encoding//src/main/resources/templates/default/header.htm=UTF-8
<br>
encoding//src/main/resources/templates/default/install.htm=UTF-8
<br>
encoding//src/main/resources/templates/default/install_check_info.htm=UTF-8
<br>
encoding//src/main/resources/templates/default/install_error.htm=UTF-8
<br>
encoding//src/main/resources/templates/default/install_finished.htm=UTF-8
<br>
encoding//src/main/resources/templates/default/list_smilies.htm=UTF-8
<br>
encoding//src/main/resources/templates/default/pm_finduser.htm=UTF-8
<br>
encoding//src/main/resources/templates/default/pm_review_message.htm=UTF-8
<br>
encoding//src/main/resources/templates/default/topic_review.htm=UTF-8
<br>
encoding//src/test/java=UTF-8
<br>
encoding//src/test/resources=UTF-8
<br>
encoding/&lt;project&gt;=UTF-8[/code]]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/73/264.page</guid>
				<link>https://community.jforum.net/posts/preList/73/264.page</link>
				<pubDate><![CDATA[Mon, 28 Oct 2013 10:59:13]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>Aw:Eclipse-Juno: Problem when doing a File-Search on the project JForum</title>
				<description><![CDATA[ Thanks. This helped. Thanks a lot.
<br>
<br>
I added the culprit files to this settings. Maybe you should update the file in trunk:
<br>
<br>
#Fri Nov 18 23:23:51 CST 2011
<br>
eclipse.preferences.version=1
<br>
encoding//src/main/java=UTF-8
<br>
encoding//src/main/resources=UTF-8
<br>
encoding//src/main/resources/templates/default/admin/admin_index.htm=UTF-8
<br>
encoding//src/main/resources/templates/default/admin/admin_welcome.htm=UTF-8
<br>
encoding//src/main/resources/templates/default/admin/header.htm=UTF-8
<br>
encoding//src/main/resources/templates/default/admin/menu.htm=UTF-8
<br>
encoding//src/main/resources/templates/default/bookmark_insert.htm=UTF-8
<br>
encoding//src/main/resources/templates/default/header.htm=UTF-8
<br>
encoding//src/main/resources/templates/default/install.htm=UTF-8
<br>
encoding//src/main/resources/templates/default/install_check_info.htm=UTF-8
<br>
encoding//src/main/resources/templates/default/install_error.htm=UTF-8
<br>
encoding//src/main/resources/templates/default/install_finished.htm=UTF-8
<br>
encoding//src/main/resources/templates/default/list_smilies.htm=UTF-8
<br>
encoding//src/main/resources/templates/default/pm_finduser.htm=UTF-8
<br>
encoding//src/main/resources/templates/default/pm_review_message.htm=UTF-8
<br>
encoding//src/main/resources/templates/default/topic_review.htm=UTF-8
<br>
encoding//src/test/java=UTF-8
<br>
encoding//src/test/resources=UTF-8
<br>
encoding/&lt;project&gt;=UTF-8
<br>]]></description>
				<guid isPermaLink="true">https://community.jforum.net/posts/preList/73/266.page</guid>
				<link>https://community.jforum.net/posts/preList/73/266.page</link>
				<pubDate><![CDATA[Tue, 29 Oct 2013 02:34:01]]> GMT</pubDate>
				<author><![CDATA[ bender]]></author>
			</item>
	</channel>
</rss>