Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Ant script generated by export plug-in fails
icon4.gif  Ant script generated by export plug-in fails [message #800575] Fri, 17 February 2012 08:38
Oliver Matheis is currently offline Oliver MatheisFriend
Messages: 1
Registered: February 2012
Junior Member
I exported a plugin and checked the option "Save as Ant script".

Export succeeded and I got the following ant script:

<?xml version="1.0" encoding="UTF-8"?>
<project default="plugin_export" name="build">
	<target name="plugin_export">
		<pde.exportPlugins destination="C:\Documents and Settings\oliver.matheis.ext\Desktop" exportSource="false" exportType="directory" plugins="org.eclipsercp.hyperbola" useJARFormat="true"/>
	</target>
</project>


When running this script, I get the following error:

Buildfile: D:\bastel\ws2\org.eclipsercp.hyperbola\export.xml
plugin_export:

BUILD FAILED
D:\bastel\ws2\org.eclipsercp.hyperbola\export.xml:4: Problem: failed to create task or type pde.exportPlugins
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.


What is the problem here?

[Updated on: Fri, 17 February 2012 08:39]

Report message to a moderator

Previous Topic:Error in exporting RAP product
Next Topic:Project Creation
Goto Forum:
  


Current Time: Wed Apr 24 15:01:12 GMT 2024

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

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

Back to the top