Guillaume Laforge | 21 Sep 01:45

Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner

Dear Groovy friends,

I've blogged about the new here:
http://glaforge.free.fr/weblog/index.php?itemid=222&catid=2

and there:
http://docs.codehaus.org/display/GROOVY/2007/09/20/Groovy+1.1-beta-3+released%2C+RC-1+and+1.1-final+around+the+corner

But here it is:

Groovy 1.1-beta-3 is there, paving the way for an RC-1 in the
following weeks, and if all goes well, for 1.1-final in October, right
in time for the Grails eXchange conference that takes place in London.
This conference will also be the opportunity for the Groovy developer
team to meet for the fourth Groovy Developer Conference! With Groovy
1.1 released by then, it'll be time to think about what's going to
happen for the next major version of Groovy.

Before going through the new release, let me recap some of the nice
things that have been happening lately around Groovy:

    * JetBrains released a second milestone to the wonderful Groovy &
Grails IntelliJ IDEA plugin, so be sure to check it out, as you'll
feel at ease developing Groovy with all the bells and whistles of your
beloved IDE. You've never programmed Groovy and Grails with so much
pleasure.
    * IBM's ProjectZero team is also helping us improving the Eclipse plugin.
    * Sun gave us access to a nice server beast so we can conduct some
high-concurrency load testing on Groovy.

(Continue reading)

interz12 | 21 Sep 03:57

Re: Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner

can we just drop the new groovy-1.1-beta-3.jar into a grails-0.6 install and replace the -SNAPSHOT.jar
file? Or is that snapshot jar file made up of more things?

----- Original Message ----
From: Guillaume Laforge <glaforge <at> gmail.com>
To: Groovy User <user <at> groovy.codehaus.org>; Groovy JSR <jsr <at> groovy.codehaus.org>; GroovyDev
<dev <at> groovy.codehaus.org>; user <at> grails.codehaus.org
Sent: Thursday, September 20, 2007 5:47:19 PM
Subject: [grails-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner

Dear Groovy friends,

I've blogged about the new here:
http://glaforge.free.fr/weblog/index.php?itemid=222&catid=2

and there:
http://docs.codehaus.org/display/GROOVY/2007/09/20/Groovy+1.1-beta-3+released%2C+RC-1+and+1.1-final+around+the+corner

But here it is:

Groovy 1.1-beta-3 is there, paving the way for an RC-1 in the
following weeks, and if all goes well, for 1.1-final in October, right
in time for the Grails eXchange conference that takes place in London.
This conference will also be the opportunity for the Groovy developer
team to meet for the fourth Groovy Developer Conference! With Groovy
1.1 released by then, it'll be time to think about what's going to
happen for the next major version of Groovy.

Before going through the new release, let me recap some of the nice
things that have been happening lately around Groovy:
(Continue reading)

Graeme Rocher | 21 Sep 08:27

Re: Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner

Yes this shouldn't be a problem

Cheers

On 9/21/07, interz12 <at> yahoo.com <interz12 <at> yahoo.com> wrote:
> can we just drop the new groovy-1.1-beta-3.jar into a grails-0.6 install and replace the -SNAPSHOT.jar
file? Or is that snapshot jar file made up of more things?
>
> ----- Original Message ----
> From: Guillaume Laforge <glaforge <at> gmail.com>
> To: Groovy User <user <at> groovy.codehaus.org>; Groovy JSR <jsr <at> groovy.codehaus.org>; GroovyDev
<dev <at> groovy.codehaus.org>; user <at> grails.codehaus.org
> Sent: Thursday, September 20, 2007 5:47:19 PM
> Subject: [grails-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner
>
> Dear Groovy friends,
>
> I've blogged about the new here:
> http://glaforge.free.fr/weblog/index.php?itemid=222&catid=2
>
> and there:
> http://docs.codehaus.org/display/GROOVY/2007/09/20/Groovy+1.1-beta-3+released%2C+RC-1+and+1.1-final+around+the+corner
>
> But here it is:
>
> Groovy 1.1-beta-3 is there, paving the way for an RC-1 in the
> following weeks, and if all goes well, for 1.1-final in October, right
> in time for the Grails eXchange conference that takes place in London.
> This conference will also be the opportunity for the Groovy developer
> team to meet for the fourth Groovy Developer Conference! With Groovy
(Continue reading)

slayercon | 22 Sep 11:39

Re: Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner


i tried it ...
i removed the snapshot file and replaced it with groovy 1.1 beta-3 and
changed the startGrails file but it doesnt work...
error:
java.lang.NoClassDefFoundError: org/objectweb/asm/ClassVisitor
        at groovy.lang.GroovySystem.<clinit>(GroovySystem.java:27)
        at org.codehaus.groovy.runtime.Invoker.<init>(Invoker.java:38)
        at
org.codehaus.groovy.runtime.InvokerHelper.<clinit>(InvokerHelper.java:53)
        at
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeNewN(ScriptBytecodeAdapter.java:233)
        at
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeNew0(ScriptBytecodeAdapter.java:240)
        at
org.codehaus.groovy.grails.cli.GrailsScriptRunner.<clinit>(GrailsScriptRunner.groovy:35)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at
org.codehaus.groovy.tools.GroovyStarter.rootLoader(GroovyStarter.java:101)
        at
org.codehaus.groovy.tools.GroovyStarter.main(GroovyStarter.java:130)

graemer wrote:
> 
> Yes this shouldn't be a problem
(Continue reading)

Graeme Rocher | 22 Sep 11:40

Re: Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner

You need the groovy-all embeddable jar not the normal Groovy jar

Cheers

On 9/22/07, slayercon <e0126596 <at> student.tuwien.ac.at> wrote:
>
> i tried it ...
> i removed the snapshot file and replaced it with groovy 1.1 beta-3 and
> changed the startGrails file but it doesnt work...
> error:
> java.lang.NoClassDefFoundError: org/objectweb/asm/ClassVisitor
>         at groovy.lang.GroovySystem.<clinit>(GroovySystem.java:27)
>         at org.codehaus.groovy.runtime.Invoker.<init>(Invoker.java:38)
>         at
> org.codehaus.groovy.runtime.InvokerHelper.<clinit>(InvokerHelper.java:53)
>         at
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeNewN(ScriptBytecodeAdapter.java:233)
>         at
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeNew0(ScriptBytecodeAdapter.java:240)
>         at
> org.codehaus.groovy.grails.cli.GrailsScriptRunner.<clinit>(GrailsScriptRunner.groovy:35)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at
> org.codehaus.groovy.tools.GroovyStarter.rootLoader(GroovyStarter.java:101)
>         at
(Continue reading)

slayercon | 22 Sep 12:00

Re: Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner


hups what a dumb mistake ... i did it and it works ....
thanks
cu s.

graemer wrote:
> 
> You need the groovy-all embeddable jar not the normal Groovy jar
> 
> Cheers
> 
> On 9/22/07, slayercon <e0126596 <at> student.tuwien.ac.at> wrote:
>>
>> i tried it ...
>> i removed the snapshot file and replaced it with groovy 1.1 beta-3 and
>> changed the startGrails file but it doesnt work...
>> error:
>> java.lang.NoClassDefFoundError: org/objectweb/asm/ClassVisitor
>>         at groovy.lang.GroovySystem.<clinit>(GroovySystem.java:27)
>>         at org.codehaus.groovy.runtime.Invoker.<init>(Invoker.java:38)
>>         at
>> org.codehaus.groovy.runtime.InvokerHelper.<clinit>(InvokerHelper.java:53)
>>         at
>> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeNewN(ScriptBytecodeAdapter.java:233)
>>         at
>> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeNew0(ScriptBytecodeAdapter.java:240)
>>         at
>> org.codehaus.groovy.grails.cli.GrailsScriptRunner.<clinit>(GrailsScriptRunner.groovy:35)
>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>         at
(Continue reading)

David Lloyd | 21 Sep 01:58

Re: [groovy-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner


Well,

> With all that, it's time to give the usual links. Apart from those new
> features or improvements, we've closed a fair amount of bugs too, if
> you want to have a closer look at what we've worked on, you can have a
> look at the JIRA issues closed for beta-3.

You mean the invisible links?

:P

DSL

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Guillaume Laforge | 21 Sep 02:05

Re: [groovy-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner

On 9/21/07, David Lloyd <lloy0076@...> wrote:
> [...]
> > With all that, it's time to give the usual links. Apart from those new
> > features or improvements, we've closed a fair amount of bugs too, if
> > you want to have a closer look at what we've worked on, you can have a
> > look at the JIRA issues closed for beta-3.
>
> You mean the invisible links?

Hehe, it's on the news items though :-P

JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=10242&fixfor=13590

Download:
http://groovy.codehaus.org/Download

etc :-)

--

-- 
Guillaume Laforge
Groovy Project Manager
http://glaforge.free.fr/blog/groovy

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

(Continue reading)

Martin Gilday | 21 Sep 10:24

Re: [groovy-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner

Great news, looking forward to trying it out.
Will it be uploaded to the central Maven repo under the same grouping as
that used by groovy-maven-plugin?
http://repo1.maven.org/maven2/org/codehaus/groovy/groovy-all/

----- Original message -----
From: "Guillaume Laforge" <glaforge@...>
To: "Groovy User" <user@...>, "Groovy JSR"
<jsr@...>, "GroovyDev" <dev@...>,
user@...
Date: Fri, 21 Sep 2007 01:47:19 +0200
Subject: [groovy-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final
around the corner

Dear Groovy friends,

I've blogged about the new here:
http://glaforge.free.fr/weblog/index.php?itemid=222&catid=2

and there:
http://docs.codehaus.org/display/GROOVY/2007/09/20/Groovy+1.1-beta-3+released%2C+RC-1+and+1.1-final+around+the+corner

But here it is:

Groovy 1.1-beta-3 is there, paving the way for an RC-1 in the
following weeks, and if all goes well, for 1.1-final in October, right
in time for the Grails eXchange conference that takes place in London.
This conference will also be the opportunity for the Groovy developer
team to meet for the fourth Groovy Developer Conference! With Groovy
1.1 released by then, it'll be time to think about what's going to
(Continue reading)

Guillaume Laforge | 21 Sep 10:27

Re: [groovy-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner

At some point, yes, it should be automatically uploaded, if all goes
well -- but I know we've had problems with that in the past, so I'm
crossing my fingers!

On 9/21/07, Martin Gilday <martin.lists@...> wrote:
> Great news, looking forward to trying it out.
> Will it be uploaded to the central Maven repo under the same grouping as
> that used by groovy-maven-plugin?
> http://repo1.maven.org/maven2/org/codehaus/groovy/groovy-all/
>
>
> ----- Original message -----
> From: "Guillaume Laforge" <glaforge@...>
> To: "Groovy User" <user@...>, "Groovy JSR"
> <jsr@...>, "GroovyDev" <dev@...>,
> user@...
> Date: Fri, 21 Sep 2007 01:47:19 +0200
> Subject: [groovy-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final
> around the corner
>
> Dear Groovy friends,
>
> I've blogged about the new here:
> http://glaforge.free.fr/weblog/index.php?itemid=222&catid=2
>
> and there:
> http://docs.codehaus.org/display/GROOVY/2007/09/20/Groovy+1.1-beta-3+released%2C+RC-1+and+1.1-final+around+the+corner
>
> But here it is:
>
(Continue reading)

Guillaume Laforge | 21 Sep 19:39

Re: [groovy-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner

Looks like the jars / zips are now there in Maven's repo.
The sync works great :-)

On 9/21/07, Martin Gilday <martin.lists@...> wrote:
> Great news, looking forward to trying it out.
> Will it be uploaded to the central Maven repo under the same grouping as
> that used by groovy-maven-plugin?
> http://repo1.maven.org/maven2/org/codehaus/groovy/groovy-all/
>
>
> ----- Original message -----
> From: "Guillaume Laforge" <glaforge@...>
> To: "Groovy User" <user@...>, "Groovy JSR"
> <jsr@...>, "GroovyDev" <dev@...>,
> user@...
> Date: Fri, 21 Sep 2007 01:47:19 +0200
> Subject: [groovy-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final
> around the corner
>
> Dear Groovy friends,
>
> I've blogged about the new here:
> http://glaforge.free.fr/weblog/index.php?itemid=222&catid=2
>
> and there:
> http://docs.codehaus.org/display/GROOVY/2007/09/20/Groovy+1.1-beta-3+released%2C+RC-1+and+1.1-final+around+the+corner
>
> But here it is:
>
> Groovy 1.1-beta-3 is there, paving the way for an RC-1 in the
(Continue reading)

Paul King | 22 Sep 00:36

Re: [groovy-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner

Guillaume Laforge wrote:
> Looks like the jars / zips are now there in Maven's repo.
> The sync works great :-)

Yep, looks good.

We should aim to put src and javadoc artifacts there too.
Another thing for the todo list ...

Paul.

> On 9/21/07, Martin Gilday <martin.lists@...> wrote:
>> Great news, looking forward to trying it out.
>> Will it be uploaded to the central Maven repo under the same grouping as
>> that used by groovy-maven-plugin?
>> http://repo1.maven.org/maven2/org/codehaus/groovy/groovy-all/

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Jürgen Hermann | 21 Sep 10:25

RE: [groovy-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner

>     * The ternary operator can be shortcut to simplify a != null ? a :
> "default value" into a ?: "default value". We call it the Elvis
> operator -- a beer for those who guess why we've chosen that name.

Was it supposed to be hard to recognize the quiff? :)

Ciao, Jürgen

--  
1&1 Internet AG · Brauerstrasse 48 · D-76135 Karlsruhe

Amtsgericht Montabaur HRB 6484

Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Andreas Gauger,
          Matthias Greve, Robert Hoffmann, Norbert Lang, Achim Weiss
Aufsichtsratsvorsitzender: Michael Scheeren

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Tom Nichols | 23 Sep 02:08

Re: Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner

That's great!

If any of these new features aren't documented on the wiki, just let
me know and I'll work on it.

Thanks!
-Tom

On 9/20/07, Guillaume Laforge <glaforge <at> gmail.com> wrote:
> Dear Groovy friends,
>
> I've blogged about the new here:
> http://glaforge.free.fr/weblog/index.php?itemid=222&catid=2
>
> and there:
> http://docs.codehaus.org/display/GROOVY/2007/09/20/Groovy+1.1-beta-3+released%2C+RC-1+and+1.1-final+around+the+corner
>
> But here it is:
>
> Groovy 1.1-beta-3 is there, paving the way for an RC-1 in the
> following weeks, and if all goes well, for 1.1-final in October, right
> in time for the Grails eXchange conference that takes place in London.
> This conference will also be the opportunity for the Groovy developer
> team to meet for the fourth Groovy Developer Conference! With Groovy
> 1.1 released by then, it'll be time to think about what's going to
> happen for the next major version of Groovy.
>
> Before going through the new release, let me recap some of the nice
> things that have been happening lately around Groovy:
>
(Continue reading)

Guillaume Laforge | 23 Sep 10:04

[groovy-user] Re: [grails-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner

Which makes me think I've forgotten to speak about you in the release
notes for your contribution on the documentation -- as well as Gavin
who also keeps on adding new stuff.

So, first of all, thanks :-)

Now, on to what's not documented so far:

- enum
- the map / closure coercion is documented, but we don't mention the
case for concrete syntax yet
- the Elvis operator
- the closure variable resolving strategy

I'm trying to maintain a list of the things which are not documented
or are missing some more documention there:

http://docs.codehaus.org/display/GROOVY/Not+Yet+Documented

While working on the documentation, don't hesitate to ask further
questions if you have some doubts on how things are working.

Thanks again for your help with the doco!

On 9/23/07, Tom Nichols <tmnichols@...> wrote:
> That's great!
>
> If any of these new features aren't documented on the wiki, just let
> me know and I'll work on it.
>
(Continue reading)

Guillaume Laforge | 23 Sep 10:14

[groovy-user] Re: [grails-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner

On 9/23/07, Guillaume Laforge <glaforge@...> wrote:
> [...]
> - the Elvis operator

Speaking of operators, I've got the feeling there's a need for an operator page.

We've got a page speaking about operator overloading:
http://docs.codehaus.org/display/GROOVY/Not+Yet+Documented

And a page about bitwise operators:
http://docs.codehaus.org/display/GROOVY/Bitwise+Operations

But not a single point of entry covering all the operators available.

--

-- 
Guillaume Laforge
Groovy Project Manager
http://glaforge.free.fr/blog/groovy

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Tom Nichols | 23 Sep 14:43

Re: [groovy-user] Re: [grails-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner

Heh no problem.  I haven't done _that_ much :)

Thanks for the link to the "Not yet documented" page.  I'll keep
working off of whatever's there as time permits.

Will work on an "Operators" page as well.

Thanks.
-Tom

On 9/23/07, Guillaume Laforge <glaforge@...> wrote:
> Which makes me think I've forgotten to speak about you in the release
> notes for your contribution on the documentation -- as well as Gavin
> who also keeps on adding new stuff.
>
> So, first of all, thanks :-)
>
> Now, on to what's not documented so far:
>
> - enum
> - the map / closure coercion is documented, but we don't mention the
> case for concrete syntax yet
> - the Elvis operator
> - the closure variable resolving strategy
>
> I'm trying to maintain a list of the things which are not documented
> or are missing some more documention there:
>
> http://docs.codehaus.org/display/GROOVY/Not+Yet+Documented
>
(Continue reading)

Andreas Rudolf | 24 Sep 13:12

Re: [groovy-user] [grails-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner


Hello, 

Seems that groovy-starter.jar is missing in the zip archive.
I get an
Exception in thread "main" java.lang.NoClassDefFoundError:
org/codehaus/groovy/tools/GroovyStarter

Regards
Andreas

--

-- 
View this message in context: http://www.nabble.com/-grails-user--Groovy-1.1-beta-3-released%2C-RC-1-and-1.1-final-around-the-corner-tf4491017.html#a12857939
Sent from the groovy - user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Guillaume Laforge | 24 Sep 14:11

Re: [groovy-user] [grails-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner

If you do a clean install, it shouldn't be needed.
I suspect you just changed the groovy jar?

On 9/24/07, Andreas Rudolf <arudolf@...> wrote:
>
> Hello,
>
> Seems that groovy-starter.jar is missing in the zip archive.
> I get an
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/codehaus/groovy/tools/GroovyStarter
>
> Regards
> Andreas
>
>
> --
> View this message in context: http://www.nabble.com/-grails-user--Groovy-1.1-beta-3-released%2C-RC-1-and-1.1-final-around-the-corner-tf4491017.html#a12857939
> Sent from the groovy - user mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>

--

-- 
Guillaume Laforge
(Continue reading)

Andreas Rudolf | 24 Sep 14:32

Re: [groovy-user] [grails-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner


>If you do a clean install, it shouldn't be needed.
>I suspect you just changed the groovy jar?

No, just download, unzip and export GROOVY_HOME to the new location.
After coping groovy-starter.jar from old lib to the new one everything works
fine.

Regards
Andreas

--

-- 
View this message in context: http://www.nabble.com/-grails-user--Groovy-1.1-beta-3-released%2C-RC-1-and-1.1-final-around-the-corner-tf4491017.html#a12859009
Sent from the groovy - user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Guillaume Laforge | 24 Sep 14:39

Re: [groovy-user] [grails-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner

Hmmm, odd... has anyone else encountered this problem when upgrading to beta-3?

On 9/24/07, Andreas Rudolf <arudolf@...> wrote:
>
>
> >If you do a clean install, it shouldn't be needed.
> >I suspect you just changed the groovy jar?
>
> No, just download, unzip and export GROOVY_HOME to the new location.
> After coping groovy-starter.jar from old lib to the new one everything works
> fine.
>
> Regards
> Andreas
>
>
> --
> View this message in context: http://www.nabble.com/-grails-user--Groovy-1.1-beta-3-released%2C-RC-1-and-1.1-final-around-the-corner-tf4491017.html#a12859009
> Sent from the groovy - user mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>

--

-- 
Guillaume Laforge
(Continue reading)

Joachim Baumann | 24 Sep 14:41

Re: [groovy-user] [grails-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner

Nope, but I've tested only on Windows, and there the problem doesn't exist.

Cheers, Joachim

Guillaume Laforge schrieb:
> Hmmm, odd... has anyone else encountered this problem when upgrading to beta-3?
>
> On 9/24/07, Andreas Rudolf <arudolf@...> wrote:
>   
>>     
>>> If you do a clean install, it shouldn't be needed.
>>> I suspect you just changed the groovy jar?
>>>       
>> No, just download, unzip and export GROOVY_HOME to the new location.
>> After coping groovy-starter.jar from old lib to the new one everything works
>> fine.
>>
>> Regards
>> Andreas
>>
>>
>> --
>> View this message in context: http://www.nabble.com/-grails-user--Groovy-1.1-beta-3-released%2C-RC-1-and-1.1-final-around-the-corner-tf4491017.html#a12859009
>> Sent from the groovy - user mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list please visit:
>>
>>     http://xircles.codehaus.org/manage_email
(Continue reading)

Dierk Koenig | 24 Sep 14:55

RE: [groovy-user] [grails-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner

I had the same issue some time ago (IIRC with a snapshot build).

Dierk

> -----Original Message-----
> From: Guillaume Laforge [mailto:glaforge@...]
> Sent: Montag, 24. September 2007 14:39
> To: user@...
> Subject: Re: [groovy-user] [grails-user] Groovy 1.1-beta-3 released,
> RC-1 and 1.1-final around the corner
> 
> 
> Hmmm, odd... has anyone else encountered this problem when 
> upgrading to beta-3?
> 
> On 9/24/07, Andreas Rudolf <arudolf@...> wrote:
> >
> >
> > >If you do a clean install, it shouldn't be needed.
> > >I suspect you just changed the groovy jar?
> >
> > No, just download, unzip and export GROOVY_HOME to the new location.
> > After coping groovy-starter.jar from old lib to the new one 
> everything works
> > fine.
> >
> > Regards
> > Andreas
> >
> >
(Continue reading)

Guillaume Laforge | 24 Sep 14:58

Re: [groovy-user] [grails-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner

I encountered this problem myself, but it was only when I didn't do a
proper install (overwriting a previous installation).

On 9/24/07, Dierk Koenig <dierk.koenig@...> wrote:
> I had the same issue some time ago (IIRC with a snapshot build).
>
> Dierk
>
> > -----Original Message-----
> > From: Guillaume Laforge [mailto:glaforge@...]
> > Sent: Montag, 24. September 2007 14:39
> > To: user@...
> > Subject: Re: [groovy-user] [grails-user] Groovy 1.1-beta-3 released,
> > RC-1 and 1.1-final around the corner
> >
> >
> > Hmmm, odd... has anyone else encountered this problem when
> > upgrading to beta-3?
> >
> > On 9/24/07, Andreas Rudolf <arudolf@...> wrote:
> > >
> > >
> > > >If you do a clean install, it shouldn't be needed.
> > > >I suspect you just changed the groovy jar?
> > >
> > > No, just download, unzip and export GROOVY_HOME to the new location.
> > > After coping groovy-starter.jar from old lib to the new one
> > everything works
> > > fine.
> > >
(Continue reading)

Paul King | 24 Sep 23:04

Re: [groovy-user] [grails-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner

Guillaume Laforge wrote:
> Hmmm, odd... has anyone else encountered this problem when upgrading to beta-3?

It kind of reminds me of the error I had once when I left the
old native launcher on my path. Mine was in C:/Windows/System32.
Deleted that and I was OK again.

> On 9/24/07, Andreas Rudolf <arudolf@...> wrote:
>>
>>> If you do a clean install, it shouldn't be needed.
>>> I suspect you just changed the groovy jar?
>> No, just download, unzip and export GROOVY_HOME to the new location.
>> After coping groovy-starter.jar from old lib to the new one everything works
>> fine.
>>
>> Regards
>> Andreas
>>
>>
>> --
>> View this message in context: http://www.nabble.com/-grails-user--Groovy-1.1-beta-3-released%2C-RC-1-and-1.1-final-around-the-corner-tf4491017.html#a12859009
>> Sent from the groovy - user mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list please visit:
>>
>>     http://xircles.codehaus.org/manage_email
>>
>>
(Continue reading)

Krieg, Adam | 25 Sep 17:50

[groovy-user] Eclipse Plug-in Status

Hi,

Has any work been done on the Eclipse plugin for the 1.1-beta-3 release?
The wiki seems to indicate it hasn't been touched in a while.  Just
wondering if it's keeping pace with the changes that are going on in
IntelliJland.

Thanks,
Adam

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Scott Hickey | 25 Sep 18:19

Re: [groovy-user] Eclipse Plug-in Status

There has been some work done trying to get ready for Groovy 1.1 . There are some patches submitted and they
are being reviewed.

The plugin has been worked on slowly but steadily all summer. On average, there's commits to SVN going on
every week or two. The lastest release is dated  from the first week in August. The latest dev version was
published on http://dist.codehaus.org/groovy/distributions/updateDev/ on August 23.

It's all unpaid volunteer work so and the volunteers as a whole have been busy with paid work not related to
the plugin. I haven't seen the IntelliJ plugin but I would think that the Eclipse plugin is definitely not
keeping pace and probably wouldn't without a full-time, paid resource.

Scott

----- Original Message ----
From: "Krieg, Adam" <Adam.Krieg@...>
To: user <at> groovy.codehaus.org
Sent: Tuesday, September 25, 2007 10:50:51 AM
Subject: [groovy-user] Eclipse Plug-in Status

Hi,

Has any work been done on the Eclipse plugin for the 1.1-beta-3 release?
The wiki seems to indicate it hasn't been touched in a while.  Just
wondering if it's keeping pace with the changes that are going on in
IntelliJland.

Thanks,
Adam

---------------------------------------------------------------------
(Continue reading)

MattyN | 23 Oct 18:25

Re: [groovy-user] [grails-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner


I had this problem - I used the new installer and it doesn't seem to put a
groovy-starter.jar file in the lib directory.

I followed the instructions listed in this post (copied over the
groovy-starter.jar from my 1.0 lib directory) and all works fine now.

Matt

glaforge wrote:
> 
> Hmmm, odd... has anyone else encountered this problem when upgrading to
> beta-3?
> 
> On 9/24/07, Andreas Rudolf <arudolf@...> wrote:
>>
>>
>> >If you do a clean install, it shouldn't be needed.
>> >I suspect you just changed the groovy jar?
>>
>> No, just download, unzip and export GROOVY_HOME to the new location.
>> After coping groovy-starter.jar from old lib to the new one everything
>> works
>> fine.
>>
>> Regards
>> Andreas
>>
>>
>> --
(Continue reading)

Antti Karanta | 24 Sep 15:05

RE: [groovy-user] [grails-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner


> -----Original Message-----
> From: Andreas Rudolf [mailto:arudolf@...] 
> Sent: 24. syyskuuta 2007 15:32
> 
> >If you do a clean install, it shouldn't be needed.
> >I suspect you just changed the groovy jar?
> 
> No, just download, unzip and export GROOVY_HOME to the new location.
> After coping groovy-starter.jar from old lib to the new one 
> everything works fine.

  What os are you on?

  What's the contents of $GROOVY_HOME/lib ?

  If you are on windows (in which case the native launcher should be in
play), could you try

set __JLAUNCHER_DEBUG=true
groovy -v

  That might give me an idea of what's happening.

 
     -Antti-


---------------------------------------------------------------------
To unsubscribe from this list please visit:
(Continue reading)

Andreas Rudolf | 24 Sep 15:16

[groovy-user] RE: [grails-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner


Hello Antti,

Antti Karanta wrote:
> 
>  
>   What os are you on?
> 
>   What's the contents of $GROOVY_HOME/lib ?
> 
>   If you are on windows (in which case the native launcher should be in
> play), could you try
> 
> set __JLAUNCHER_DEBUG=true
> groovy -v
> 
>   That might give me an idea of what's happening.
> 

I'm using cygwin "CYGWIN_NT-5.1 <censored> 1.5.24(0.156/4/2) 2007-01-31
10:57 i686 Cygwin"

GROOVY_HOME/LIB contains
-----------------------------------
$ ls -o -t
total 6660
-rw-r--r-- 1 rudolfa 1289806 Sep 21 02:43 ant-1.7.0.jar
-rw-r--r-- 1 rudolfa   92792 Sep 21 02:43 ant-junit-1.7.0.jar
-rw-r--r-- 1 rudolfa   11734 Sep 21 02:43 ant-launcher-1.7.0.jar
-rw-r--r-- 1 rudolfa  443432 Sep 21 02:43 antlr-2.7.6.jar
(Continue reading)

Joachim Baumann | 24 Sep 17:07

Re: [groovy-user] RE: [grails-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner

Hi Andreas,

could you do me a favor and try the Windows installer? I'm not able to
create the same issue on my Windows machine with Cygwin. Btw., how do
you get the Cygwin version? I know only how to get a specific command's
version.

Regarding the contents of your lib dir: I did not compare file sizes,
only file names, and I have the same (apart from groovy-starter naturally).

You might have some old scripts in the bin directory. But we could
identify that also if you would install using the installer.

Cheers, Joachim
PS: Since you said export in your first mail I assumed you'd be on a
Unix derivate.

Andreas Rudolf schrieb:
> Hello Antti,
>
>
> Antti Karanta wrote:
>   
>>  
>>   What os are you on?
>>
>>   What's the contents of $GROOVY_HOME/lib ?
>>
>>   If you are on windows (in which case the native launcher should be in
>> play), could you try
(Continue reading)

Andreas Rudolf | 25 Sep 09:04

Re: [groovy-user] RE: [grails-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner


Hi Joachim,

>You might have some old scripts in the bin directory. But we could
>identify that also if you would install using the installer.

You are right here. It was my fault. I am sorry. I had an old path entry to
groovy 1.0 dir before the new one. I correct this and now it works as
expected.

>Btw., how do you get the Cygwin version? I know only how to get a specific
command's version.

Just type uname -a 

Regards
Andreas
--

-- 
View this message in context: http://www.nabble.com/-grails-user--Groovy-1.1-beta-3-released%2C-RC-1-and-1.1-final-around-the-corner-tf4491017.html#a12874195
Sent from the groovy - user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Guillaume Laforge | 25 Sep 09:59

Re: [groovy-user] RE: [grails-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner

Ah, glad it works for you now :-)

On 9/25/07, Andreas Rudolf <arudolf@...> wrote:
>
> Hi Joachim,
>
> >You might have some old scripts in the bin directory. But we could
> >identify that also if you would install using the installer.
>
> You are right here. It was my fault. I am sorry. I had an old path entry to
> groovy 1.0 dir before the new one. I correct this and now it works as
> expected.
>
> >Btw., how do you get the Cygwin version? I know only how to get a specific
> command's version.
>
> Just type uname -a
>
> Regards
> Andreas
> --
> View this message in context: http://www.nabble.com/-grails-user--Groovy-1.1-beta-3-released%2C-RC-1-and-1.1-final-around-the-corner-tf4491017.html#a12874195
> Sent from the groovy - user mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email
>
(Continue reading)

Antti Karanta | 25 Sep 10:09

RE: [groovy-user] RE: [grails-user] Groovy 1.1-beta-3 released, RC-1 and 1.1-final around the corner


> -----Original Message-----
> From: Andreas Rudolf [mailto:arudolf@...] 
>
> set __JLAUNCHER_DEBUG=true
> with groovy-starter.jar groovy -v results into:
> Groovy Version: 1.1-beta-3 JVM: 1.5.0_03-b07
> 
> without it results into:
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/codehaus/groovy/tools/GroovyStarter

  Since you are on cygwin I suppose you are running the groovy cygwin
startup script. Judging by the output it seems you are not running the
native launcher (it prints more debug info when __JLAUNCHER_DEBUG is
on). So this may be a problem with the cygwin startip script.

  Try
which groovy
  to see what you are running.

 
  Also try running groovy from a normal windows command prompt. Does it
work from there?

        -Antti-


---------------------------------------------------------------------
To unsubscribe from this list please visit:
(Continue reading)


Gmane