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

Andrei Pozolotin commented on FELIX-3170:
-----------------------------------------

Stuart:

your comments are extremely valuable!

I was using java annotations (felix scr, not javadoc, not bnd/osgi) from the 
start, 
but was under impression that I MUST run scr plugin to convert java annotations 
-> scr.xml;

now I will try to see how your suggested 
bnd java annotations -> maven-bundle-plugin -> bnd -> src.xml 
path works and report back;

thank you!

Andrei.
                
> scr-maven-plugin : incremental build mode for eclipse development?
> ------------------------------------------------------------------
>
>                 Key: FELIX-3170
>                 URL: https://issues.apache.org/jira/browse/FELIX-3170
>             Project: Felix
>          Issue Type: New Feature
>          Components: Maven SCR Plugin
>            Reporter: Andrei Pozolotin
>
> Hello;
> SITUATION:
> I am using scr-maven-plugin in eclipse 3.7 with m2e incremental mode;
> project has some 1000 java files and 100 scr components;
> on every java file save, eclipse runs JDT builder and then maven invokes SRC 
> plugin;
> as project progressed, the responsiveness of eclipse continued to dwindle 
> down,
> now to 3...5 seconds delay on each java file edit;
> QUESTIONS:
> 1) is it feasible to support incremental build in scr plugin?
> for this, plugin would have to:
> a) keep scr components parse/build cache
> b) support a new goal, when only a single file with scr annotations is 
> requested for processing
> but still produces complete scr xml;
> 2) has anyone devised a better solution to this?
> thank you;
> Andrei.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to