Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » xtext expression language example for 0.8?
xtext expression language example for 0.8? [message #514759] Tue, 16 February 2010 14:53 Go to next message
Michael Scharf is currently offline Michael ScharfFriend
Messages: 301
Registered: July 2009
Senior Member
Hi,

is there somewhere an example of an expression language for
xtext 0.8?


Michael
--
Michael Scharf
Wind River Systems GmbH
http://www.WindRiver.com
http://MichaelScharf.blogspot.com/
Re: xtext expression language example for 0.8? [message #514821 is a reply to message #514759] Tue, 16 February 2010 13:12 Go to previous messageGo to next message
Sebastian Zarnekow is currently offline Sebastian ZarnekowFriend
Messages: 3118
Registered: July 2009
Senior Member
Hi Michael,

please have a look at the
org.eclipse.xtext.testlanguages.SimpleExpressionsTestLanguag e in one of
the test plugins.

Regards,
Sebastian
--
Need professional support for Eclipse Modeling?
Go visit: http://xtext.itemis.com

Am 16.02.10 15:53, schrieb Michael Scharf:
> Hi,
>
> is there somewhere an example of an expression language for
> xtext 0.8?
>
>
> Michael
Re: xtext expression language example for 0.8? [message #514878 is a reply to message #514821] Tue, 16 February 2010 19:04 Go to previous messageGo to next message
Michael Scharf is currently offline Michael ScharfFriend
Messages: 301
Registered: July 2009
Senior Member
Hi Sebastian,

unfortunately, the files in the project
org.eclipse.xtext.generator.tests
are not accessible via anonymous cvs :-(
( I can see the directory structure but
all directories are empty)

using the web interface is quite painful to
fetch all the files and setup a project...

In the web interface I can see
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.tmf/org .eclipse.xtext/tests/org.eclipse.xtext.generator.tests/src/o rg/eclipse/xtext/testlanguages/SimpleExpressionsTestLanguage .xtext?root=Modeling_Project&view=co
but using the eclipse cvs client I cannot see it.

Could it be that someone did something on the command line
with the cvs repository that causes some problems with
unix permissions? (I had this problem before with some
other CVS repositories)

I am now downloading the entire modeling CVS reopsitory (600Mb)
http://archive.eclipse.org/arch/modeling-cvs.tgz
hoping I can get access to the files....


Michael


> Hi Michael,
>
> please have a look at the
> org.eclipse.xtext.testlanguages.SimpleExpressionsTestLanguag e in one of
> the test plugins.
>
> Regards,
> Sebastian


--
Michael Scharf
Wind River Systems GmbH
http://www.WindRiver.com
http://MichaelScharf.blogspot.com/
Re: xtext expression language example for 0.8? [message #515046 is a reply to message #514878] Wed, 17 February 2010 14:46 Go to previous messageGo to next message
Sven Efftinge is currently offline Sven EfftingeFriend
Messages: 1823
Registered: July 2009
Senior Member
Hi Michael,

that could propably be a bug with the changes the Eclipse webmasters
introduced in order to improve overall performance of CVS access.

Anyway, we (accidently) included the current state of the base language
in M5. Which might as well guide you a bit. (importing it with source
code should work).

Sven

Michael Scharf schrieb:
> Hi Sebastian,
>
> unfortunately, the files in the project
> org.eclipse.xtext.generator.tests
> are not accessible via anonymous cvs :-(
> ( I can see the directory structure but
> all directories are empty)
>
> using the web interface is quite painful to
> fetch all the files and setup a project...
>
> In the web interface I can see
>
> http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.tmf/org .eclipse.xtext/tests/org.eclipse.xtext.generator.tests/src/o rg/eclipse/xtext/testlanguages/SimpleExpressionsTestLanguage .xtext?root=Modeling_Project&view=co
>
> but using the eclipse cvs client I cannot see it.
>
> Could it be that someone did something on the command line
> with the cvs repository that causes some problems with
> unix permissions? (I had this problem before with some
> other CVS repositories)
>
> I am now downloading the entire modeling CVS reopsitory (600Mb)
> http://archive.eclipse.org/arch/modeling-cvs.tgz
> hoping I can get access to the files....
>
>
> Michael
>
>
>> Hi Michael,
>>
>> please have a look at the
>> org.eclipse.xtext.testlanguages.SimpleExpressionsTestLanguag e in one of
>> the test plugins.
>>
>> Regards,
>> Sebastian
>
>


--
Need professional support for Xtext and EMF?
Go to: http://xtext.itemis.com
Twitter : @svenefftinge
Blog : blog.efftinge.de
Re: xtext expression language example for 0.8? [message #515068 is a reply to message #514878] Wed, 17 February 2010 15:48 Go to previous messageGo to next message
Sebastian Zarnekow is currently offline Sebastian ZarnekowFriend
Messages: 3118
Registered: July 2009
Senior Member
Hi Michael,

the test projects is org.eclipse.xtext.tests. The former
org.eclipse.xtext.generator.tests has been cleared.

Regards,
Sebastian
--
Need professional support for Eclipse Modeling?
Go visit: http://xtext.itemis.com

Am 17.02.10 00:59, schrieb Michael Scharf:
> Hi Sebastian,
>
> unfortunately, the files in the project
> org.eclipse.xtext.generator.tests
> are not accessible via anonymous cvs :-(
> ( I can see the directory structure but
> all directories are empty)
>
> using the web interface is quite painful to
> fetch all the files and setup a project...
>
> In the web interface I can see
> http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.tmf/org .eclipse.xtext/tests/org.eclipse.xtext.generator.tests/src/o rg/eclipse/xtext/testlanguages/SimpleExpressionsTestLanguage .xtext?root=Modeling_Project&view=co
>
> but using the eclipse cvs client I cannot see it.
>
> Could it be that someone did something on the command line
> with the cvs repository that causes some problems with
> unix permissions? (I had this problem before with some
> other CVS repositories)
>
> I am now downloading the entire modeling CVS reopsitory (600Mb)
> http://archive.eclipse.org/arch/modeling-cvs.tgz
> hoping I can get access to the files....
>
>
> Michael
>
>
>> Hi Michael,
>>
>> please have a look at the
>> org.eclipse.xtext.testlanguages.SimpleExpressionsTestLanguag e in one of
>> the test plugins.
>>
>> Regards,
>> Sebastian
>
>
Re: xtext expression language example for 0.8? [message #515121 is a reply to message #515068] Wed, 17 February 2010 18:41 Go to previous message
Michael Scharf is currently offline Michael ScharfFriend
Messages: 301
Registered: July 2009
Senior Member
Hi Sebastian,

ah there it is!

It would be *very* helpful if there would be a
README.txt file inside the obsolete project saying
that it has moved...


Michael

> Hi Michael,
>
> the test projects is org.eclipse.xtext.tests. The former
> org.eclipse.xtext.generator.tests has been cleared.
>
> Regards,
> Sebastian


--
Michael Scharf
Wind River Systems GmbH
http://www.WindRiver.com
http://MichaelScharf.blogspot.com/
Previous Topic:NPE in AbstractInternalContentAssistParser.createFollowElement
Next Topic:Newbie: Workflow doesn't generate for Model Root
Goto Forum:
  


Current Time: Sat Apr 20 04:28:01 GMT 2024

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

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

Back to the top