Fwd: Delivery Status Notification (Failure)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Fwd: Delivery Status Notification (Failure)

Mariano Martinez Peck


---------- Forwarded message ----------
From: jannik.laval <[hidden email]>
Date: Wed, Nov 16, 2011 at 1:44 PM
Subject: Fwd: Delivery Status Notification (Failure)
To: Mariano Martinez Peck <[hidden email]>


Seems to be buggus :(

Jannik

Begin forwarded message:

From: Mail Delivery Subsystem <[hidden email]>
Subject: Delivery Status Notification (Failure)
Date: November 16, 2011 5:43:46 PM GMT+01:00

Hello [hidden email],

We're writing to let you know that the group you tried to contact (metacello) may not exist, or you may not have permission to post messages to the group. A few more details on why you weren't able to post:

* You might have spelled or formatted the group name incorrectly.
* The owner of the group may have removed this group.
* You may need to join the group before receiving permission to post.
* This group may not be open to posting.

If you have questions related to this or any other Google Group, visit the Help Center at http://groups.google.com/support/?hl=en_US.

Thanks,

Google Groups



----- Original message -----

Received: by 10.216.229.7 with SMTP id g7mr69336weq.0.1321461826008;
       Wed, 16 Nov 2011 08:43:46 -0800 (PST)
Received: by 10.216.229.7 with SMTP id g7mr69335weq.0.1321461825956;
       Wed, 16 Nov 2011 08:43:45 -0800 (PST)
Return-Path: <[hidden email]>
Received: from mail-wy0-f179.google.com (mail-wy0-f179.google.com [74.125.82.179])
       by gmr-mx.google.com with ESMTPS id g38si5662495wbp.3.2011.11.16.08.43.45
       (version=TLSv1/SSLv3 cipher=OTHER);
       Wed, 16 Nov 2011 08:43:45 -0800 (PST)
Received-SPF: pass (google.com: domain of [hidden email] designates 74.125.82.179 as permitted sender) client-ip=74.125.82.179;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of [hidden email] designates 74.125.82.179 as permitted sender) [hidden email]; dkim=pass (test mode) [hidden email]
Received: by mail-wy0-f179.google.com with SMTP id 36so878337wyg.24
       for <[hidden email]>; Wed, 16 Nov 2011 08:43:45 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
       d=gmail.com; s=gamma;
       h=from:content-type:subject:date:references:to:message-id
        :mime-version:x-mailer;
       bh=eD4Mm7dG2872dNVemAdWBqOUYVJirX+bDBAbdPdmyAo=;
       b=QMRphiMAiEqFJiBAHH3vYXDJPX81SZzEeeM4w70t/kb9BYs3ujglYepQmobG82PqKj
        IQvHZAPGumggt5lz+zH1MGD2KM5ezg36vJtZK9SJRGEavkRZjDRFIWSKYs3GvM/urpNj
        /p40D9zHTETNsnBmfxysJU2sP5wz5P+KIr7nY=
Received: by 10.216.134.37 with SMTP id r37mr5793687wei.74.1321461825717;
       Wed, 16 Nov 2011 08:43:45 -0800 (PST)
Return-Path: <[hidden email]>
Received: from laptop-147-210-129-62.labri.fr (laptop-147-210-129-62.labri.fr. [147.210.129.62])
       by mx.google.com with ESMTPS id e13sm26691802wbh.17.2011.11.16.08.43.42
       (version=TLSv1/SSLv3 cipher=OTHER);
       Wed, 16 Nov 2011 08:43:43 -0800 (PST)
From: "jannik.laval" <[hidden email]>
Content-Type: multipart/alternative; boundary="Apple-Mail=_D4594841-A5CB-413F-B3AF-4A070F2E6FF2"
Subject: Fwd: Metacello question
Date: Wed, 16 Nov 2011 17:43:41 +0100
References: <[hidden email]>
To: [hidden email]
Message-Id: <[hidden email]>
Mime-Version: 1.0 (Apple Message framework v1251.1)
X-Mailer: Apple Mail (2.1251.1)

Hi guys,

With mariano, we had a discussion about a problem I have:
How can I collect all packages from a configuration with resolving all sub projects ?

Thank you for your help.
Cheers,
Jannik

Begin forwarded message:

From: Mariano Martinez Peck <[hidden email]>
Subject: Re: Metacello question
Date: November 16, 2011 4:09:38 PM GMT+01:00
To: "jannik.laval" <[hidden email]>



On Wed, Nov 16, 2011 at 11:57 AM, jannik.laval <[hidden email]> wrote:
Hi Mariano,

I understand your code and It seems to be the same as mine.
version40 make the same as "project version: '4.0'".

The problem is the resolution of internal projects.
We should collect the methods recursively... and possibly with circular dependencies.
So, Metacello can resolve them, but I do not know Metacello :(



I have no idea :(
Ask in metacello mailing list:  [hidden email],

good luck

Jannik


On Nov 16, 2011, at 15:36 , Mariano Martinez Peck wrote:



On Wed, Nov 16, 2011 at 6:59 AM, jannik.laval <[hidden email]> wrote:
Hi Mariano,
How are you ?
Here, at Bordeaux, I am fine, and all the family too :)


Excellent, nice to hear that :)
I am in Argentina in holidays (after Smalltalks) and all familiy good as well hahahahah


I have a question about Metacello, and you know well Metacello :)
I would like to collect all the files to load of a Configuration with all dependencies already resolved.

For now, I have this code in a transcript:
===
ConfigurationOfMoose version40 spec packages map select:[:e | e isKindOf: MetacelloPackageSpec ]
      thenCollect: [:e | e repositories list isEmpty
                              ifTrue: [e file]
                              ifFalse: [e repositories list first name, '/' , e file]].
===
It allows me to have all files in ConfigurationOfMoose, but I have two problems:

- if I change version40 by version42, I have no more the name of

---
Jannik Laval




--
Mariano
http://marianopeck.wordpress.com