[ 
http://jira.codehaus.org/browse/MFINDBUGS-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=186610#action_186610
 ] 

Garvin LeClaire commented on MFINDBUGS-86:
------------------------------------------

I forgot to mention the snapshot URL is 
http://snapshots.repository.codehaus.org/

Add this to your settings.xml

<settings>
  <profiles>
    <profile>
      <id>Snapshots</id>
        ...
      <pluginRepositories>
        <pluginRepository>
          <id>Codehaus Plugin Snapshots</id>
          <url>http://snapshots.repository.codehaus.org/</url>
          <snapshots />
          <releases>
            <enabled>false</enabled>
          </releases>
        </pluginRepository>
      </pluginRepositories>
    </profile>
  ...
  <activeProfiles>
    <activeProfile>Snapshots</activeProfile>
  </activeProfiles>
 ...
 </settings>


> Changing project sourceEncoding to UTF-8 causing SAX parse error
> ----------------------------------------------------------------
>
>                 Key: MFINDBUGS-86
>                 URL: http://jira.codehaus.org/browse/MFINDBUGS-86
>             Project: Maven 2.x FindBugs Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2
>         Environment: Windows XP JDK-1.6,and JDK 1.5 on Debian AMD-64, maven 
> 2.1 and 2.2.
>            Reporter: Mike Mormando
>            Assignee: Garvin LeClaire
>
> This effects either the plugin version 2.2-rc1 or findbugs proper, 1.3.9rc1. 
> I just set the sourceEncoding on my projects to UTF-8 in the POM properties, 
> and I get a SAX error when findbugs creates its XML file. It works fine with 
> plugin 2.1 and findbugs 1.3.8.

-- 
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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to