Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » Where to get source code of ATL?
Where to get source code of ATL? [message #45652] Wed, 13 June 2007 03:02 Go to next message
stephen Yu is currently offline stephen YuFriend
Messages: 35
Registered: July 2009
Member
Hi,
Are ATL plugins open source, right? Currently, I'm working on Model
transformation based on ATL.Would you tell me where to get the source code
for ATL related plugins?

I need source code for following plugins:
org.atl.eclipse.adt.builder
org.atl.eclipse.adt.debug
org.atl.eclipse.adt.doc.developer
org.atl.eclipse.adt.doc.user
org.atl.eclipse.adt.editor
org.atl.eclipse.adt.perspective
org.atl.eclipse.adt.wizard
org.atl.eclipse.engine
org.atl.eclipse.km3
org.atl.engine.repositories.emf4atl
org.atl.engine.repositories.mdr4atl
org.atl.engine.vm
org.eclipse.am3.core
org.eclipse.am3.tools.tge
org.eclipse.am3.ui


Thanks a lot

Stephen
Re: [ATL] Where to get source code of ATL? [message #45715 is a reply to message #45652] Wed, 13 June 2007 06:07 Go to previous messageGo to next message
Frédéric Jouault is currently offline Frédéric JouaultFriend
Messages: 572
Registered: July 2009
Senior Member
Hello,

Could you please prefix the subject of your ATL-related posts to this
newsgroup with [ATL], as I did in this reply? Thanks.


You can get the source of ATL the same way you get the source of every
other Eclipse project: on the Eclipse CVS. The parameters for ATL are:
Server: dev.eclipse.org
Repository: /cvsroot/modeling
Path: org.eclipse.m2m/org.eclipse.m2m.atl

There is also a link to browse the CVS at the bottom of the ATL page
(http://www.eclipse.org/m2m/atl/):
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.m2m/org .eclipse.m2m.atl/?root=Modeling_Project


Regards,

Frédéric Jouault


Stephen Yu wrote:
> Hi,
> Are ATL plugins open source, right? Currently, I'm working on Model
> transformation based on ATL.Would you tell me where to get the source
> code for ATL related plugins?
>
> I need source code for following plugins:
> org.atl.eclipse.adt.builder org.atl.eclipse.adt.debug
> org.atl.eclipse.adt.doc.developer org.atl.eclipse.adt.doc.user
> org.atl.eclipse.adt.editor org.atl.eclipse.adt.perspective
> org.atl.eclipse.adt.wizard org.atl.eclipse.engine org.atl.eclipse.km3
> org.atl.engine.repositories.emf4atl org.atl.engine.repositories.mdr4atl
> org.atl.engine.vm org.eclipse.am3.core org.eclipse.am3.tools.tge
> org.eclipse.am3.ui
>
> Thanks a lot
>
> Stephen
>
>
Re: [ATL] Where to get source code of ATL? [message #45745 is a reply to message #45715] Wed, 13 June 2007 06:38 Go to previous messageGo to next message
stephen Yu is currently offline stephen YuFriend
Messages: 35
Registered: July 2009
Member
Hi Frédéric,

Thanks for your reminder. However, I'm talking about the source code for
Build February 16, 2007 [the file I downloaded is
atl_am3-stable.zip.See:http://www.eclipse.org/m2m/atl/downlo ad/]

Just as you mentioned, I check out the source code from CVS, but they are
not the source code for the build Build February 16, 2007.

In addition, some source code are not found in
[ http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.m2m/org .eclipse.m2m.atl/?root=Modeling_Project],
for example org.atl.eclipse.km3 is not there, where to get its source code?

Thanks a lot.

Stephen Yu.

Frédéric Jouault wrote:

> Hello,

> Could you please prefix the subject of your ATL-related posts to this
> newsgroup with [ATL], as I did in this reply? Thanks.


> You can get the source of ATL the same way you get the source of every
> other Eclipse project: on the Eclipse CVS. The parameters for ATL are:
> Server: dev.eclipse.org
> Repository: /cvsroot/modeling
> Path: org.eclipse.m2m/org.eclipse.m2m.atl

> There is also a link to browse the CVS at the bottom of the ATL page
> (http://www.eclipse.org/m2m/atl/):
>
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.m2m/org .eclipse.m2m.atl/?root=Modeling_Project


> Regards,

> Frédéric Jouault


> Stephen Yu wrote:
>> Hi,
>> Are ATL plugins open source, right? Currently, I'm working on Model
>> transformation based on ATL.Would you tell me where to get the source
>> code for ATL related plugins?
>>
>> I need source code for following plugins:
>> org.atl.eclipse.adt.builder org.atl.eclipse.adt.debug
>> org.atl.eclipse.adt.doc.developer org.atl.eclipse.adt.doc.user
>> org.atl.eclipse.adt.editor org.atl.eclipse.adt.perspective
>> org.atl.eclipse.adt.wizard org.atl.eclipse.engine org.atl.eclipse.km3
>> org.atl.engine.repositories.emf4atl org.atl.engine.repositories.mdr4atl
>> org.atl.engine.vm org.eclipse.am3.core org.eclipse.am3.tools.tge
>> org.eclipse.am3.ui
>>
>> Thanks a lot
>>
>> Stephen
>>
>>
Re: [ATL] Where to get source code of ATL? [message #45775 is a reply to message #45745] Wed, 13 June 2007 06:55 Go to previous messageGo to next message
Frédéric Jouault is currently offline Frédéric JouaultFriend
Messages: 572
Registered: July 2009
Senior Member
Hello,

CVS keeps the history of everything that happened. If you want the
source code for a given date, just ask ;-).

Note that if the date you are interested in is before the migration of
ATL from GMT to M2M you have to use the GMT CVS:
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.gmt/ATL /?root=Technology_Project


The KM3 plugin did not follow the migration of ATL from GMT to M2M, and
is now in AM3 (see
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.gmt/AM3 /?root=Technology_Project).


Regards,

Frédéric Jouault


Stephen Yu wrote:
> Hi Frédéric,
>
> Thanks for your reminder. However, I'm talking about the source code for
> Build February 16, 2007 [the file I downloaded is
> atl_am3-stable.zip.See:http://www.eclipse.org/m2m/atl/downlo ad/]
>
> Just as you mentioned, I check out the source code from CVS, but they
> are not the source code for the build Build February 16, 2007.
>
> In addition, some source code are not found in
> [ http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.m2m/org .eclipse.m2m.atl/?root=Modeling_Project],
> for example org.atl.eclipse.km3 is not there, where to get its source code?
>
> Thanks a lot.
>
> Stephen Yu.
> Frédéric Jouault wrote:
>
>> Hello,
>
>> Could you please prefix the subject of your ATL-related posts to this
>> newsgroup with [ATL], as I did in this reply? Thanks.
>
>
>> You can get the source of ATL the same way you get the source of every
>> other Eclipse project: on the Eclipse CVS. The parameters for ATL are:
>> Server: dev.eclipse.org
>> Repository: /cvsroot/modeling
>> Path: org.eclipse.m2m/org.eclipse.m2m.atl
>
>> There is also a link to browse the CVS at the bottom of the ATL page
>> (http://www.eclipse.org/m2m/atl/):
>>
> http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.m2m/org .eclipse.m2m.atl/?root=Modeling_Project
>
>
>
>> Regards,
>
>> Frédéric Jouault
>
>
>> Stephen Yu wrote:
>>> Hi,
>>> Are ATL plugins open source, right? Currently, I'm working on Model
>>> transformation based on ATL.Would you tell me where to get the source
>>> code for ATL related plugins?
>>>
>>> I need source code for following plugins:
>>> org.atl.eclipse.adt.builder org.atl.eclipse.adt.debug
>>> org.atl.eclipse.adt.doc.developer org.atl.eclipse.adt.doc.user
>>> org.atl.eclipse.adt.editor org.atl.eclipse.adt.perspective
>>> org.atl.eclipse.adt.wizard org.atl.eclipse.engine org.atl.eclipse.km3
>>> org.atl.engine.repositories.emf4atl
>>> org.atl.engine.repositories.mdr4atl org.atl.engine.vm
>>> org.eclipse.am3.core org.eclipse.am3.tools.tge
>>> org.eclipse.am3.ui
>>>
>>> Thanks a lot
>>>
>>> Stephen
>>>
>>>
>
>
Re: [ATL] Where to get source code of ATL? [message #45807 is a reply to message #45775] Wed, 13 June 2007 07:41 Go to previous messageGo to next message
stephen Yu is currently offline stephen YuFriend
Messages: 35
Registered: July 2009
Member
Hi,

I got all the source code now. Thank you so much!

Stephen

Frédéric Jouault wrote:

> Hello,

> CVS keeps the history of everything that happened. If you want the
> source code for a given date, just ask ;-).

> Note that if the date you are interested in is before the migration of
> ATL from GMT to M2M you have to use the GMT CVS:
>
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.gmt/ATL /?root=Technology_Project


> The KM3 plugin did not follow the migration of ATL from GMT to M2M, and
> is now in AM3 (see
>
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.gmt/AM3 /?root=Technology_Project).


> Regards,

> Frédéric Jouault


> Stephen Yu wrote:
>> Hi Frédéric,
>>
>> Thanks for your reminder. However, I'm talking about the source code for
>> Build February 16, 2007 [the file I downloaded is
>> atl_am3-stable.zip.See:http://www.eclipse.org/m2m/atl/downlo ad/]
>>
>> Just as you mentioned, I check out the source code from CVS, but they
>> are not the source code for the build Build February 16, 2007.
>>
>> In addition, some source code are not found in
>>
[ http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.m2m/org .eclipse.m2m.atl/?root=Modeling_Project],
>> for example org.atl.eclipse.km3 is not there, where to get its source code?
>>
>> Thanks a lot.
>>
>> Stephen Yu.
>> Frédéric Jouault wrote:
>>
>>> Hello,
>>
>>> Could you please prefix the subject of your ATL-related posts to this
>>> newsgroup with [ATL], as I did in this reply? Thanks.
>>
>>
>>> You can get the source of ATL the same way you get the source of every
>>> other Eclipse project: on the Eclipse CVS. The parameters for ATL are:
>>> Server: dev.eclipse.org
>>> Repository: /cvsroot/modeling
>>> Path: org.eclipse.m2m/org.eclipse.m2m.atl
>>
>>> There is also a link to browse the CVS at the bottom of the ATL page
>>> (http://www.eclipse.org/m2m/atl/):
>>>
>>
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.m2m/org .eclipse.m2m.atl/?root=Modeling_Project
>>
>>
>>
>>> Regards,
>>
>>> Frédéric Jouault
>>
>>
>>> Stephen Yu wrote:
>>>> Hi,
>>>> Are ATL plugins open source, right? Currently, I'm working on Model
>>>> transformation based on ATL.Would you tell me where to get the source
>>>> code for ATL related plugins?
>>>>
>>>> I need source code for following plugins:
>>>> org.atl.eclipse.adt.builder org.atl.eclipse.adt.debug
>>>> org.atl.eclipse.adt.doc.developer org.atl.eclipse.adt.doc.user
>>>> org.atl.eclipse.adt.editor org.atl.eclipse.adt.perspective
>>>> org.atl.eclipse.adt.wizard org.atl.eclipse.engine org.atl.eclipse.km3
>>>> org.atl.engine.repositories.emf4atl
>>>> org.atl.engine.repositories.mdr4atl org.atl.engine.vm
>>>> org.eclipse.am3.core org.eclipse.am3.tools.tge
>>>> org.eclipse.am3.ui
>>>>
>>>> Thanks a lot
>>>>
>>>> Stephen
>>>>
>>>>
>>
>>
Re: [ATL] Where to get source code of ATL? [message #47010 is a reply to message #45775] Sat, 16 June 2007 16:17 Go to previous messageGo to next message
Jens von Pilgrim is currently offline Jens von PilgrimFriend
Messages: 313
Registered: July 2009
Senior Member
Hi,

On 2007-06-13 08:55:45 +0200, Frédéric Jouault
<frederic.jouault@univ-nantes.fr> said:
> Note that if the date you are interested in is before the migration of
> ATL from GMT to M2M you have to use the GMT CVS:
> http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.gmt/ATL /?root=Technology_Project

Is
>
it possible to add this link (or the CVS settings) to the download
page, since this repository is needed to load the sources of the last
stable version? I've also searched this URL some days ago and it took
me some time to find it...

Jens
Re: [ATL] Where to get source code of ATL? [message #47981 is a reply to message #47010] Thu, 21 June 2007 11:50 Go to previous message
Frédéric Jouault is currently offline Frédéric JouaultFriend
Messages: 572
Registered: July 2009
Senior Member
Hello,

> Note that if the date you are interested in is before the migration of
>> ATL from GMT to M2M you have to use the GMT CVS:
>>
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.gmt/ATL /?root=Technology_Project

>>
>
> Is
>>
> it possible to add this link (or the CVS settings) to the download page,
> since this repository is needed to load the sources of the last stable
> version? I've also searched this URL some days ago and it took me some
> time to find it...

Yes, it is possible. However, I believe it would also fit quite well on
the wiki (e.g., on page http://wiki.eclipse.org/index.php/ATL). Please,
feel free to add the link there ;-).


Regards,

Frédéric Jouault
Previous Topic:[ATL]about "inject XML file to XML model(Ecore based)"
Next Topic:[ATL] non deterministic behaivor
Goto Forum:
  


Current Time: Fri Apr 19 22:30:58 GMT 2024

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

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

Back to the top