[
http://jira.codehaus.org/browse/MFINDBUGS-57?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=178619#action_178619
]
Stephen Pack commented on MFINDBUGS-57:
---------------------------------------
Thanks for the clarification!
Just to explain our rationale for always using the target JRE level to perform
builds: when you configure 1.4 source & target levels, maven will produce
compatible class files and error on usage of newer language features
(annotations, etc.), but often won't stop you from using a class or method that
was introduced in Java 5.
> 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