|
Re: Error detection in xPand templates files [message #495856 is a reply to message #495834] |
Fri, 06 November 2009 12:12 |
|
Hi Wafi!
I assume you mean error detection in the IDE, not at execution time.
Most probably you won't have the Xpand/Xtend nature active on your project. This can be activated by selecting the project and then Configure/Add Xtend/Xpand nature from the context menu.
Further, check your project settings that the correct metamodel contributor is configured. By default it will be enabled for EMF metamodels.
Kind regards,
~Karsten
Need professional support for Xtext, EMF, Eclipse IDE?
Go to: http://devhub.karakun.com
Twitter : @kthoms
Blog : www.karsten-thoms.de
|
|
|
Re: Error detection in xPand templates files [message #495874 is a reply to message #495856] |
Fri, 06 November 2009 13:40 |
Wafi Dahman Messages: 15 Registered: November 2009 |
Junior Member |
|
|
hi,
thanx.. i have the following .project file
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>ws.project</name>
<comment></comment>
<projects>
<project>my.generator.project</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.gmf.xpand.xpandBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.xtend.shared.ui.xtendXPandNature</nature >
</natures>
</projectDescription>
I see that xtend/xpand are there.. Is it correct?
[Updated on: Fri, 06 November 2009 13:59] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.04062 seconds