limcheekin / activiti

Grails Activiti Plugin - Enabled Activiti BPM Suite support for Grails

Home Page:http://code.google.com/p/grails-activiti-plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue installing 5.9

opened this issue · comments

I get the following error trying to install the activiti plugin. This may have to do with the dependencies.
| Loading Grails 2.1.0
| Configuring classpath
| Error Failed to resolve dependencies (Set log level to 'warn' in BuildConfig.groovy for more information):

  • org.activiti:activiti-engine:5.9
  • org.activiti:activiti-spring:5.9

IDEA hook: Grails not found!
| Error java.lang.NullPointerException
| Error at org.jetbrains.groovy.grails.rt.Agent$2.run(Agent.java:99)
| Error at java.lang.Thread.run(Thread.java:722)

Thanks for report the issue. Did you tried to run the command in console instead of IDEA?

Adding mavenRepo "https://maven.alfresco.com/nexus/content/groups/public/" to BuildConfig.groovy seems to have resolved the issue.

Yeah, you need to specify the custom repository as per document at http://grails.org/plugin/activiti