Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Exporting Xtext Project to Plugin(437: Problem)
Exporting Xtext Project to Plugin [message #821379] Thu, 15 March 2012 09:25 Go to next message
Heinz Huber is currently offline Heinz HuberFriend
Messages: 45
Registered: February 2012
Member
Hi,

i wanted to export my Xtext Project ...
For that i used the following guide: http://wiki.eclipse.org/Xtext/GettingStarted#Deployment

I tried exporting it to a empty folder and to a clean eclipse application folder. Both times i got the following thing ...

While he is exporting i got the following error message:
D:\workspace\.metadata\.plugins\org.eclipse.pde.core\temp\org.eclipse.pde.container.feature\assemble.org.eclipse.pde.container.feature.win32.win32.x86.xml:88: The following error occurred while executing this line:
D:\workspace\.metadata\.plugins\org.eclipse.pde.core\temp\org.eclipse.pde.container.feature\assemble.org.eclipse.pde.container.feature.win32.win32.x86.xml:103: The following error occurred while executing this line:
D:\workspace\.metadata\.plugins\org.eclipse.pde.core\temp\org.eclipse.pde.container.feature\assemble.org.eclipse.pde.container.feature.win32.win32.x86.xml:26: The following error occurred while executing this line:
D:\workspace\de.xtext.project.ide\build.xml:362: The following error occurred while executing this line:
D:\workspace\de.xtext.project.ide\build.xml:437: Problem: failed to create task or type apitooling.apigeneration
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.


Google and i doesnt really know what "name is undefined".
Does anyone of you got an idea what the problem is?

Thanks in advance! Smile
Re: Exporting Xtext Project to Plugin [message #821505 is a reply to message #821379] Thu, 15 March 2012 12:59 Go to previous messageGo to next message
Dennis Huebner is currently offline Dennis HuebnerFriend
Messages: 257
Registered: July 2009
Senior Member

Hello Heinz,
PDE build script can't find api tooling tasks.
You need org.eclipse.pde.api.tools installed in your IDE.
Or disable "API Tools nature" in your project/-s.

see also http://www.eclipse.org/forums/index.php/mv/msg/199754/695429/

Regards,
Dennis.



+Dennis Huebner

Get professional support from the Xtext committers at www.typefox.io
Re: Exporting Xtext Project to Plugin [message #822349 is a reply to message #821505] Fri, 16 March 2012 13:57 Go to previous message
Heinz Huber is currently offline Heinz HuberFriend
Messages: 45
Registered: February 2012
Member
Hi Dennis,

where is it possible to disable "API Tools nature"?
I couldn't find this in the options oO

And are there any disadvantages if i disable this option?
Previous Topic:XtextResource couldn't resolve references to an external Ecore model
Next Topic:Generating operation code Xtend/Xtend
Goto Forum:
  


Current Time: Fri Apr 19 20:35:04 GMT 2024

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

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

Back to the top