|
View:
New views
13 Messages
—
Rating Filter:
Alert me
|
|
|
Gradle Corporate DesignHi there,
Inspired by the gradle UI and because of my technical curiosity about gradle and the eclipse platform, I would like to integrate gradle to (my) eclipse workbench and write an eclipse plugin for it. But without a logo the ui isn't that sexy. I can't find any logo or something else for gradle. The "gradle" lettering is not that icon friendly. Is there any thing out there or rather planned? Definitely a must have for a 1.0 version I think. Or should I borrow the "g" from groovy? regards, René ------------------------------------ Rene Groeschke rene@... http://www.breskeby.com ------------------------------------ --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Gradle Corporate DesignOn Sep 19, 2009, at 8:00 PM, René Gröschke wrote: > Hi there, > Inspired by the gradle UI and because of my technical curiosity > about gradle and the eclipse platform, I would like to integrate > gradle to (my) eclipse workbench and write an eclipse plugin for it. Excellent plan :) > But without a logo the ui isn't that sexy. I can't find any logo or > something else for gradle. The "gradle" lettering is not that icon > friendly. Is there any thing out there or rather planned? Definitely > a must have for a 1.0 version I think. Or should I borrow the "g" > from groovy? Gradle needs a logo I think and I guess we will have one before the 1.0 release. - Hans -- Hans Dockter Gradle Project Manager http://www.gradle.org --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Gradle Corporate Design>> But without a logo the ui isn't that sexy. I can't find any logo or
>> something else for gradle. The "gradle" lettering is not that icon friendly. >> Is there any thing out there or rather planned? Definitely a must have for a >> 1.0 version I think. Or should I borrow the "g" from groovy? > > Gradle needs a logo I think and I guess we will have one before the 1.0 > release. we should think about choosing some animal (mascot) to make gradle more cute :D -- Tomek --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Gradle Corporate DesignOn Tue, 2009-09-22 at 12:55 +0200, Hans Dockter wrote:
[ . . . ] > Gradle needs a logo I think and I guess we will have one before the > 1.0 release. I don't have an immediate suggestion of a logo, but Gradle sounds so much like cradle that there has to be a connection that can be made. -- Russel. ============================================================================= Dr Russel Winder Partner xmpp: russel@... Concertant LLP t: +44 20 7585 2200, +44 20 7193 9203 41 Buckmaster Road, f: +44 8700 516 084 voip: sip:russel.winder@... London SW11 1EN, UK m: +44 7770 465 077 skype: russel_winder |
|
|
Re: Gradle Corporate Designmight I suggest since we are tying to prevent an 'agile wild goose chase' in creating Gradle could it be the elusive snipe?
http://t2.gstatic.com/images?q=tbn:pxa2i6Rabi_a6M:http://www.brimfieldfcc.org/images/snipe.jpg On Tue, Sep 22, 2009 at 5:59 AM, Tomek Kaczanowski <kaczanowski.tomek@...> wrote:
|
|
|
Re: Gradle Corporate Design / Eclipse plugin for gradleHi there,
I asked about an icon for gradle some weeks ago which I can use in an Ecilpse Plugin for Gradle. For my first tests, I borrowed the greclipse icons. As I told you I've just coding this plugin out of curiosity and i have so much ideas about it. Actually, I got gradle 0.8 basically running as eclipse plugin. I reused some code of gradle-ui. Thanks to Mike and his efforts. Just for fun I've played with screenflow to capture an gradle run in eclipse. take a look at: http://www.youtube.com/watch?v=Vq3L5oi6xu0 I've created an eclipse update site: http://www.breskeby.com/downloads/gradle/eclipse/update sources available at: http://github.com/breskeby/eclipseplugins Again, everything is really really pre pre alpha and still in progress. I've just got basic gradle build files running, the code is definitely not pretty and there is still so much thinks to improve. But time is luxury and my girlfriend is already a bit jealous of my eclipse & macpro ;-) regards, René -- ------------------------------------ Rene Groeschke rene@... http://www.breskeby.com ------------------------------------ René Gröschke schrieb: > Hi there, > Inspired by the gradle UI and because of my technical curiosity about > gradle and the eclipse platform, I would like to integrate gradle to > (my) eclipse workbench and write an eclipse plugin for it. But without > a logo the ui isn't that sexy. I can't find any logo or something else > for gradle. The "gradle" lettering is not that icon friendly. Is there > any thing out there or rather planned? Definitely a must have for a > 1.0 version I think. Or should I borrow the "g" from groovy? > > regards, > René > > ------------------------------------ > Rene Groeschke > > rene@... > http://www.breskeby.com > ------------------------------------ > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > -- ------------------------------------ Rene Groeschke rene@... http://www.breskeby.com ------------------------------------ --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Gradle Corporate Design / Eclipse plugin for gradleHi René,
I gave the plug-in a shot and it's already looking really nice and works quite well. Some things that didn't work for me or which would be nice to have features (most of them you are probably aware of): - Multi project build - I could not find out how to run a subproject, the plugin would run it as "gradle subproject", where it should have been "gradle :subproject". Of course this is not easy to find out from the plugins perspective but would be a nice feature. (Either auto detect, or manual setup would also be ok) - How can i run different targets other than the default? - A task outline when opening a gradle.build file would be nice - Eclipse built the entire workspace before running gradle, which is sort of useless. Great work on the plugin, I am very looking forward to the next updates. So long, Thomas René Gröschke wrote: > Hi there, > I asked about an icon for gradle some weeks ago which I can use in an > Ecilpse Plugin for Gradle. For my first tests, I borrowed the > greclipse icons. > As I told you I've just coding this plugin out of curiosity and i have > so much ideas about it. Actually, I got gradle 0.8 basically running > as eclipse plugin. > I reused some code of gradle-ui. Thanks to Mike and his efforts. Just > for fun I've played with screenflow to capture an gradle run in eclipse. > > take a look at: http://www.youtube.com/watch?v=Vq3L5oi6xu0 > > I've created an eclipse update site: > http://www.breskeby.com/downloads/gradle/eclipse/update > > sources available at: http://github.com/breskeby/eclipseplugins > > Again, everything is really really pre pre alpha and still in > progress. I've just got basic gradle build files running, the code is > definitely not pretty and there is still so much thinks to improve. > But time is luxury and my girlfriend is already a bit jealous of my > eclipse & macpro ;-) > > regards, > René --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Gradle Corporate Design / Eclipse plugin for gradleHi Thomas,
I have to say, that I didn't yet make much tests on multiproject scenarios etc. As said, this is whole plugin experimental. The problem with rebuilding the entire workspace should be easy to fix, since this should be a flag in the eclipse api. having a task outline in the resource view & in the launch window should be the next step. I have to look at gradle-ui how mike solved this. Since the actual tasks shold be included in the resource view as well, I'm searching for a lightweight approach here. running a gradle build to get the actual tasks is not that light approach here, since the startup time of gradle is relatively high. otherwise I have actual no clue how to get the available tasks, because only gradle knows the registered and used plugins, etc. At the moment you have to type the task to execute in the arguments window. thanks for your reply, regards, René Am Di, 13.10.2009, 10:33, schrieb Thomas Kinnen: > Hi René, > I gave the plug-in a shot and it's already looking really nice and works > quite well. > > Some things that didn't work for me or which would be nice to have > features (most of them you are probably aware of): - Multi project build - > I could not find out how to run a subproject, > the plugin would run it as "gradle subproject", where it should have been > "gradle :subproject". Of course this is not easy to find out from > the plugins perspective but would be a nice feature. (Either auto detect, > or manual setup would also be ok) - How can i run different targets other > than the default? - A task outline when opening a gradle.build file would > be nice - Eclipse built the entire workspace before running gradle, which > is sort of useless. > > Great work on the plugin, I am very looking forward to the next updates. > > > So long, > Thomas > > > > RenÂé Gröschke wrote: > >> Hi there, >> I asked about an icon for gradle some weeks ago which I can use in an >> Ecilpse Plugin for Gradle. For my first tests, I borrowed the >> greclipse icons. As I told you I've just coding this plugin out of >> curiosity and i have so much ideas about it. Actually, I got gradle 0.8 >> basically running as eclipse plugin. I reused some code of gradle-ui. >> Thanks to Mike and his efforts. Just >> for fun I've played with screenflow to capture an gradle run in eclipse. >> >> >> take a look at: http://www.youtube.com/watch?v=Vq3L5oi6xu0 >> >> I've created an eclipse update site: >> http://www.breskeby.com/downloads/gradle/eclipse/update >> >> >> sources available at: http://github.com/breskeby/eclipseplugins >> >> Again, everything is really really pre pre alpha and still in >> progress. I've just got basic gradle build files running, the code is >> definitely not pretty and there is still so much thinks to improve. But >> time is luxury and my girlfriend is already a bit jealous of my eclipse >> & macpro ;-) >> >> >> regards, René >> > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Gradle Corporate Design / Eclipse plugin for gradleRene Groeschke wrote:
> I have to look at gradle-ui how mike solved this. Since the actual tasks > shold be included in the resource view as well, I'm searching for a > lightweight approach here. running a gradle build to get the actual tasks > is not that light approach here, since the startup time of gradle is > relatively high. otherwise I have actual no clue how to get the available > tasks, because only gradle knows the registered and used plugins, etc. > For simple task recognition you could probably use some regex to find the tasks in a file. Of course that will not add tasks that are auto added by plug-ins or root projects. Judging by the time it takes and the output, Gradle gui is runnig "gradle -t" to figure out the available tasks. Maybe by using a combination of the two one can create a good user experience. Mostly you will only need the tasks in the file you are currently editing anyway, so a basic regex should probably do the job. One could then run the gradle -t tasks in the background and load the new tasks into a special drop down in the overview window. > At the moment you have to type the task to execute in the arguments window. Thanks, just what i was looking for. So long, Thomas --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Gradle Corporate Design / Eclipse plugin for gradleHi Rene,
could you (or maybe someone else) please update the wiki page devoted to Gradle+Eclipse ? It doesn't mention your plugin at all, which is not good: http://docs.codehaus.org/display/GRADLE/Running+Gradle+from+Eclipse -- Tomek 2009/10/12 RenŽé Gröschke <gradle@...>: > Hi there, > I asked about an icon for gradle some weeks ago which I can use in an > Ecilpse Plugin for Gradle. For my first tests, I borrowed the greclipse > icons. > As I told you I've just coding this plugin out of curiosity and i have so > much ideas about it. Actually, I got gradle 0.8 basically running as eclipse > plugin. > I reused some code of gradle-ui. Thanks to Mike and his efforts. Just for > fun I've played with screenflow to capture an gradle run in eclipse. > > take a look at: http://www.youtube.com/watch?v=Vq3L5oi6xu0 > > I've created an eclipse update site: > http://www.breskeby.com/downloads/gradle/eclipse/update > > sources available at: http://github.com/breskeby/eclipseplugins > > Again, everything is really really pre pre alpha and still in progress. I've > just got basic gradle build files running, the code is definitely not pretty > and there is still so much thinks to improve. > But time is luxury and my girlfriend is already a bit jealous of my eclipse > & macpro ;-) > > regards, > René > > > -- > ------------------------------------ > Rene Groeschke > > rene@... > http://www.breskeby.com > ------------------------------------ > > > RenŽé Gröschke schrieb: >> >> Hi there, >> Inspired by the gradle UI and because of my technical curiosity about >> gradle and the eclipse platform, I would like to integrate gradle to (my) >> eclipse workbench and write an eclipse plugin for it. But without a logo the >> ui isn't that sexy. I can't find any logo or something else for gradle. The >> "gradle" lettering is not that icon friendly. Is there any thing out there >> or rather planned? Definitely a must have for a 1.0 version I think. Or >> should I borrow the "g" from groovy? >> >> regards, >> René >> >> ------------------------------------ >> Rene Groeschke >> >> rene@... >> http://www.breskeby.com >> ------------------------------------ >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> > > > -- > ------------------------------------ > Rene Groeschke > > rene@... > http://www.breskeby.com > ------------------------------------ > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Gradle Corporate Design / Eclipse plugin for gradleHi Tomek,
I will update the wiki page this weekend. regards, René ------------------------------------ Rene Groeschke rene@... http://www.breskeby.com ------------------------------------ Tomek Kaczanowski schrieb: > Hi Rene, > > could you (or maybe someone else) please update the wiki page devoted > to Gradle+Eclipse ? It doesn't mention your plugin at all, which is > not good: > http://docs.codehaus.org/display/GRADLE/Running+Gradle+from+Eclipse > > -- > Tomek > > 2009/10/12 RenŽé Gröschke <gradle@...>: > >> Hi there, >> I asked about an icon for gradle some weeks ago which I can use in an >> Ecilpse Plugin for Gradle. For my first tests, I borrowed the greclipse >> icons. >> As I told you I've just coding this plugin out of curiosity and i have so >> much ideas about it. Actually, I got gradle 0.8 basically running as eclipse >> plugin. >> I reused some code of gradle-ui. Thanks to Mike and his efforts. Just for >> fun I've played with screenflow to capture an gradle run in eclipse. >> >> take a look at: http://www.youtube.com/watch?v=Vq3L5oi6xu0 >> >> I've created an eclipse update site: >> http://www.breskeby.com/downloads/gradle/eclipse/update >> >> sources available at: http://github.com/breskeby/eclipseplugins >> >> Again, everything is really really pre pre alpha and still in progress. I've >> just got basic gradle build files running, the code is definitely not pretty >> and there is still so much thinks to improve. >> But time is luxury and my girlfriend is already a bit jealous of my eclipse >> & macpro ;-) >> >> regards, >> René >> >> >> -- >> ------------------------------------ >> Rene Groeschke >> >> rene@... >> http://www.breskeby.com >> ------------------------------------ >> >> >> RenŽé Gröschke schrieb: >> >>> Hi there, >>> Inspired by the gradle UI and because of my technical curiosity about >>> gradle and the eclipse platform, I would like to integrate gradle to (my) >>> eclipse workbench and write an eclipse plugin for it. But without a logo the >>> ui isn't that sexy. I can't find any logo or something else for gradle. The >>> "gradle" lettering is not that icon friendly. Is there any thing out there >>> or rather planned? Definitely a must have for a 1.0 version I think. Or >>> should I borrow the "g" from groovy? >>> >>> regards, >>> René >>> >>> ------------------------------------ >>> Rene Groeschke >>> >>> rene@... >>> http://www.breskeby.com >>> ------------------------------------ >>> >>> --------------------------------------------------------------------- >>> To unsubscribe from this list, please visit: >>> >>> http://xircles.codehaus.org/manage_email >>> >>> >> -- >> ------------------------------------ >> Rene Groeschke >> >> rene@... >> http://www.breskeby.com >> ------------------------------------ >> >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> >> >> > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- ------------------------------------ Rene Groeschke rene@... http://www.breskeby.com ------------------------------------ --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Gradle Corporate Design / Eclipse plugin for gradleRené,
Regarding the multi-project issue: I tried to make a reusable foundation for the plugin. There's a class GradlePluginLord that builds up a list of all the projects and tasks. I'm currently trying to refactor that code to push more logic into the foundation as its unfortunately, tied a little to how the current UI is doing things. This not only handles multi-projects, but also executes the gradle tasks for you. Like I said, I'm trying to simplify this to be more friendly, but at the moment, you could look at GradlePluginLord.addRefreshRequestToQueue. It takes an ExecutionInteraction interface that notifies you when its completed. At which point the projects and tasks can be obtained from the plugin lord as a list of ProjectView objects which contain sub ProjectViews and TaskViews. FYI: I'm not using gradle's Project and Task objects because they're heavier weight and aren't meant to be long lived. Hope that helps a little. Mike Automated Logic Research Team --- On Tue, 10/13/09, Rene Groeschke <gradle@...> wrote: > From: Rene Groeschke <gradle@...> > Subject: Re: [gradle-dev] Gradle Corporate Design / Eclipse plugin for gradle > To: dev@... > Date: Tuesday, October 13, 2009, 8:52 AM > Hi Thomas, > I have to say, that I didn't yet make much tests on > multiproject scenarios > etc. As said, this is whole plugin experimental. The > problem with > rebuilding the entire workspace should be easy to fix, > since this should > be a flag in the eclipse api. having a task outline in the > resource view & > in the launch window should be the next step. > > I have to look at gradle-ui how mike solved this. Since the > actual tasks > shold be included in the resource view as well, I'm > searching for a > lightweight approach here. running a gradle build to get > the actual tasks > is not that light approach here, since the startup time of > gradle is > relatively high. otherwise I have actual no clue how to get > the available > tasks, because only gradle knows the registered and used > plugins, etc. > > At the moment you have to type the task to execute in the > arguments window. > > thanks for your reply, > > regards, > René > > > Am Di, 13.10.2009, 10:33, schrieb Thomas Kinnen: > > Hi René, > > I gave the plug-in a shot and it's already looking > really nice and works > > quite well. > > > > Some things that didn't work for me or which would be > nice to have > > features (most of them you are probably aware of): - > Multi project build - > > I could not find out how to run a subproject, > > the plugin would run it as "gradle subproject", where > it should have been > > "gradle :subproject". Of course this is not easy to > find out from > > the plugins perspective but would be a nice feature. > (Either auto detect, > > or manual setup would also be ok) - How can i run > different targets other > > than the default? - A task outline when opening a > gradle.build file would > > be nice - Eclipse built the entire workspace before > running gradle, which > > is sort of useless. > > > > Great work on the plugin, I am very looking forward to > the next updates. > > > > > > So long, > > Thomas > > > > > > > > RenŽé Gröschke wrote: > > > >> Hi there, > >> I asked about an icon for gradle some weeks ago > which I can use in an > >> Ecilpse Plugin for Gradle. For my first tests, I > borrowed the > >> greclipse icons. As I told you I've just coding > this plugin out of > >> curiosity and i have so much ideas about it. > Actually, I got gradle 0.8 > >> basically running as eclipse plugin. I reused some > code of gradle-ui. > >> Thanks to Mike and his efforts. Just > >> for fun I've played with screenflow to capture an > gradle run in eclipse. > >> > >> > >> take a look at: http://www.youtube.com/watch?v=Vq3L5oi6xu0 > >> > >> I've created an eclipse update site: > >> http://www.breskeby.com/downloads/gradle/eclipse/update > >> > >> > >> sources available at: http://github.com/breskeby/eclipseplugins > >> > >> Again, everything is really really pre pre alpha > and still in > >> progress. I've just got basic gradle build files > running, the code is > >> definitely not pretty and there is still so much > thinks to improve. But > >> time is luxury and my girlfriend is already a bit > jealous of my eclipse > >> & macpro ;-) > >> > >> > >> regards, René > >> > > > > > --------------------------------------------------------------------- > > To unsubscribe from this list, please visit: > > > > > > http://xircles.codehaus.org/manage_email > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: Gradle Corporate Design / Eclipse plugin for gradleHi Mike,
thank you for your efforts. I already make heavy usage of your GradlePluginLord class to run gradle builds and calculate tasks informations within my eclipse gradle plugin. At the last weekend I've added a task overview in the gradle launch dialog. Yesterday I recorded a tiny screencast to give an overview of the actual progress of the gradle eclipse plugin. You can find that screencast at http://www.youtube.com/watch?v=1koQ2V920qE Today I make some progress on some UI issues (using the eclipse job API now while running gradle builds, etc). I have to admit, that I actual just tested the plugin against very simple build files and not against multiproject builds. I also just updated the update site some minutes ago: http://www.breskeby.com/downloads/gradle/eclipse/update/ As I mentioned, writing this plugin is about learning and diving more into the eclipse platform. Because of that, there is so much space for improvements here and I didn't solve some eclipse related things as they maybe should be solved, but I think progress is noticeable ;-) regards, René ------------------------------------ Rene Groeschke rene@... http://www.breskeby.com ------------------------------------ schrieb: > René, > Regarding the multi-project issue: I tried to make a reusable foundation for the plugin. There's a class GradlePluginLord that builds up a list of all the projects and tasks. I'm currently trying to refactor that code to push more logic into the foundation as its unfortunately, tied a little to how the current UI is doing things. This not only handles multi-projects, but also executes the gradle tasks for you. > Like I said, I'm trying to simplify this to be more friendly, but at the moment, you could look at GradlePluginLord.addRefreshRequestToQueue. It takes an ExecutionInteraction interface that notifies you when its completed. At which point the projects and tasks can be obtained from the plugin lord as a list of ProjectView objects which contain sub ProjectViews and TaskViews. FYI: I'm not using gradle's Project and Task objects because they're heavier weight and aren't meant to be long lived. > Hope that helps a little. > > Mike > Automated Logic Research Team > > > --- On Tue, 10/13/09, Rene Groeschke <gradle@...> wrote: > > >> From: Rene Groeschke <gradle@...> >> Subject: Re: [gradle-dev] Gradle Corporate Design / Eclipse plugin for gradle >> To: dev@... >> Date: Tuesday, October 13, 2009, 8:52 AM >> Hi Thomas, >> I have to say, that I didn't yet make much tests on >> multiproject scenarios >> etc. As said, this is whole plugin experimental. The >> problem with >> rebuilding the entire workspace should be easy to fix, >> since this should >> be a flag in the eclipse api. having a task outline in the >> resource view & >> in the launch window should be the next step. >> >> I have to look at gradle-ui how mike solved this. Since the >> actual tasks >> shold be included in the resource view as well, I'm >> searching for a >> lightweight approach here. running a gradle build to get >> the actual tasks >> is not that light approach here, since the startup time of >> gradle is >> relatively high. otherwise I have actual no clue how to get >> the available >> tasks, because only gradle knows the registered and used >> plugins, etc. >> >> At the moment you have to type the task to execute in the >> arguments window. >> >> thanks for your reply, >> >> regards, >> René >> >> >> Am Di, 13.10.2009, 10:33, schrieb Thomas Kinnen: >> >>> Hi René, >>> I gave the plug-in a shot and it's already looking >>> >> really nice and works >> >>> quite well. >>> >>> Some things that didn't work for me or which would be >>> >> nice to have >> >>> features (most of them you are probably aware of): - >>> >> Multi project build - >> >>> I could not find out how to run a subproject, >>> the plugin would run it as "gradle subproject", where >>> >> it should have been >> >>> "gradle :subproject". Of course this is not easy to >>> >> find out from >> >>> the plugins perspective but would be a nice feature. >>> >> (Either auto detect, >> >>> or manual setup would also be ok) - How can i run >>> >> different targets other >> >>> than the default? - A task outline when opening a >>> >> gradle.build file would >> >>> be nice - Eclipse built the entire workspace before >>> >> running gradle, which >> >>> is sort of useless. >>> >>> Great work on the plugin, I am very looking forward to >>> >> the next updates. >> >>> So long, >>> Thomas >>> >>> >>> >>> RenŽé Gröschke wrote: >>> >>> >>>> Hi there, >>>> I asked about an icon for gradle some weeks ago >>>> >> which I can use in an >> >>>> Ecilpse Plugin for Gradle. For my first tests, I >>>> >> borrowed the >> >>>> greclipse icons. As I told you I've just coding >>>> >> this plugin out of >> >>>> curiosity and i have so much ideas about it. >>>> >> Actually, I got gradle 0.8 >> >>>> basically running as eclipse plugin. I reused some >>>> >> code of gradle-ui. >> >>>> Thanks to Mike and his efforts. Just >>>> for fun I've played with screenflow to capture an >>>> >> gradle run in eclipse. >> >>>> take a look at: http://www.youtube.com/watch?v=Vq3L5oi6xu0 >>>> >>>> I've created an eclipse update site: >>>> http://www.breskeby.com/downloads/gradle/eclipse/update >>>> >>>> >>>> sources available at: http://github.com/breskeby/eclipseplugins >>>> >>>> Again, everything is really really pre pre alpha >>>> >> and still in >> >>>> progress. I've just got basic gradle build files >>>> >> running, the code is >> >>>> definitely not pretty and there is still so much >>>> >> thinks to improve. But >> >>>> time is luxury and my girlfriend is already a bit >>>> >> jealous of my eclipse >> >>>> & macpro ;-) >>>> >>>> >>>> regards, René >>>> >>>> >>> >> --------------------------------------------------------------------- >> >>> To unsubscribe from this list, please visit: >>> >>> >>> http://xircles.codehaus.org/manage_email >>> >>> >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> >> >> > > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- ------------------------------------ Rene Groeschke rene@... http://www.breskeby.com ------------------------------------ --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Free embeddable forum powered by Nabble | Forum Help |