Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] maven dev tools 0.4.0 snapshots

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 <sandipchitale@xxxxxxxxx> wrote:
Maybe Jeff was askign for making view visible, not take focus:
 
 
"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 <igor@xxxxxxxxxxxxxx> 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 <igor@xxxxxxxxxxxxxx> 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"
 
 
The easiest way to try this is to install Takari team feature from the
p2 repository below.
 

--
Regards,
Igor
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
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
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
 

_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
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
m2e-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-users

Back to the top