Home » Modeling » Amalgam » Unable to install DSL Toolkit
Unable to install DSL Toolkit [message #525187] |
Wed, 01 July 2009 16:54  |
Eclipse User |
|
|
|
I am running Galileo and trying to follow some examples in the book,
"eclipse Modeling Project: A Domain-Specific Language (DSL) Toolkit".
As part of that, I'm trying to install the DSL Toolkit from the Amalgam
project, but I get the following error:
Cannot complete the install because one or more required items could not
be found.
Software being installed: DSL Toolkit 1.0.0.v200905210858
(org.eclipse.amalgam.dsltk.product 1.0.0.v200905210858)
Missing requirement for filter
(&(osgi.os=linux)(osgi.ws=gtk)(osgi.arch=x86_64)): Eclipse RCP
3.5.0.v20090506-9SA-FwxFtqHA7O_ZPyAv-cGC (org.eclipse.rcp.feature.group
3.5.0.v20090506-9SA-FwxFtqHA7O_ZPyAv-cGC) requires
'org.eclipse.swt.gtk.linux.x86_64 [3.5.0.v3548c]' but it could not be found
Cannot satisfy dependency:
From: DSL Toolkit 1.0.0.v200905210858
(org.eclipse.amalgam.dsltk.product 1.0.0.v200905210858)
To: org.eclipse.platform.feature.group
[3.5.0.v20090513-9fEdG1HFtGcZlCVLSVqmsTcdv4RgTlPeD]
Cannot satisfy dependency:
From: Eclipse Platform
3.5.0.v20090513-9fEdG1HFtGcZlCVLSVqmsTcdv4RgTlPeD
(org.eclipse.platform.feature.group
3.5.0.v20090513-9fEdG1HFtGcZlCVLSVqmsTcdv4RgTlPeD)
To: org.eclipse.rcp.feature.group
[3.5.0.v20090506-9SA-FwxFtqHA7O_ZPyAv-cGC]
Please be aware that I am running on ubuntu 9.04 AMD64 and have eclipse
for Linux 64-bit installed. I'm also a newbie to eclipse, so if that's
part of the problem, then some detail on how to correct the problem would
be much appreciated.
Many thanks, both for the solution, and your patience!
|
|
|
Re: Unable to install DSL Toolkit [message #525188 is a reply to message #525187] |
Wed, 01 July 2009 16:58   |
Eclipse User |
|
|
|
If you're following the book, you should use the Ganymede edition:
http://download.eclipse.org/modeling/amalgam/dsltk/downloads /drops/I20081128
-0606/index.php
Unfortunately, there is no 64 bit version for Linux. I have built one for
M8 based on Galileo, but it's not promoted yet.
Best,
Rich
On 7/1/09 4:54 PM, in article
dd872609a93892e1ab06a84c944419bc$1@www.eclipse.org, "Flavelle Ballem"
<fballem@ballemco.com> wrote:
> I am running Galileo and trying to follow some examples in the book,
> "eclipse Modeling Project: A Domain-Specific Language (DSL) Toolkit".
>
> As part of that, I'm trying to install the DSL Toolkit from the Amalgam
> project, but I get the following error:
>
> Cannot complete the install because one or more required items could not
> be found.
> Software being installed: DSL Toolkit 1.0.0.v200905210858
> (org.eclipse.amalgam.dsltk.product 1.0.0.v200905210858)
> Missing requirement for filter
> (&(osgi.os=linux)(osgi.ws=gtk)(osgi.arch=x86_64)): Eclipse RCP
> 3.5.0.v20090506-9SA-FwxFtqHA7O_ZPyAv-cGC (org.eclipse.rcp.feature.group
> 3.5.0.v20090506-9SA-FwxFtqHA7O_ZPyAv-cGC) requires
> 'org.eclipse.swt.gtk.linux.x86_64 [3.5.0.v3548c]' but it could not be found
> Cannot satisfy dependency:
> From: DSL Toolkit 1.0.0.v200905210858
> (org.eclipse.amalgam.dsltk.product 1.0.0.v200905210858)
> To: org.eclipse.platform.feature.group
> [3.5.0.v20090513-9fEdG1HFtGcZlCVLSVqmsTcdv4RgTlPeD]
> Cannot satisfy dependency:
> From: Eclipse Platform
> 3.5.0.v20090513-9fEdG1HFtGcZlCVLSVqmsTcdv4RgTlPeD
> (org.eclipse.platform.feature.group
> 3.5.0.v20090513-9fEdG1HFtGcZlCVLSVqmsTcdv4RgTlPeD)
> To: org.eclipse.rcp.feature.group
> [3.5.0.v20090506-9SA-FwxFtqHA7O_ZPyAv-cGC]
>
> Please be aware that I am running on ubuntu 9.04 AMD64 and have eclipse
> for Linux 64-bit installed. I'm also a newbie to eclipse, so if that's
> part of the problem, then some detail on how to correct the problem would
> be much appreciated.
>
> Many thanks, both for the solution, and your patience!
>
>
--
Thanks,
Rich
|
|
| | |
Re: Unable to install DSL Toolkit [message #525191 is a reply to message #525189] |
Thu, 02 July 2009 06:39   |
Eclipse User |
|
|
|
M8 = Milestone 8
You can try the linux x86_64 download of the Modeling package from EPP:
http://www.eclipse.org/epp/download.php It contains most of what's in the
Amalgam DSL Toolkit, less some UI elements.
There are some differences in the Galileo version of the modeling
components, as compared to the Ganymede version the book is based on.
Mostly, things should work, but the solutions are not yet updated. The main
thing to do is replace references to the "legacy" Xpand model-to-text engine
with the new one in GMF that uses OCL and QVTO.
Best,
Rich
On 7/1/09 7:25 PM, in article
c52a18f8944b602a7a8b198ffbd46ea4$1@www.eclipse.org, "Flavelle Ballem"
<fballem@ballemco.com> wrote:
> Richard Gronback wrote:
>
>> If you're following the book, you should use the Ganymede edition:
>> http://download.eclipse.org/modeling/amalgam/dsltk/downloads /drops/I20081128
>> -0606/index.php
>
>> Unfortunately, there is no 64 bit version for Linux. I have built one for
>> M8 based on Galileo, but it's not promoted yet.
>
>> Best,
>> Rich
>
> Rich:
>
> I'm sorry, I am new to eclipse. Could you please tell me what M8 is? Is
> there anyway that I could get a preview of the new code - happy to be the
> tester. I have found advantages to staying with the 64-bit environment for
> my applications, and I gather that 32-bit and 64-bit plugins don't mix
> well.
>
> Many thanks,
> Flavelle
>
--
Thanks,
Rich
|
|
| | |
Re: Unable to install DSL Toolkit [message #577362 is a reply to message #525187] |
Wed, 01 July 2009 16:58  |
Eclipse User |
|
|
|
If you're following the book, you should use the Ganymede edition:
http://download.eclipse.org/modeling/amalgam/dsltk/downloads /drops/I20081128
-0606/index.php
Unfortunately, there is no 64 bit version for Linux. I have built one for
M8 based on Galileo, but it's not promoted yet.
Best,
Rich
On 7/1/09 4:54 PM, in article
dd872609a93892e1ab06a84c944419bc$1@www.eclipse.org, "Flavelle Ballem"
<fballem@ballemco.com> wrote:
> I am running Galileo and trying to follow some examples in the book,
> "eclipse Modeling Project: A Domain-Specific Language (DSL) Toolkit".
>
> As part of that, I'm trying to install the DSL Toolkit from the Amalgam
> project, but I get the following error:
>
> Cannot complete the install because one or more required items could not
> be found.
> Software being installed: DSL Toolkit 1.0.0.v200905210858
> (org.eclipse.amalgam.dsltk.product 1.0.0.v200905210858)
> Missing requirement for filter
> (&(osgi.os=linux)(osgi.ws=gtk)(osgi.arch=x86_64)): Eclipse RCP
> 3.5.0.v20090506-9SA-FwxFtqHA7O_ZPyAv-cGC (org.eclipse.rcp.feature.group
> 3.5.0.v20090506-9SA-FwxFtqHA7O_ZPyAv-cGC) requires
> 'org.eclipse.swt.gtk.linux.x86_64 [3.5.0.v3548c]' but it could not be found
> Cannot satisfy dependency:
> From: DSL Toolkit 1.0.0.v200905210858
> (org.eclipse.amalgam.dsltk.product 1.0.0.v200905210858)
> To: org.eclipse.platform.feature.group
> [3.5.0.v20090513-9fEdG1HFtGcZlCVLSVqmsTcdv4RgTlPeD]
> Cannot satisfy dependency:
> From: Eclipse Platform
> 3.5.0.v20090513-9fEdG1HFtGcZlCVLSVqmsTcdv4RgTlPeD
> (org.eclipse.platform.feature.group
> 3.5.0.v20090513-9fEdG1HFtGcZlCVLSVqmsTcdv4RgTlPeD)
> To: org.eclipse.rcp.feature.group
> [3.5.0.v20090506-9SA-FwxFtqHA7O_ZPyAv-cGC]
>
> Please be aware that I am running on ubuntu 9.04 AMD64 and have eclipse
> for Linux 64-bit installed. I'm also a newbie to eclipse, so if that's
> part of the problem, then some detail on how to correct the problem would
> be much appreciated.
>
> Many thanks, both for the solution, and your patience!
>
>
--
Thanks,
Rich
|
|
|
Re: Unable to install DSL Toolkit [message #577380 is a reply to message #525188] |
Wed, 01 July 2009 19:25  |
Eclipse User |
|
|
|
Richard Gronback wrote:
> If you're following the book, you should use the Ganymede edition:
> http://download.eclipse.org/modeling/amalgam/dsltk/downloads /drops/I20081128
> -0606/index.php
> Unfortunately, there is no 64 bit version for Linux. I have built one for
> M8 based on Galileo, but it's not promoted yet.
> Best,
> Rich
Rich:
I'm sorry, I am new to eclipse. Could you please tell me what M8 is? Is
there anyway that I could get a preview of the new code - happy to be the
tester. I have found advantages to staying with the 64-bit environment for
my applications, and I gather that 32-bit and 64-bit plugins don't mix
well.
Many thanks,
Flavelle
|
|
| |
Re: Unable to install DSL Toolkit [message #577418 is a reply to message #525189] |
Thu, 02 July 2009 06:39  |
Eclipse User |
|
|
|
M8 = Milestone 8
You can try the linux x86_64 download of the Modeling package from EPP:
http://www.eclipse.org/epp/download.php It contains most of what's in the
Amalgam DSL Toolkit, less some UI elements.
There are some differences in the Galileo version of the modeling
components, as compared to the Ganymede version the book is based on.
Mostly, things should work, but the solutions are not yet updated. The main
thing to do is replace references to the "legacy" Xpand model-to-text engine
with the new one in GMF that uses OCL and QVTO.
Best,
Rich
On 7/1/09 7:25 PM, in article
c52a18f8944b602a7a8b198ffbd46ea4$1@www.eclipse.org, "Flavelle Ballem"
<fballem@ballemco.com> wrote:
> Richard Gronback wrote:
>
>> If you're following the book, you should use the Ganymede edition:
>> http://download.eclipse.org/modeling/amalgam/dsltk/downloads /drops/I20081128
>> -0606/index.php
>
>> Unfortunately, there is no 64 bit version for Linux. I have built one for
>> M8 based on Galileo, but it's not promoted yet.
>
>> Best,
>> Rich
>
> Rich:
>
> I'm sorry, I am new to eclipse. Could you please tell me what M8 is? Is
> there anyway that I could get a preview of the new code - happy to be the
> tester. I have found advantages to staying with the 64-bit environment for
> my applications, and I gather that 32-bit and 64-bit plugins don't mix
> well.
>
> Many thanks,
> Flavelle
>
--
Thanks,
Rich
|
|
| | |
Goto Forum:
Current Time: Wed Jul 23 15:43:30 EDT 2025
Powered by FUDForum. Page generated in 0.05610 seconds
|