Re: Gratuitous selenium dependencies added to Maven projects

2020-06-01 Thread Jesse Glick
On Mon, May 18, 2020 at 2:59 PM Tim Boudreau wrote: > It seems pretty clear that NetBeans is doing this - but what? And why? I think this is from https://github.com/apache/netbeans/blob/37fba0ac75e0eb28fd072a33578bfc05e8ba13d2/ide/selenium2/src/org/netbeans/modules/selenium2/SeleniumTestCreator

Re: Gratuitous selenium dependencies added to Maven projects

2020-05-25 Thread Neil C Smith
On Mon, 25 May 2020 at 13:05, Geertjan Wielenga wrote: > Indeed, master should be substantially the same. If it's not identical we're doing something wrong! :-) Best wishes, Neil - To unsubscribe, e-mail: dev-unsubscr...@netbe

Re: Gratuitous selenium dependencies added to Maven projects

2020-05-25 Thread Geertjan Wielenga
Indeed, master should be substantially the same. Gj On Mon, May 25, 2020 at 2:04 PM Tim Boudreau wrote: > > > > > > Note that from 12.0 Beta 4 onwards, JUnit 4 is back in that dialog: > > > > I'm running a build of git master from a couple of days ago, and it is > there in mine too. > > > > May

Re: Gratuitous selenium dependencies added to Maven projects

2020-05-25 Thread Tim Boudreau
> > > Note that from 12.0 Beta 4 onwards, JUnit 4 is back in that dialog: > I'm running a build of git master from a couple of days ago, and it is there in mine too. > Maybe try that (I see in there right now in 12.0 Beta 5, the following: > JUnit, TestNG, JUnit4, and Selenium) and see if it hel

Re: Gratuitous selenium dependencies added to Maven projects

2020-05-25 Thread Geertjan Wielenga
PS: The above two responses are based on your scenario, i.e., your code, your module, and the Criteria class in your instructions -- on Mac OSX with 12.0 Beta 5 and JDK 14. On Mon, May 25, 2020 at 1:59 PM Geertjan Wielenga wrote: > When I choose JUnit (i.e., not JUnit 4) in Beta 5, only these

Re: Gratuitous selenium dependencies added to Maven projects

2020-05-25 Thread Geertjan Wielenga
When I choose JUnit (i.e., not JUnit 4) in Beta 5, only these deps are added: org.junit.jupiter junit-jupiter-api 5.6.0 test org.junit.jupiter junit-jupiter-params 5.6.0 test

Re: Gratuitous selenium dependencies added to Maven projects

2020-05-25 Thread Geertjan Wielenga
On Mon, May 25, 2020 at 12:20 AM Tim Boudreau wrote: > Just reproduced it again on a NetBeans module project, on a different > machine than I usually use for coding - different userdir, version of > NetBeans, etc. I'm curious if anyone else can. Steps to reproduce: > > 1. Clone this repo: > git

Re: Gratuitous selenium dependencies added to Maven projects

2020-05-25 Thread Tim Boudreau
Tim Boudreau > > Envoyé : lundi 25 mai 2020 00:20 > > À : dev@netbeans.apache.org > > Objet : Re: Gratuitous selenium dependencies added to Maven projects > > > > Just reproduced it again on a NetBeans module project, on a different > > machine than I usually use fo

Re: Gratuitous selenium dependencies added to Maven projects

2020-05-25 Thread Geertjan Wielenga
; Hi > Cannot reproduce on Apache NetBeans 12 b5, windows 10. Only the junit are > added not the selenium. > > Best Regards > Eric > > -Message d'origine- > De : Tim Boudreau > Envoyé : lundi 25 mai 2020 00:20 > À : dev@netbeans.apache.org > Objet :

RE: Gratuitous selenium dependencies added to Maven projects

2020-05-25 Thread Eric Barboni
Hi Cannot reproduce on Apache NetBeans 12 b5, windows 10. Only the junit are added not the selenium. Best Regards Eric -Message d'origine- De : Tim Boudreau Envoyé : lundi 25 mai 2020 00:20 À : dev@netbeans.apache.org Objet : Re: Gratuitous selenium dependencies added to

Re: Gratuitous selenium dependencies added to Maven projects

2020-05-24 Thread Tim Boudreau
Just reproduced it again on a NetBeans module project, on a different machine than I usually use for coding - different userdir, version of NetBeans, etc. I'm curious if anyone else can. Steps to reproduce: 1. Clone this repo: git clone g...@github.com:timboudreau/ANTLR4-Plugins-for-NetBeans.git

RE: Gratuitous selenium dependencies added to Maven projects

2020-05-19 Thread Eric Barboni
;origine- De : Tim Boudreau Envoyé : lundi 18 mai 2020 21:41 À : dev@netbeans.apache.org Objet : Re: Gratuitous selenium dependencies added to Maven projects Not using Selenium to test a NetBeans module, no :-) I have written one library a long time ago which is part of this library collection

Re: Gratuitous selenium dependencies added to Maven projects

2020-05-18 Thread Tim Boudreau
Not using Selenium to test a NetBeans module, no :-) I have written one library a long time ago which is part of this library collection - https://github.com/timboudreau/mastfrog-parent and it has happened in projects that used some other library with the same parent POM. But it's hard to believe

Re: Gratuitous selenium dependencies added to Maven projects

2020-05-18 Thread John Mc
Hi Tim, I cant help you with answering how its happening, as I've never used Selenium in NetBeans, but I think your right that its NetBeans adding it: https://github.com/apache/netbeans/blob/accdbada0a9c5105bd3f06e435024230c1618316/java/selenium2.maven/src/org/netbeans/modules/selenium2/maven/Sele

Gratuitous selenium dependencies added to Maven projects

2020-05-18 Thread Tim Boudreau
Every now and then, maybe once every few months over the last few years, I'll be working on a Maven project - maybe something completely unrelated to web development (at the moment it just happened to a NetBeans module project) - when I will notice the build behaving weirdly or downloading things t