Custom Grails plugin dependency
Posted
by ankimal
on Stack Overflow
See other posts from Stack Overflow
or by ankimal
Published on 2010-03-15T21:16:48Z
Indexed on
2010/03/15
21:19 UTC
Read the original article
Hit count: 318
I have a custom grails plugin I m trying to develop and set this
def dependsOn = [tomcat: "1.0"]
in the Plugin script.
Now, my custom plugin loads just fine but I dont see tomcat installed in my application. How does one install a dependency plugin (prompt the user to say yes/no)? Is this even possible?
© Stack Overflow or respective owner