You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Anthony O. (JIRA)" <ji...@codehaus.org> on 2011/01/17 14:46:58 UTC

[jira] Commented: (MECLIPSE-636) MECLIPSE-156 wasn't resolved

    [ http://jira.codehaus.org/browse/MECLIPSE-636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=251800#action_251800 ] 

Anthony O. commented on MECLIPSE-636:
-------------------------------------

I've seen a similar bug report here : https://issues.sonatype.org/browse/MNGECLIPSE-1782

I've used this workaround :
{noformat}
<plugin>
	<groupId>org.apache.maven.plugins</groupId>
	<artifactId>maven-eclipse-plugin</artifactId>
	<version>2.8</version>
	<configuration>
		<downloadSources>true</downloadSources>
		<downloadJavadocs>true</downloadJavadocs>
		<wtpmanifest>true</wtpmanifest>
		<wtpapplicationxml>false</wtpapplicationxml>
		<wtpversion>2.0</wtpversion>
		<additionalConfig>
			<file>
				<name>.settings/org.eclipse.core.resources.prefs</name>
				<content>
<![CDATA[eclipse.preferences.version=1
encoding/<project>=UTF-8]]>
				</content>
			</file>
		</additionalConfig>
	</configuration>
</plugin>
{noformat}

> MECLIPSE-156 wasn't resolved
> ----------------------------
>
>                 Key: MECLIPSE-636
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-636
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>          Components: Core : Workspace settings
>    Affects Versions: 2.7
>            Reporter: Ramiro Pereira de Magalhães
>            Assignee: fabrizio giustina
>         Attachments: MECLIPSE-636-withTests.patch, patch-MECLIPSE-636.patch
>
>
> Task MECLIPSE-156 wasn't correctly implemented and the proposed feature (namely, that the plugin should support setting file encoding) does not work. I think that only one of the proposed patches there were implemented (on IdeUtils.java) while the other (on EclipseUtils.java) one wasn't.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira