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

Garvin LeClaire commented on MFINDBUGS-57:
------------------------------------------

You are able to use Java 5 for Maven builds and still produce 1.4 compatible 
builds.

This is what we do where I work since the majority of our project still are 
deployed on a Java 1.4 JVM.

As you mentioned 1.1.1 is an alternative for those that are not comfortable 
with using Java 5 or above to run Maven.

FindBugs introduced a new interface in the 1.3.x versions (Java 5 dependent) so 
it is not a simple recompile with a different dependency for the Maven plugin.


Garvin

> SAX driver must be specified manually for filter file
> -----------------------------------------------------
>
>                 Key: MFINDBUGS-57
>                 URL: http://jira.codehaus.org/browse/MFINDBUGS-57
>             Project: Maven 2.x FindBugs Plugin
>          Issue Type: Bug
>    Affects Versions: 1.2
>         Environment: Sun jdk1.4.2_17 on Win Vista; maven 2.05 - 2.0.9
>            Reporter: Stephen Pack
>            Assignee: Garvin LeClaire
>            Priority: Minor
>             Fix For: 2.0.1
>
>
> When running a build with a filter configured -- I'm using an 
> excludeFilterFile -- I must now specify the implementation of the SAX driver. 
>  For example, "mvn clean verify site 
> -Dorg.xml.sax.driver=org.apache.crimson.parser.XMLReaderImpl".  Otherwise, I 
> get a build error: "Embedded error: System property org.xml.sax.driver not 
> specified".
> This only affects the 1.2 release on Java 1.4; previous releases on 1.4 do 
> not need this configuration, nor do all releases on Java 5.

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