Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » M2T (model-to-text transformation) » [Xpand] Re: [newbie] Getting my Check.chk recognized
[Xpand] Re: [newbie] Getting my Check.chk recognized [message #53432] Fri, 28 November 2008 10:04
Sven Efftinge is currently offline Sven EfftingeFriend
Messages: 1823
Registered: July 2009
Senior Member
Hi Cameron,

as the question is related to Xpand, I added the M2T newsgroup.

Currently all xpand editors require the ecore files to be reachable
through the java class path. So you have to copy the ecore file into the
src folder.

cheers,
Sven

Bateman schrieb:
> I'm working through some of the tutorial docs with the Generic Editor.
> Everything works fine until I try to write my own Checks.chk file.
>
> I have installed the nature using the project context menu. I have
> placed the file 'Checks.chk' into the root src directory. When I place
> the following in the file:
>
> import foo;
> context MyClass1 WARNING "foo#MyClass1 should have a
> name": !this.foo.isEmpty();
>
> It has a validation failure that says: "Type not found: MyClass1".
> MyClass1 is an EClass defined in an ecore model in the models directory
> of the same project. I tried generating the model as well so the source
> is in the foo package, directly under the Checks.chk file.
>
> Any pointers?
>
>
> Thanks,
>
> Cameron
>
Previous Topic:Running the result of a JET transform
Next Topic:ClassCast exception during JET transformation!
Goto Forum:
  


Current Time: Mon Jul 22 05:38:20 GMT 2024

Powered by FUDForum. Page generated in 0.03185 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top