Administrator
|
Hi,
I don't know if anyone is using Gradle Buildship plugin in Eclipse (it seems it does not add much) I just retried it after an update and I find (much) annoying you can't tell it to not import subprojects. I think I will simply discard it, ideas? Jacques |
Hi Jacques,
It works on my computer. I don't use it much because I prefer the command line (and sometimes occasional ./gradlew --gui). However it doesn't seem to be intrusive. It also comes in handy when I'm in the TDD mode as I don't like to switch away from the same screen and just keep running the unit tests from the same edit screen. But yeah I agree it's nothing to "wow" about it. Taher Alkhateeb On Sat, Jul 30, 2016 at 2:03 PM, Jacques Le Roux < [hidden email]> wrote: > Hi, > > I don't know if anyone is using Gradle Buildship plugin in Eclipse (it > seems it does not add much) > > I just retried it after an update and I find (much) annoying you can't > tell it to not import subprojects. > > I think I will simply discard it, ideas? > > Jacques > > > |
Administrator
|
I'll consider the TDD aspect, thanks!
Jacques Le 30/07/2016 à 13:39, Taher Alkhateeb a écrit : > Hi Jacques, > > It works on my computer. I don't use it much because I prefer the command > line (and sometimes occasional ./gradlew --gui). However it doesn't seem to > be intrusive. It also comes in handy when I'm in the TDD mode as I don't > like to switch away from the same screen and just keep running the unit > tests from the same edit screen. > > But yeah I agree it's nothing to "wow" about it. > > Taher Alkhateeb > > On Sat, Jul 30, 2016 at 2:03 PM, Jacques Le Roux < > [hidden email]> wrote: > >> Hi, >> >> I don't know if anyone is using Gradle Buildship plugin in Eclipse (it >> seems it does not add much) >> >> I just retried it after an update and I find (much) annoying you can't >> tell it to not import subprojects. >> >> I think I will simply discard it, ideas? >> >> Jacques >> >> >> |
Administrator
|
Ha forgot, how do you handle all the automatically subprojects created? I use mostly the Navigator view as main tree
Jacques Le 30/07/2016 à 13:56, Jacques Le Roux a écrit : > I'll consider the TDD aspect, thanks! > > Jacques > > > Le 30/07/2016 à 13:39, Taher Alkhateeb a écrit : >> Hi Jacques, >> >> It works on my computer. I don't use it much because I prefer the command >> line (and sometimes occasional ./gradlew --gui). However it doesn't seem to >> be intrusive. It also comes in handy when I'm in the TDD mode as I don't >> like to switch away from the same screen and just keep running the unit >> tests from the same edit screen. >> >> But yeah I agree it's nothing to "wow" about it. >> >> Taher Alkhateeb >> >> On Sat, Jul 30, 2016 at 2:03 PM, Jacques Le Roux < >> [hidden email]> wrote: >> >>> Hi, >>> >>> I don't know if anyone is using Gradle Buildship plugin in Eclipse (it >>> seems it does not add much) >>> >>> I just retried it after an update and I find (much) annoying you can't >>> tell it to not import subprojects. >>> >>> I think I will simply discard it, ideas? >>> >>> Jacques >>> >>> >>> > > |
Actually I have a very low tech way :) I just delete them
On Sat, Jul 30, 2016 at 3:05 PM, Jacques Le Roux < [hidden email]> wrote: > Ha forgot, how do you handle all the automatically subprojects created? I > use mostly the Navigator view as main tree > > Jacques > > > > Le 30/07/2016 à 13:56, Jacques Le Roux a écrit : > >> I'll consider the TDD aspect, thanks! >> >> Jacques >> >> >> Le 30/07/2016 à 13:39, Taher Alkhateeb a écrit : >> >>> Hi Jacques, >>> >>> It works on my computer. I don't use it much because I prefer the command >>> line (and sometimes occasional ./gradlew --gui). However it doesn't seem >>> to >>> be intrusive. It also comes in handy when I'm in the TDD mode as I don't >>> like to switch away from the same screen and just keep running the unit >>> tests from the same edit screen. >>> >>> But yeah I agree it's nothing to "wow" about it. >>> >>> Taher Alkhateeb >>> >>> On Sat, Jul 30, 2016 at 2:03 PM, Jacques Le Roux < >>> [hidden email]> wrote: >>> >>> Hi, >>>> >>>> I don't know if anyone is using Gradle Buildship plugin in Eclipse (it >>>> seems it does not add much) >>>> >>>> I just retried it after an update and I find (much) annoying you can't >>>> tell it to not import subprojects. >>>> >>>> I think I will simply discard it, ideas? >>>> >>>> Jacques >>>> >>>> >>>> >>>> >> >> > |
Administrator
|
Same here :D
Le 30/07/2016 à 14:17, Taher Alkhateeb a écrit : > Actually I have a very low tech way :) I just delete them > > On Sat, Jul 30, 2016 at 3:05 PM, Jacques Le Roux < > [hidden email]> wrote: > >> Ha forgot, how do you handle all the automatically subprojects created? I >> use mostly the Navigator view as main tree >> >> Jacques >> >> >> >> Le 30/07/2016 à 13:56, Jacques Le Roux a écrit : >> >>> I'll consider the TDD aspect, thanks! >>> >>> Jacques >>> >>> >>> Le 30/07/2016 à 13:39, Taher Alkhateeb a écrit : >>> >>>> Hi Jacques, >>>> >>>> It works on my computer. I don't use it much because I prefer the command >>>> line (and sometimes occasional ./gradlew --gui). However it doesn't seem >>>> to >>>> be intrusive. It also comes in handy when I'm in the TDD mode as I don't >>>> like to switch away from the same screen and just keep running the unit >>>> tests from the same edit screen. >>>> >>>> But yeah I agree it's nothing to "wow" about it. >>>> >>>> Taher Alkhateeb >>>> >>>> On Sat, Jul 30, 2016 at 2:03 PM, Jacques Le Roux < >>>> [hidden email]> wrote: >>>> >>>> Hi, >>>>> I don't know if anyone is using Gradle Buildship plugin in Eclipse (it >>>>> seems it does not add much) >>>>> >>>>> I just retried it after an update and I find (much) annoying you can't >>>>> tell it to not import subprojects. >>>>> >>>>> I think I will simply discard it, ideas? >>>>> >>>>> Jacques >>>>> >>>>> >>>>> >>>>> >>> |
Free forum by Nabble | Edit this page |