[
https://issues.apache.org/jira/browse/OWB-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652847#action_12652847
]
Mohammad Nour commented on OWB-20:
----------------------------------
Reason:
------------
For the webbeans-api:
------------------------------
The default source and target levels of the maven-compiler-plugin is 1.3 and
1.1 respectively while we need compile against source 1.5 and target 1.5
because of the annotations used in the source code.
For the webbeans-impl:
--------------------------------
This module depends on the former one and the build of the former one is
failed this one will fail too.
Solution:
------------
See the attached patch. Please review and commit if appropriate.
> Compilation errors while building either webbeans-api or webbeans-impl modules
> ------------------------------------------------------------------------------
>
> Key: OWB-20
> URL: https://issues.apache.org/jira/browse/OWB-20
> Project: OpenWebBeans
> Issue Type: Task
> Affects Versions: M1
> Environment: All
> Reporter: Mohammad Nour
> Fix For: M1
>
> Attachments: patch_OWB-20.txt
>
> Original Estimate: 4h
> Remaining Estimate: 4h
>
> If you try to build either of webbeans-impl or webbeans-api modules using the
> following command:
> mvn -e clean install
> compilation errors are generated.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.