tag:blogger.com,1999:blog-4110180.post8590222110553864669..comments2025-07-21T06:33:41.604-07:00Comments on Tapestry Central: Gradle is GreatHoward Lewis Shiphttp://www.blogger.com/profile/04486596490758986709noreply@blogger.comBlogger7125tag:blogger.com,1999:blog-4110180.post-10814354553211764852010-11-02T07:29:34.828-07:002010-11-02T07:29:34.828-07:00@Massimo absolutely; every attempt I&#39;ve ever m...@Massimo absolutely; every attempt I&#39;ve ever made to use a Maven Eclipse Plugin has caused stability and performance problems in Eclipse. Using mvn eclipse:eclipse has been my standard for T5 development and elsewhere ... so it&#39;s simple to swap that for gradle eclipse.Howard Lewis Shiphttps://www.blogger.com/profile/04486596490758986709noreply@blogger.comtag:blogger.com,1999:blog-4110180.post-62523237727128237412010-11-02T01:55:26.734-07:002010-11-02T01:55:26.734-07:00Did I read right you aren&#39;t using any maven pl...Did I read right you aren&#39;t using any maven plugin from within Eclipse, for example m2eclipse from sonatype?Massimohttps://www.blogger.com/profile/09841812729931064489noreply@blogger.comtag:blogger.com,1999:blog-4110180.post-40177837600657823102010-11-02T01:00:33.435-07:002010-11-02T01:00:33.435-07:00I found Gradle some time ago, when I was searching...I found Gradle some time ago, when I was searching for some way to avoid using mvn. At the time project was around 0.7/0.8 ver and only thing that stopped me from finishing Tapestry &#39;archetype&#39; was lsit of changes for next versions. They were changing main interface and that didn&#39;t encourage me to invest time till project is more stable. Now, with hiberante abandoning mvn and moving to Gradle, I think that I&#39;ll look into project once again, as it is my most wanted tool.<br /><br />As for eclipse support. Back when I was interested more in gradle, they were writing that grovvy plugin will have some support for Gradle. I doubt if it will be so helpful as m2, but better something than nothing. As gradle can work with pom.xml i was thinking about creating pom, just for managing dependencies.MichaƂ Grucahttps://www.blogger.com/profile/00672953404604806278noreply@blogger.comtag:blogger.com,1999:blog-4110180.post-40396306786399638222010-10-29T06:32:34.752-07:002010-10-29T06:32:34.752-07:00I couldn&#39;t find an automated way of publishing...I couldn&#39;t find an automated way of publishing artifacts to nexus central (because of the whole signing thing). With the release of maven 3 this may change, but as of today I don&#39;t know of any working solution.<br /><br />Please post your findings, in any case.Anonymoushttps://www.blogger.com/profile/02874466783900738920noreply@blogger.comtag:blogger.com,1999:blog-4110180.post-90400096713636473572010-10-29T05:26:41.701-07:002010-10-29T05:26:41.701-07:00I&#39;m not aware of an Eclipse plugin, but I was ...I&#39;m not aware of an Eclipse plugin, but I was using the &quot;mvn eclipse:eclipse&quot; goal for my various projects, and Gradle has the equivalent &quot;gradle eclipse&quot; task.<br /><br />It has no problem pulling dependencies from a Maven repo, and has a Maven plugin to install to your local Maven repo. I haven&#39;t gotten as far as pushing to a remote repo, but that&#39;s in there.<br /><br />It&#39;s sensible and succinct, and easily extensible because a Gradle build script is stil a Groovy DSL.Howard Lewis Shiphttps://www.blogger.com/profile/04486596490758986709noreply@blogger.comtag:blogger.com,1999:blog-4110180.post-17031513496328397562010-10-29T01:50:28.647-07:002010-10-29T01:50:28.647-07:00What about Eclipse support? Is there any plugin av...What about Eclipse support? Is there any plugin available?Unknownhttps://www.blogger.com/profile/04913897684953989656noreply@blogger.comtag:blogger.com,1999:blog-4110180.post-72016733578154945352010-10-29T01:45:57.536-07:002010-10-29T01:45:57.536-07:00Well I admit to speak as someone who have never us...Well I admit to speak as someone who have never used gradle but it still use the default maven repo for dependency?Massimohttps://www.blogger.com/profile/09841812729931064489noreply@blogger.com