Skip to main content



      Home
Home » Modeling » TMF (Xtext) » Exporting Xtext Project to Plugin(437: Problem)
Exporting Xtext Project to Plugin [message #821379] Thu, 15 March 2012 05:25 Go to next message
Eclipse UserFriend
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 08:59 Go to previous messageGo to next message
Eclipse UserFriend
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.
Re: Exporting Xtext Project to Plugin [message #822349 is a reply to message #821505] Fri, 16 March 2012 09:57 Go to previous message
Eclipse UserFriend
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: Tue Jul 15 10:15:50 EDT 2025

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

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

Back to the top