[ 
https://issues.apache.org/jira/browse/FELIX-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451999#comment-13451999
 ] 

Carsten Ziegeler commented on FELIX-2892:
-----------------------------------------

Processing class files is one thing, but being able to relate an error to the 
source is the other important feature. That's why we have this Source object 
which a) points to a source file and b) points to a class file to process.
We can change the process how these source objects are constructred in any way, 
however we need a pointer to the source file.
I guess it would be interesting in the scala case to get an error reported on 
the scala source as well.
                
> Get SCR annotations to work with Scala
> --------------------------------------
>
>                 Key: FELIX-2892
>                 URL: https://issues.apache.org/jira/browse/FELIX-2892
>             Project: Felix
>          Issue Type: Improvement
>          Components: Maven SCR Plugin
>            Reporter: Reto Bachmann-Gmür
>
> Currently the maven scr plugin doesn't work with scala, teh main reason for 
> this is that the annotation have only source scope and the adding of 
> bind-methods happe on a source rather than a bytecode level.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to