It is something strange. I filed a new issue:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=257835

Polly, you can continue testing if you temporary remove 
| (NOT "required") 
and
| (NOT "nullable")

I noticed that we need to change Extension.ext
Change allElements and model  to this:
List[emf::EObject] allElements(emf::EObject x):
        x.allLocalElements()
                
.union(x.allLocalElements().typeSelect(DslImport).collect(e|e.model(false).allLocalElements()))
                .flatten().toSet();
                
// recursive imports, and on the fly assignment of external
List[emf::EObject] model(DslImport this, boolean forceLinking) :
        (let loaded1 = model==null?{}:model.load(this, forceLinking).flatten() :
        (this.external ? 
                (loaded1.typeSelect(DslModel).imports.setExternal(true) ->
                loaded1.typeSelect(DslModel).app.modules.setExternal(true)
                ): 
                null
        ) ->

loaded1.union(loaded1.typeSelect(DslModel).imports.model(forceLinking).flatten()));


You can remove modelWitchCallCheck.

Similar in DslTransformation.ext: imports.model(false)

/Patrik


Karsten Thoms wrote:
> 
> Hi Polly, hi Patrik!
> 
> This seems to be intended and changed with this bug:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=251069
> 
> The following bug reports the same issue as here, which was closed with 
> WONTFIX due to above bug:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=257673
> 
> Plans to deliver oAW 4.3.1 in the Fornax Repo are to do this after oAW 
> release.
> The RC1 is meant to be almost finished state. If this issue is urgent 
> and the proposed solution in #251069 is not sufficient for Sculptor I 
> propose to open #257673 again and attach the Sculptor .xtxt grammar. 
> Please prove this soon so that my colleagues can react on this.
> 
> Thanks for testing RC1!
> 
> ~Karsten
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-sculptor--oAW-4.3.1-tp20864485s17564p20885263.html
Sent from the Fornax-Platform mailing list archive at Nabble.com.


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Fornax-developer mailing list
Fornax-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to