[GSHELL] Unable to build gshell

2008-04-25 Thread Guillaume Nodet
Gshell is missing the following dependency: org.codehaus.groovy.maven:gmaven-plugin:pom:1.0-beta-4-SNAPSHOT Is there anyway it can be uploaded to a know snapshot repo so that gshell can download it ? -- Cheers, Guillaume Nodet Blog: http://gnodet.blogspot.com/

Re: [GSHELL] Unable to build gshell

2008-04-25 Thread Jason Dillon
They are available here (and have been for many days now): http://snapshots.repository.codehaus.org/org/codehaus/groovy/maven/ The build seems to be happy from what I can tell... chugging away, downloading things fine: snip Downloading:

Re: [GSHELL] Unable to build gshell

2008-04-25 Thread Guillaume Nodet
Yeah, I've just added the plugin repo ;-) On Fri, Apr 25, 2008 at 3:40 PM, Jason Dillon [EMAIL PROTECTED] wrote: They are available here (and have been for many days now): http://snapshots.repository.codehaus.org/org/codehaus/groovy/maven/ The build seems to be happy from what I can

Re: [GSHELL] Unable to build gshell

2008-04-25 Thread Jason Dillon
No, I have not pulled in your changes yet. The repo is already defined in the parent pom here: http://repo1.maven.org/maven2/org/apache/geronimo/genesis/config/project-config/1.3/project-config-1.3.pom --jason On Apr 25, 2008, at 8:42 PM, Guillaume Nodet wrote: Yeah, I've just added

Re: [GSHELL] Unable to build gshell

2008-04-25 Thread Jason Warner
I'm actually having trouble building GShell myself. I'm getting a weird error. I haven't had time to look at it yet but maybe I'll just throw it out there in case you've seen it before. [INFO] [ERROR] BUILD ERROR [INFO]

Re: [GSHELL] Unable to build gshell

2008-04-25 Thread Guillaume Nodet
Yeah, i use mvn clean install and it removes these problems. I think it's caused by the shade plugin somehow. Does gshell use the latest version ? On Fri, Apr 25, 2008 at 3:59 PM, Jason Warner [EMAIL PROTECTED] wrote: I'm actually having trouble building GShell myself. I'm getting a weird

Re: [GSHELL] Unable to build gshell

2008-04-25 Thread Jason Warner
That worked perfectly. I usually do use clean install but I haven't been lately. That'll teach me to change my ways. Thanks! On Fri, Apr 25, 2008 at 10:02 AM, Guillaume Nodet [EMAIL PROTECTED] wrote: Yeah, i use mvn clean install and it removes these problems. I think it's caused by the

Re: [GSHELL] Unable to build gshell

2008-04-25 Thread Jason Dillon
There are some other issues I noticed with the shading, but as long as you clean install its happy. Will fix soonish. --jason On Apr 25, 2008, at 8:59 PM, Jason Warner wrote: I'm actually having trouble building GShell myself. I'm getting a weird error. I haven't had time to look at it