Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » pde.exportPlugins failed
pde.exportPlugins failed [message #591132] Tue, 03 February 2009 10:17
Dhirendra Rawal is currently offline Dhirendra RawalFriend
Messages: 6
Registered: July 2009
Junior Member
I want to make jar file of my plugin using ANT.
<target name="pe" depends="init">
<pde.exportPlugins destination="${tempPlugin}" exportSource="false"
exportType="directory" plugins="Project_Wizard" useJARFormat="true"/>
</target>

After run command i got message:
D:\ANT>ant pe
I got messase:
BUILD FAILED
D:\ANT\build.xml:54: taskdef doesn't support the "class" attribute



Can any one help me for this.
Previous Topic:PDE-Build against a target platform
Next Topic:PDE build for RCP app not delivering executable
Goto Forum:
  


Current Time: Tue Mar 19 07:19:54 GMT 2024

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

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

Back to the top