The view is now visible in Java perspective by default, placed next to Package Explorer view. Can be closed, of course, and won't automatically reappear unless the perspective is reset.
Fixed missing view icon an category. Changed the view to show all projects/executions by default. "Failures only" toggle state is now persisted across Eclipse restarts. -- Regards, Igor On Thu, Jul 2, 2015, at 02:06 PM, Manfred Moser wrote: > When I use this with the Android Maven Plugin build its only one line at the > end (fair enough... its only one module) but I can also not expand it to see > the lifecycle phases/plugin exections. > Also the View seems to be in the wrong menu and miss icon image. > I would love to see this work with timing information for the different > executions and maybe in the initial view have another mode that appends > instead of overwrites the content (more like a log). > Manfred > > Jeff Jensen wrote on 2015-07-02 10:30: >> Hi Sandip, yes, just like the JUnit view has a toggle "Activate on >> Error/Failure Only". For this view, an "Activate" preference with options >> "On Any Activity", "Only on Error", and "Never" is a nice pref. >> >> No biggie, a tiny idea. The key is the useful new view! >> On Thu, Jul 2, 2015 at 12:25 PM, Sandip Chitale <[email protected]> >> wrote: >>> Maybe Jeff was askign for making view visible, not take focus: >>> >>> See: >>> http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fui%2FIWorkbenchPage.html >>> >>> "Shows a view in this page with the given id and secondary id. The >>> behaviour of this method varies based on the supplied mode. If >>> VIEW_ACTIVATE is supplied, the view is given focus. If VIEW_VISIBLE is >>> supplied, then it is made visible but not given focus. Finally, if >>> VIEW_CREATE is supplied the view is created and will only be made visible >>> if it is not created in a folder that already contains visible views." >>> >>> >>> On Thu, Jul 2, 2015 at 9:59 AM, Igor Fedorenko <[email protected]> wrote: >>>> No, I don't like views grabbing focus. I think workbench-wide notification >>>> "build such and such competed" would be more useful, but sadly Eclipse >>>> does not provide this. >>>> >>>> I may implement different view icons so one can tell if build is running, >>>> succeeded or failed without activating the view. >>>> >>>> -- >>>> Regards, >>>> Igor >>>> >>>> >>>> On Thu, Jul 2, 2015, at 11:35 AM, Jeff Jensen wrote: >>>>> Very cool! I often display the general Eclipse "Progress" view to see >>>>> what's going on; this is a great build only replacement for that, showing >>>>> the details. >>>>> I like that you have already added the toggle for only showing ones with >>>>> errors. >>>>> The other toggle I like is "Activate on errors only", if you think that's >>>>> a worthy add. >>>>> >>>>> >>>>> On Thu, Jul 2, 2015 at 9:47 AM, Igor Fedorenko <[email protected]> >>>>> wrote: >>>>>> I've added new 'Maven Build' view to my maven dev tools. The view shows >>>>>> overall progress and status of maven build launched with >>>>>> Run-As->Maven_Build launch configurations. Still work in progress, but >>>>>> works quite well for some rather large builds I have to run, especially >>>>>> when using my logback maven extensions. >>>>>> >>>>>> Here is a quick video that shows the view in action when I build maven >>>>>> core with "--builder smart -T 4" >>>>>> >>>>>> http://screencast.com/t/I8ueQ4yQbn >>>>>> >>>>>> The easiest way to try this is to install Takari team feature from the >>>>>> p2 repository below. >>>>>> >>>>>> https://repository.takari.io/content/sites/m2e.extras/takari-team/0.1.0/N/LATEST/ >>>>>> >>>>>> -- >>>>>> Regards, >>>>>> Igor >>>>>> _______________________________________________ >>>>>> m2e-users mailing list >>>>>> [email protected] >>>>>> To change your delivery options, retrieve your password, or unsubscribe from this list, visit >>>>>> https://dev.eclipse.org/mailman/listinfo/m2e-users >>>>> _________________________________________________ >>>>> m2e-users mailing list >>>>> [email protected] >>>>> To change your delivery options, retrieve your password, or unsubscribe >>>>> from this list, visit >>>>> https://dev.eclipse.org/mailman/listinfo/m2e-users >>>> >>>> >>>> _______________________________________________ >>>> m2e-users mailing list >>>> [email protected] >>>> To change your delivery options, retrieve your password, or unsubscribe >>>> from this list, visit >>>> https://dev.eclipse.org/mailman/listinfo/m2e-users >>> >>> _______________________________________________ >>> m2e-users mailing list >>> [email protected] >>> To change your delivery options, retrieve your password, or unsubscribe >>> from this list, visit >>> https://dev.eclipse.org/mailman/listinfo/m2e-users > _________________________________________________ > m2e-users mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe from > this list, visit > https://dev.eclipse.org/mailman/listinfo/m2e-users
_______________________________________________ m2e-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/m2e-users
