Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » ATL installation problem
ATL installation problem [message #78972] Sun, 13 April 2008 19:36 Go to next message
Eclipse UserFriend
Originally posted by: ee.ersin-er.name

Hi,

I am trying to install ATL from CVS as explained in
http://wiki.eclipse.org/ATL/How_Install_ATL_From_CVS . At the final
step, when I try to Export Deployable Plug-ins and Fragments, I get an
error telling "some error occurred during export" and refers to some log
files. When I check log files I only see warnings (not errors) reported
by the Java compiler.

I have Eclipse 3.4 M6a and latest builds of EMF (2.4) and EMF Compare
(which seems to be a dependency for tests) installed along with JDK 6.

What can be the problem?

Thanks in advance.

--
Ersin Er
[ATL] Re: ATL installation problem [message #78975 is a reply to message #78972] Mon, 14 April 2008 07:58 Go to previous messageGo to next message
William Piers is currently offline William PiersFriend
Messages: 301
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.
--------------060801090301040404090300
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit

Hello,

Please remember to use the [ATL] prefix in the ATL subjects, thanks in
advance.
When you have the "some error occurred during export" pop-up, don't you
have a "<<<Details" button ? It will give you more details about the error.

Did you try to export features ? The problem could be that ATL is build
using the Modeling Project Releng system, which provide a lot of scripts
in order to build docs, source for SDK, etc... So you won't be able to
build those feature by your own (or it will be quite hard).
What you can do is to build relevant plugins, I mean all except
examples, tests, doc.

Best regards,

William

Ersin Er a
Re: [ATL] Re: ATL installation problem [message #79070 is a reply to message #78975] Mon, 14 April 2008 16:59 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ee.ersin-er.name

William Piers wrote:
> Hello,
>
> Please remember to use the [ATL] prefix in the ATL subjects, thanks in
> advance.

OK, thanks for warning.

> When you have the "some error occurred during export" pop-up, don't you
> have a "<<<Details" button ? It will give you more details about the error.

There is no such button and the message is exactly this:

'Errors occurred during the operation. A zip file containing the build
logs has been generated and placed at "/home/ee/dev/atlplugins".'

The generated logs only contains warning issued by the Java compiler.

> Did you try to export features ? The problem could be that ATL is build
> using the Modeling Project Releng system, which provide a lot of scripts
> in order to build docs, source for SDK, etc... So you won't be able to
> build those feature by your own (or it will be quite hard).
> What you can do is to build relevant plugins, I mean all except
> examples, tests, doc.

I have exported only plugins (I was not doing so before) but the problem
remains.

So any ideas?

Thanks.

> Best regards,
>
> William
>
> Ersin Er a écrit :
>> Hi,
>>
>> I am trying to install ATL from CVS as explained in
>> http://wiki.eclipse.org/ATL/How_Install_ATL_From_CVS . At the final
>> step, when I try to Export Deployable Plug-ins and Fragments, I get an
>> error telling "some error occurred during export" and refers to some
>> log files. When I check log files I only see warnings (not errors)
>> reported by the Java compiler.
>>
>> I have Eclipse 3.4 M6a and latest builds of EMF (2.4) and EMF Compare
>> (which seems to be a dependency for tests) installed along with JDK 6.
>>
>> What can be the problem?
>>
>> Thanks in advance.
>>
Re: [ATL] Re: ATL installation problem [message #79085 is a reply to message #79070] Mon, 14 April 2008 19:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ee.ersin-er.name

OK, I particularly fixed the problem. (As you guesssed I was trying to
export a doc package.)

Now I learned that I need to check out the R2_1_0_dev branch in order to
also use AM3. However I cannot see that branch in my repo explorer.

Thanks.

Ersin Er wrote:
> William Piers wrote:
>> Hello,
>>
>> Please remember to use the [ATL] prefix in the ATL subjects, thanks in
>> advance.
>
> OK, thanks for warning.
>
>> When you have the "some error occurred during export" pop-up, don't
>> you have a "<<<Details" button ? It will give you more details about
>> the error.
>
> There is no such button and the message is exactly this:
>
> 'Errors occurred during the operation. A zip file containing the build
> logs has been generated and placed at "/home/ee/dev/atlplugins".'
>
> The generated logs only contains warning issued by the Java compiler.
>
>> Did you try to export features ? The problem could be that ATL is
>> build using the Modeling Project Releng system, which provide a lot of
>> scripts in order to build docs, source for SDK, etc... So you won't be
>> able to build those feature by your own (or it will be quite hard).
>> What you can do is to build relevant plugins, I mean all except
>> examples, tests, doc.
>
> I have exported only plugins (I was not doing so before) but the problem
> remains.
>
> So any ideas?
>
> Thanks.
>
>> Best regards,
>>
>> William
>>
>> Ersin Er a écrit :
>>> Hi,
>>>
>>> I am trying to install ATL from CVS as explained in
>>> http://wiki.eclipse.org/ATL/How_Install_ATL_From_CVS . At the final
>>> step, when I try to Export Deployable Plug-ins and Fragments, I get
>>> an error telling "some error occurred during export" and refers to
>>> some log files. When I check log files I only see warnings (not
>>> errors) reported by the Java compiler.
>>>
>>> I have Eclipse 3.4 M6a and latest builds of EMF (2.4) and EMF Compare
>>> (which seems to be a dependency for tests) installed along with JDK 6.
>>>
>>> What can be the problem?
>>>
>>> Thanks in advance.
>>>
Re: [ATL] Re: ATL installation problem [message #79138 is a reply to message #79085] Tue, 15 April 2008 07:23 Go to previous messageGo to next message
William Piers is currently offline William PiersFriend
Messages: 301
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.
--------------070309090308010700080000
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit

Hello,

Ersin Er a
Re: [ATL] Re: ATL installation problem [message #79186 is a reply to message #79138] Tue, 15 April 2008 10:52 Go to previous message
Eclipse UserFriend
Originally posted by: ee.ersin-er.name

William Piers wrote:
> Hello,
>
> Ersin Er a écrit :
>> OK, I particularly fixed the problem. (As you guesssed I was trying to
>> export a doc package.)
>>
>> Now I learned that I need to check out the R2_1_0_dev branch in order
>> to also use AM3. However I cannot see that branch in my repo explorer.
>>
>
> To access the R2_1_0_dev branch, follow those steps :
> - right-click on "Branches", besides "HEAD" => refresh branches
> - select "org.eclipse.m2m" => "Search Deeply"
> - wait a lot :-)
> - Then select the R2_1_0_dev branch

I have found a better way:

http://wiki.eclipse.org/index.php/CVS_FAQ#Why_don.27t_my_bra nches_and_versions_show_up_when_I_am_browsing.3F

Highly recommended ;-)

Thanks.

--
Ersin Er

> Regards,
>
> William
>
>> Thanks.
>>
>> Ersin Er wrote:
>>> William Piers wrote:
>>>> Hello,
>>>>
>>>> Please remember to use the [ATL] prefix in the ATL subjects, thanks
>>>> in advance.
>>>
>>> OK, thanks for warning.
>>>
>>>> When you have the "some error occurred during export" pop-up, don't
>>>> you have a "<<<Details" button ? It will give you more details about
>>>> the error.
>>>
>>> There is no such button and the message is exactly this:
>>>
>>> 'Errors occurred during the operation. A zip file containing the
>>> build logs has been generated and placed at "/home/ee/dev/atlplugins".'
>>>
>>> The generated logs only contains warning issued by the Java compiler.
>>>
>>>> Did you try to export features ? The problem could be that ATL is
>>>> build using the Modeling Project Releng system, which provide a lot
>>>> of scripts in order to build docs, source for SDK, etc... So you
>>>> won't be able to build those feature by your own (or it will be
>>>> quite hard).
>>>> What you can do is to build relevant plugins, I mean all except
>>>> examples, tests, doc.
>>>
>>> I have exported only plugins (I was not doing so before) but the
>>> problem remains.
>>>
>>> So any ideas?
>>>
>>> Thanks.
>>>
>>>> Best regards,
>>>>
>>>> William
>>>>
>>>> Ersin Er a écrit :
>>>>> Hi,
>>>>>
>>>>> I am trying to install ATL from CVS as explained in
>>>>> http://wiki.eclipse.org/ATL/How_Install_ATL_From_CVS . At the final
>>>>> step, when I try to Export Deployable Plug-ins and Fragments, I get
>>>>> an error telling "some error occurred during export" and refers to
>>>>> some log files. When I check log files I only see warnings (not
>>>>> errors) reported by the Java compiler.
>>>>>
>>>>> I have Eclipse 3.4 M6a and latest builds of EMF (2.4) and EMF
>>>>> Compare (which seems to be a dependency for tests) installed along
>>>>> with JDK 6.
>>>>>
>>>>> What can be the problem?
>>>>>
>>>>> Thanks in advance.
>>>>>
Previous Topic:Help with access stereotype by a class
Next Topic:[ATL] creating aggregation relation between model elements
Goto Forum:
  


Current Time: Fri Apr 19 18:38:11 GMT 2024

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

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

Back to the top