Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » OCL » Re: Generating code for OCL annotations in OCL 1.0.1/EMF 2.2
Re: Generating code for OCL annotations in OCL 1.0.1/EMF 2.2 [message #41719] Fri, 26 October 2007 16:52 Go to next message
Eclipse UserFriend
Originally posted by: cdamus.ca.ibm.com

Hi, Uday,

The MDT OCL newsgroup is the correct place for discussion event of the 1.0.x
version which was hosted in the EMFT project.

The article you reference was initially devised for version OCL 1.0.x and
EMF 2.2. See the second attachment to the Eclipse Corner bugzilla:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=143580

HTH,

Christian

Uday Kabe wrote:

> I was reading through the article "Implementing Model Integrity in EMF
> with MDT OCL" and wondering if something similar can be done with OCL
> 1.0.1/EMF2.2?
>
> If so, can anyone point me to an article or to documentation that provides
> some details on how to do it?
>
> Thanx in advance.
>
> Uday
Re: Generating code for OCL annotations in OCL 1.0.1/EMF 2.2 [message #41751 is a reply to message #41719] Fri, 26 October 2007 17:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: udaykabe.hotmail.com

Thanx Christian.

I am unclear on the potential uses of the Model Plugin Variables setting in
the genmodel? Could you elaborate on it?

Thanx.

Uday


"Christian W. Damus" <cdamus@ca.ibm.com> wrote in message
news:fft60q$c15$1@build.eclipse.org...
> Hi, Uday,
>
> The MDT OCL newsgroup is the correct place for discussion event of the
> 1.0.x
> version which was hosted in the EMFT project.
>
> The article you reference was initially devised for version OCL 1.0.x and
> EMF 2.2. See the second attachment to the Eclipse Corner bugzilla:
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=143580
>
> HTH,
>
> Christian
>
> Uday Kabe wrote:
>
>> I was reading through the article "Implementing Model Integrity in EMF
>> with MDT OCL" and wondering if something similar can be done with OCL
>> 1.0.1/EMF2.2?
>>
>> If so, can anyone point me to an article or to documentation that
>> provides
>> some details on how to do it?
>>
>> Thanx in advance.
>>
>> Uday
>
Re: Generating code for OCL annotations in OCL 1.0.1/EMF 2.2 [message #41781 is a reply to message #41719] Fri, 26 October 2007 17:55 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: udaykabe.hotmail.com

Christian,

I didn't realize that there was a separate OCL newsgroup. Thanx.

Uday

"Christian W. Damus" <cdamus@ca.ibm.com> wrote in message
news:fft60q$c15$1@build.eclipse.org...
> Hi, Uday,
>
> The MDT OCL newsgroup is the correct place for discussion event of the
> 1.0.x
> version which was hosted in the EMFT project.
>
> The article you reference was initially devised for version OCL 1.0.x and
> EMF 2.2. See the second attachment to the Eclipse Corner bugzilla:
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=143580
>
> HTH,
>
> Christian
>
> Uday Kabe wrote:
>
>> I was reading through the article "Implementing Model Integrity in EMF
>> with MDT OCL" and wondering if something similar can be done with OCL
>> 1.0.1/EMF2.2?
>>
>> If so, can anyone point me to an article or to documentation that
>> provides
>> some details on how to do it?
>>
>> Thanx in advance.
>>
>> Uday
>
Re: Generating code for OCL annotations in OCL 1.0.1/EMF 2.2 [message #41817 is a reply to message #41751] Fri, 26 October 2007 18:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

This is a multi-part message in MIME format.
--------------090602000302020108070504
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Uday,

Often people don't notice that when they select a property in the
properties view the status line shows a short description. The idea for
this setting is that it allows you to specify additional plugin
dependencies that will be generated into the MANIFEST.MF when it's
generated the first time; plugin.xml and MANIFEST.MF doesn't support
merge so will not be touched after that first time. So if you know you
are generating code that won't compile without additional classpath
entries, you can specify them this way...


Uday Kabe wrote:
> Thanx Christian.
>
> I am unclear on the potential uses of the Model Plugin Variables setting in
> the genmodel? Could you elaborate on it?
>
> Thanx.
>
> Uday
>
>
> "Christian W. Damus" <cdamus@ca.ibm.com> wrote in message
> news:fft60q$c15$1@build.eclipse.org...
>
>> Hi, Uday,
>>
>> The MDT OCL newsgroup is the correct place for discussion event of the
>> 1.0.x
>> version which was hosted in the EMFT project.
>>
>> The article you reference was initially devised for version OCL 1.0.x and
>> EMF 2.2. See the second attachment to the Eclipse Corner bugzilla:
>>
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=143580
>>
>> HTH,
>>
>> Christian
>>
>> Uday Kabe wrote:
>>
>>
>>> I was reading through the article "Implementing Model Integrity in EMF
>>> with MDT OCL" and wondering if something similar can be done with OCL
>>> 1.0.1/EMF2.2?
>>>
>>> If so, can anyone point me to an article or to documentation that
>>> provides
>>> some details on how to do it?
>>>
>>> Thanx in advance.
>>>
>>> Uday
>>>
>
>
>


--------------090602000302020108070504
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Uday,<br>
<br>
Often people don't notice that when they select a property in the
properties view the status line shows a short description.&nbsp; The idea
for this setting is that it allows you to specify additional plugin
dependencies that will be generated into the MANIFEST.MF when it's
generated the first time; plugin.xml and MANIFEST.MF doesn't support
merge so will not be touched after that first time.&nbsp; So if you know you
are generating code that won't compile without additional classpath
entries, you can specify them this way...<br>
<br>
<br>
Uday Kabe wrote:
<blockquote cite="mid:fft9gu$e0n$1@build.eclipse.org" type="cite">
<pre wrap="">Thanx Christian.

I am unclear on the potential uses of the Model Plugin Variables setting in
the genmodel? Could you elaborate on it?

Thanx.

Uday


"Christian W. Damus" <a class="moz-txt-link-rfc2396E" href="mailto:cdamus@ca.ibm.com">&lt;cdamus@ca.ibm.com&gt;</a> wrote in message
<a class="moz-txt-link-freetext" href="news:fft60q$c15$1@build.eclipse.org">news:fft60q$c15$1@build.eclipse.org</a>...
</pre>
<blockquote type="cite">
<pre wrap="">Hi, Uday,

The MDT OCL newsgroup is the correct place for discussion event of the
1.0.x
version which was hosted in the EMFT project.

The article you reference was initially devised for version OCL 1.0.x and
EMF 2.2. See the second attachment to the Eclipse Corner bugzilla:

<a class="moz-txt-link-freetext" href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=143580">https://bugs.eclipse.org/bugs/show_bug.cgi?id=143580</a>

HTH,

Christian

Uday Kabe wrote:

</pre>
<blockquote type="cite">
<pre wrap="">I was reading through the article "Implementing Model Integrity in EMF
with MDT OCL" and wondering if something similar can be done with OCL
1.0.1/EMF2.2?

If so, can anyone point me to an article or to documentation that
provides
some details on how to do it?

Thanx in advance.

Uday
</pre>
</blockquote>
</blockquote>
<pre wrap=""><!---->

</pre>
</blockquote>
<br>
</body>
</html>

--------------090602000302020108070504--
Re: Generating code for OCL annotations in OCL 1.0.1/EMF 2.2 [message #41842 is a reply to message #41817] Fri, 26 October 2007 22:43 Go to previous message
Eclipse UserFriend
Originally posted by: udaykabe.hotmail.com

This is a multi-part message in MIME format.

------=_NextPart_000_01AA_01C817F7.B5C5CFE0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Ed,

Thanx for the info on the setting; it's definitely good to know.

You are absolutely right. That very sneaky status line seems to be out =
of my line of sight; I will remember to check it more often now.

Thanx again.

Uday
"Ed Merks" <merks@ca.ibm.com> wrote in message =
news:fftdcl$t0k$1@build.eclipse.org...
Uday,

Often people don't notice that when they select a property in the =
properties view the status line shows a short description. The idea for =
this setting is that it allows you to specify additional plugin =
dependencies that will be generated into the MANIFEST.MF when it's =
generated the first time; plugin.xml and MANIFEST.MF doesn't support =
merge so will not be touched after that first time. So if you know you =
are generating code that won't compile without additional classpath =
entries, you can specify them this way...


Uday Kabe wrote:=20
Thanx Christian.

I am unclear on the potential uses of the Model Plugin Variables setting =
in=20
the genmodel? Could you elaborate on it?

Thanx.

Uday


"Christian W. Damus" <cdamus@ca.ibm.com> wrote in message=20
news:fft60q$c15$1@build.eclipse.org...
Hi, Uday,

The MDT OCL newsgroup is the correct place for discussion event of the=20
1.0.x
version which was hosted in the EMFT project.

The article you reference was initially devised for version OCL 1.0.x =
and
EMF 2.2. See the second attachment to the Eclipse Corner bugzilla:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=3D143580

HTH,

Christian

Uday Kabe wrote:

I was reading through the article "Implementing Model Integrity in =
EMF
with MDT OCL" and wondering if something similar can be done with OCL
1.0.1/EMF2.2?

If so, can anyone point me to an article or to documentation that=20
provides
some details on how to do it?

Thanx in advance.

Uday
=20

=20

------=_NextPart_000_01AA_01C817F7.B5C5CFE0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type =
content=3Dtext/html;charset=3DISO-8859-1>
<META content=3D"MSHTML 6.00.6000.16544" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY text=3D#000000 bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Ed,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thanx for the info on the setting; it's =
definitely=20
good to know.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>You are absolutely right.&nbsp; That =
very sneaky=20
status line seems to be out of my line of sight;&nbsp; I will remember =
to check=20
it more often now.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thanx again.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Uday</FONT></DIV>
<BLOCKQUOTE=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Ed Merks" &lt;<A =
href=3D"mailto:merks@ca.ibm.com">merks@ca.ibm.com</A>&gt;=20
wrote in message <A=20
=
href=3D"news:fftdcl$t0k$1@build.eclipse.org">news:fftdcl$t0k$1@build.ecli=
pse.org</A>...</DIV>Uday,<BR><BR>Often=20
people don't notice that when they select a property in the properties =
view=20
the status line shows a short description.&nbsp; The idea for this =
setting is=20
that it allows you to specify additional plugin dependencies that will =
be=20
generated into the MANIFEST.MF when it's generated the first time; =
plugin.xml=20
and MANIFEST.MF doesn't support merge so will not be touched after =
that first=20
time.&nbsp; So if you know you are generating code that won't compile =
without=20
additional classpath entries, you can specify them this =
way...<BR><BR><BR>Uday=20
Kabe wrote:=20
<BLOCKQUOTE cite=3Dmid:fft9gu$e0n$1@build.eclipse.org =
type=3D"cite"><PRE wrap=3D"">Thanx Christian.

I am unclear on the potential uses of the Model Plugin Variables setting =
in=20
the genmodel? Could you elaborate on it?

Thanx.

Uday


"Christian W. Damus" <A class=3Dmoz-txt-link-rfc2396E =
href=3D"mailto:cdamus@ca.ibm.com">&lt;cdamus@ca.ibm.com&gt;</A> wrote in =
message=20
<A class=3Dmoz-txt-link-freetext =
href=3D"news:fft60q$c15$1@build.eclipse.org">news:fft60q$c15$1@build.ecli=
pse.org</A>...
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">Hi, Uday,

The MDT OCL newsgroup is the correct place for discussion event of the=20
1.0.x
version which was hosted in the EMFT project.

The article you reference was initially devised for version OCL 1.0.x =
and
EMF 2.2. See the second attachment to the Eclipse Corner bugzilla:

<A class=3Dmoz-txt-link-freetext =
href=3D"https://bugs.eclipse.org/bugs/show_bug.cgi?id=3D143580">https://b=
ugs.eclipse.org/bugs/show_bug.cgi?id=3D143580</A>

HTH,

Christian

Uday Kabe wrote:

</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">I was reading through the =
article "Implementing Model Integrity in EMF
with MDT OCL" and wondering if something similar can be done with OCL
1.0.1/EMF2.2?

If so, can anyone point me to an article or to documentation that=20
provides
some details on how to do it?

Thanx in advance.

Uday
</PRE></BLOCKQUOTE></BLOCKQUOTE><PRE wrap=3D""><!---->

</PRE></BLOCKQUOTE><BR></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_01AA_01C817F7.B5C5CFE0--
Previous Topic:[Announce] MDT OCL 1.2.0 I200710251333 is available
Next Topic:setContext doesn't find RuleAction
Goto Forum:
  


Current Time: Fri Apr 19 01:40:57 GMT 2024

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

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

Back to the top