You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "Jörg Prante (JIRA)" <ji...@apache.org> on 2008/04/18 14:48:21 UTC

[jira] Commented: (ABDERA-148) Java 1.6 Support

    [ https://issues.apache.org/jira/browse/ABDERA-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590429#action_12590429 ] 

Jörg Prante commented on ABDERA-148:
------------------------------------

To build Abdera under JDK 6 and Maven 2.0.8, I used the following modifications:

In main directory pom.xml:
- set source/target to 1.6 and adjust javadoc pointer in maven-javadoc-plugin
- force maven-surefire-plugin to version 2.3 to avoid junit annotation bug
- update Woodstox to 3.2.4 for passing StAX FeedValidator test
- set Xerces 2.8.1 scope to "compile" only
- remove xml-apis dependency 

In extension WSSE pom.xml
- suppress Maven tests to avoid NPE during surefire test (see also http://jira.codehaus.org/browse/MRRESOURCES-6)


> Java 1.6 Support
> ----------------
>
>                 Key: ABDERA-148
>                 URL: https://issues.apache.org/jira/browse/ABDERA-148
>             Project: Abdera
>          Issue Type: Improvement
>            Reporter: James M Snell
>             Fix For: 0.5.0
>
>
> Ensure that JDK 1.6 is supported

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.