Joachim Baumann | 1 Aug 2009 07:54
Picon
Gravatar

[groovy-dev] Windows-Installer for 1.6.4

Hi,

as usual the question: Which versions of the different modules should go
into the installer for 1.6.4?

Cheers, Joachim

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

    http://xircles.codehaus.org/manage_email

Russel Winder | 1 Aug 2009 12:27
Gravatar

Re: [groovy-dev] Windows-Installer for 1.6.4

On Sat, 2009-08-01 at 07:54 +0200, Joachim Baumann wrote:
> Hi,
> 
> as usual the question: Which versions of the different modules should go
> into the installer for 1.6.4?

I am just about to release Gant 1.7.0 which will have a version compiled
against Groovy 1.6.4 so all the script should work properly !

--

-- 
Russel.
=============================================================================
Dr Russel Winder      Partner
                                            xmpp: russel@...
Concertant LLP        t: +44 20 7585 2200, +44 20 7193 9203
41 Buckmaster Road,   f: +44 8700 516 084   voip: sip:russel.winder <at> ekiga.net
London SW11 1EN, UK   m: +44 7770 465 077   skype: russel_winder
arik103 | 1 Aug 2009 14:52

[groovy-dev] Sets and Regular Expressions


Hi,
I am trying to remove elements from a set based on a regular expression.
Trying something like this and it's not working. Thanks,

def a = ['ab','ac','bc'] as HashSet
a -= [~/a/]
println a //would like to print bc

--

-- 
View this message in context: http://www.nabble.com/Sets-and-Regular-Expressions-tp24768837p24768837.html
Sent from the groovy - dev mailing list archive at Nabble.com.

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

    http://xircles.codehaus.org/manage_email

Paul King | 1 Aug 2009 17:17
Picon
Favicon
Gravatar

Re: [groovy-dev] Sets and Regular Expressions


Perhaps this is what you want:

def a = ['ab','ac','bc'] as HashSet
println a - a.grep(~/a./)

Cheers, Paul.

arik103 wrote:
> Hi,
> I am trying to remove elements from a set based on a regular expression.
> Trying something like this and it's not working. Thanks,
> 
> def a = ['ab','ac','bc'] as HashSet
> a -= [~/a/]
> println a //would like to print bc
> 
> 

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

    http://xircles.codehaus.org/manage_email

Paul King | 1 Aug 2009 17:20
Picon
Favicon
Gravatar

Re: [groovy-dev] Sets and Regular Expressions


I should also have said, that this kind of question
best belongs on the user mailing list if you want the
maximum chance of an answer - more eyes. The dev
list is for talking about development of Groovy itself.

Cheers, Paul.

Paul King wrote:
> 
> Perhaps this is what you want:
> 
> def a = ['ab','ac','bc'] as HashSet
> println a - a.grep(~/a./)
> 
> 
> Cheers, Paul.
> 
> arik103 wrote:
>> Hi,
>> I am trying to remove elements from a set based on a regular expression.
>> Trying something like this and it's not working. Thanks,
>>
>> def a = ['ab','ac','bc'] as HashSet
>> a -= [~/a/]
>> println a //would like to print bc
>>
>>
> 
> 
(Continue reading)

Andres Almiray | 1 Aug 2009 20:54
Picon
Favicon
Gravatar

Re: [groovy-dev] Windows-Installer for 1.6.4


Hi Joachim,

Regarding the builders, they are also included in SwingPad (plus a few more
found that can be found at http://griffon.codehaus.org/Builders), which
makes me wonder if they should be included on the Groovy installer.

If the decision is to keep them in I would vote to exclude GraphicsBuilder
anyway, as it has been superseded by GfxBuilder.

Cheers,
Andres

Joachim Baumann wrote:
> 
> Hi,
> 
> as usual the question: Which versions of the different modules should go
> into the installer for 1.6.4?
> 
> Cheers, Joachim
> 
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
> 
>     http://xircles.codehaus.org/manage_email
> 
> 
> 
> 
(Continue reading)

arik103 | 2 Aug 2009 03:34

Re: [groovy-dev] Sets and Regular Expressions


Paul,
Thank you for your response. Your solution works great! Is there a better
forum where I can post these types of questions?

Paul King wrote:
> 
> 
> Perhaps this is what you want:
> 
> def a = ['ab','ac','bc'] as HashSet
> println a - a.grep(~/a./)
> 
> 
> Cheers, Paul.
> 
> arik103 wrote:
>> Hi,
>> I am trying to remove elements from a set based on a regular expression.
>> Trying something like this and it's not working. Thanks,
>> 
>> def a = ['ab','ac','bc'] as HashSet
>> a -= [~/a/]
>> println a //would like to print bc
>> 
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
(Continue reading)

Paul King | 2 Aug 2009 05:37
Picon
Favicon
Gravatar

Re: [groovy-dev] Sets and Regular Expressions

arik103 wrote:
> Paul,
> Thank you for your response. Your solution works great! Is there a better
> forum where I can post these types of questions?

Just 'user@...' instead of 'dev@...'.

Cheers, Paul.

> Paul King wrote:
>>
>> Perhaps this is what you want:
>>
>> def a = ['ab','ac','bc'] as HashSet
>> println a - a.grep(~/a./)
>>
>>
>> Cheers, Paul.
>>
>> arik103 wrote:
>>> Hi,
>>> I am trying to remove elements from a set based on a regular expression.
>>> Trying something like this and it's not working. Thanks,
>>>
>>> def a = ['ab','ac','bc'] as HashSet
>>> a -= [~/a/]
>>> println a //would like to print bc
>>>
>>>
>>
(Continue reading)

Russel Winder | 2 Aug 2009 08:58
Gravatar

[groovy-dev] Re: [gant-user] Gant 1.7.0 on 64-bit Win 7

Bob,

I have taken the liberty of circulating this very widely since I think
it is a an issue that affects the whole Groovy milieu.

I now use only Ubuntu (mostly), Mac OS X (sometimes), and Solaris
(occasionally), and have no Windows capability, not even using
VirtualBox on Ubuntu.  I am therefore not in a position to test, try or
experiment with the Gant Windows launch scripts.  I appreciate that
there are many out there who do use Windows and actually want them to
work, I'm afraid some of those people will have to provide the love to
the Windows specific components of Gant.

In fact, the Gant launch scripts are very minor variations of the Groovy
ones -- and I think Gradle is more or less in the same boat.  I am
guessing that either the problems are in the few minor variations (and
hence Gant specific) or they affect all the Groovy-related systems.

I wonder if there needs to be a "cross-cutting" launch scripts activity
(both for the Posix shell scripts and the Windows batch files) that
works in harmony with the native launcher and provides consistent and
working launch scripts for any and all Groovy-related systems?

On Sat, 2009-08-01 at 22:19 +1000, Bob Brown wrote:
> Congrats on getting Gant 1.7.0 out!
> 
> I think I have a bug...
> 
> I have win7/64-bit.
> 
(Continue reading)

Joachim Baumann | 2 Aug 2009 20:18
Picon
Gravatar

Re: [groovy-dev] Windows-Installer for 1.6.4

Hi Andres,

I would tend to put the Builders into the Groovy installer as well. One
open question: Should I add all Builders from Griffon or only those that
are already included (graphicsbuilder replaced by gfxbuilder)?

Cheers, Joachim

Andres Almiray schrieb:
> Hi Joachim,
>
> Regarding the builders, they are also included in SwingPad (plus a few more
> found that can be found at http://griffon.codehaus.org/Builders), which
> makes me wonder if they should be included on the Groovy installer.
>
> If the decision is to keep them in I would vote to exclude GraphicsBuilder
> anyway, as it has been superseded by GfxBuilder.
>
> Cheers,
> Andres
>
>
> Joachim Baumann wrote:
>   
>> Hi,
>>
>> as usual the question: Which versions of the different modules should go
>> into the installer for 1.6.4?
>>
>> Cheers, Joachim
(Continue reading)


Gmane