Discussion:
Adding plugin to gradle classpath
Ricardo Mayerhofer
2014-05-12 19:53:00 UTC
Permalink
Hi all,
Is there a way to add a given plugin to gradle default classpath? Currently
my aproach consists of copying the plugin jar to a folder and reference that
folder in the build script.

e.g.

apply plugin: DeployPlugin

buildscript {
dependencies {
classpath fileTree(dir: 'lib', include: '*.jar')
}
}

I'm looking for a aproach where there is no need to reference the jar in the
build script. I've tried to copy it to GRADLE_HOME/lib or
GRADLE_HOME/lib/plugins, but it didn't work :(

Thx.



--
View this message in context: http://gradle.1045684.n5.nabble.com/Adding-plugin-to-gradle-classpath-tp5712659.html
Sent from the gradle-user mailing list archive at Nabble.com.
Luke Daley
2014-05-12 23:46:48 UTC
Permalink
Hi Ricardo,

This mailing list has actually been deprecated, replaced by http://forums.gradle.org.

Would you mind asking the question there?

On 13 May 2014 at 5:53:04 am, Ricardo Mayerhofer (***@gmail.com) wrote:

Hi all,
Is there a way to add a given plugin to gradle default classpath? Currently
my aproach consists of copying the plugin jar to a folder and reference that
folder in the build script.

e.g.

apply plugin: DeployPlugin

buildscript {
dependencies {
classpath fileTree(dir: 'lib', include: '*.jar')
}
}

I'm looking for a aproach where there is no need to reference the jar in the
build script. I've tried to copy it to GRADLE_HOME/lib or
GRADLE_HOME/lib/plugins, but it didn't work :(

Thx.



--
View this message in context: http://gradle.1045684.n5.nabble.com/Adding-plugin-to-gradle-classpath-tp5712659.html
Sent from the gradle-user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email


— 

Luke Daley
Gradleware
Join us for Gradle Summit 2014, June 12th and 13th in Santa Clara, CA: http://www.gradlesummit.com
Russel Winder
2014-05-13 05:15:43 UTC
Permalink
Post by Luke Daley
Hi Ricardo,
This mailing list has actually been deprecated, replaced by http://forums.gradle.org.
Luke,

Is there any possibility of the forums ever being able to interwork with
email. The forum vendors have now had ample time to update their
software so that it is at least as good as NNTP based systems from years
ago.
--
Russel.
=============================================================================
Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder-***@public.gmane.org
41 Buckmaster Road m: +44 7770 465 077 xmpp: russel-***@public.gmane.org
London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder
Luke Daley
2014-05-13 05:33:16 UTC
Permalink
Hi Russel,

I think it’s unlikely that you’ll ever be able to interact with the forums solely by email, but I don’t know. GetSatisfaction haven’t been forthcoming on this, and I expect they won’t be as it’s not really in their interest to not have people go via the much richer web interface. That, plus they aren’t getting much pressure for this feature.

We might one day look at moving to a different provider, which is probably what it’s going to take, but at this point in time there are far too many far more important bits of Gradle work to do.
Post by Luke Daley
Hi Ricardo,
This mailing list has actually been deprecated, replaced by http://forums.gradle.org.
Luke,

Is there any possibility of the forums ever being able to interwork with
email. The forum vendors have now had ample time to update their
software so that it is at least as good as NNTP based systems from years
ago.

--
Russel.
=============================================================================
Dr Russel Winder t: +44 20 7585 2200 voip: sip:***@ekiga.net
41 Buckmaster Road m: +44 7770 465 077 xmpp: ***@winder.org.uk
London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email


— 

Luke Daley
Gradleware
Join us for Gradle Summit 2014, June 12th and 13th in Santa Clara, CA: http://www.gradlesummit.com
Russel Winder
2014-05-14 08:39:12 UTC
Permalink
Luke,
Post by Luke Daley
Hi Russel,
I think it’s unlikely that you’ll ever be able to interact with the
forums solely by email, but I don’t know. GetSatisfaction haven’t been
forthcoming on this, and I expect they won’t be as it’s not really in
their interest to not have people go via the much richer web
interface. That, plus they aren’t getting much pressure for this
feature.
I suspect this is "chicken and egg": people who dislike forums don't use
them so don't complain so there are no complaints so things don't get
fixed and because they don't get fixed people who dislike forums don't
use them.

It appears that GetSatisfaction are not offering me satisfaction…
Post by Luke Daley
We might one day look at moving to a different provider, which is
probably what it’s going to take, but at this point in time there are
far too many far more important bits of Gradle work to do.
Shouldn't have taken the time switching to a forum in the first place
then ;-)


Thanks for the workaround for the 1.11 → 1.12 issue for the GroovyFX and
GPars builds. Much appreciated.
--
Russel.
=============================================================================
Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder-***@public.gmane.org
41 Buckmaster Road m: +44 7770 465 077 xmpp: russel-***@public.gmane.org
London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder
Ricardo Mayerhofer
2014-05-13 20:16:16 UTC
Permalink
I'll do it! Thx.



--
View this message in context: http://gradle.1045684.n5.nabble.com/Adding-plugin-to-gradle-classpath-tp5712659p5712665.html
Sent from the gradle-user mailing list archive at Nabble.com.
Loading...