-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I checked out the trunk of my plugin from the Grails svn repo, made some changes, incremented the version number to 0.2.1, then ran release-plugin. It failed with the error shown below:
Checking in plugin zip...
Updating from SVN...
Updated to revision 61343. Committing local, please wait..…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to create the pom for an existing grails project via:
mvn grails:create-pom -Dourcompany.com
Now, we have our maven repository available in a local nexus repo:
http://ourcompany.com/nexus
But when i run the above, i get the below error
Downloading: http://ourcompany.com/nexus/content/groups/public/ourcompany/com/hibernate-core/3…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
anyone had tried using http://www.grails.org/plugin/oauth? i'm trying it in twitter.com and i'm having an issue on getting the username or accessing this API: http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-account%C2%A0verify_credentials
here's the code in my callback URL:
def twitterCallback…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I try to use more of the parameters but could not get it working with
<g:helpBalloon title="foo" content="bla" useEvent="['mouseover']" />
should result in
<script type="text/javascript"> new HelpBalloon({ title: 'foo', content: 'bla', useEvent: ['mouseover'] }); </script>
but…
>>> More