7 Replies Last post: Jan 2, 2009 1:32 AM by Michael Wall  
Barry Kaplan Newbie 33 posts since
Sep 28, 2006
Currently Being Moderated

Dec 9, 2008 4:20 AM

Are there up-to-date build directions?

Its been a really long time since I build the plugin from source. Last time I found that the instructions were missing lots of steps (eg, dependencies on the javascript plugin). This time I'm hitting all kinds of missing jars (eg, javascript, css, jndi, javax.lang).

 

I'm following the instruction at http://www.jetbrains.net/confluence/display/GRVY/How+to+build+plugin.

 

Are there a more accurate instructions?

 

thanks

Peter Gromov Novice 304 posts since
Sep 12, 2002
Currently Being Moderated
Dec 9, 2008 4:30 PM in response to: Barry Kaplan
Re: Are there up-to-date build directions?

Instructions are upgraded now, thank you for reminding!

 

Peter Gromov Novice 304 posts since
Sep 12, 2002
Currently Being Moderated
Dec 12, 2008 3:31 PM in response to: Barry Kaplan
Re: Are there up-to-date build directions?

Thanks Peter. But I'm still seeing some compilation problems.

  • GroovyAntCustomCompilerProvider cannot find its base class ChunkCustomCompilerExtension

  • BaseInspection.checkFile has an error for 'new ProblemsHolder(inspectionManager, psiFile)'

 

 

Unfortunately these changes have been done to IDEA very recently (the

first one - today), so you'll have to wait for some 8.1 EAP for them to

compile or checkout an earlier version (before December 8th, I suppose).

 

Peter Gromov Novice 304 posts since
Sep 12, 2002
Currently Being Moderated
Dec 12, 2008 4:32 PM in response to: Barry Kaplan
Re: Are there up-to-date build directions?

Is there a version of the plugin that supports grails 1.1 that I can build against 9540?

 

Anything committed 8.12.08 between #21538 (Grails 1.1 fix) and #21544

(compilation break). Or just take any compiling version and combine it

with latest GrailsConfigUtils. Good luck!

 

Michael Wall Newbie 1 posts since
Apr 22, 2003
Currently Being Moderated
Jan 2, 2009 1:32 AM in response to: Barry Kaplan
Re: Are there up-to-date build directions?

Thanks to your tips, I was able to build a version of the plugin that works with grails 1.1 beta2 and IntelliJ 8.0.1 build 9164.  See details and get the file from http://www.mjwall.com/2009/01/groovy-plugin-patch-for-running-grails-11-beta2-on-intellij-801/

More Like This

  • Retrieving data ...