Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Using the "pde.build" target of generated ant scripts
Using the "pde.build" target of generated ant scripts [message #565849] Fri, 18 April 2008 14:43
Eclipse UserFriend
Originally posted by: le_nemo.yahoo.fr

Hello,

I am trying to use the "pde.build" target of ant scripts generated by
PDE. I use the command specified in the the documentation. In my case,
it is :

java -Xmx1024m -jar
/opt/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x _v20080118.jar
-application org.eclipse.ant.core.antRunner -buildfile
/full/path/to/my/project/build.xml -target main

The scripts are running well, until :

fetchElement:

BUILD FAILED
/full/path/to/my/project/build.xml:34: The following error occured
while executing this line:
/full/path/to/my/project/build.xml:77: The following error occured
while executing this line:
/full/path/to/my/project/customTargets.xml:10: The following error
occured while executing this line:
/full/path/to/my/project/allElements.xml:12: The following error
occured while executing this line:
/full/path/to/my/project/genericTargets.xml:42: Problem: failed to
create task or type eclipse.fetch
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/type have been declared.
Action: CHeck that any <presetdef>/<macrodef> declarations have taken
place.

I looked in the genericTargets.xml at line 42, and it seems to be all
right (this file is generated by PDE).

Is there something i did wrong ?
The scripts are executed on a GNU/Linux machine, with Eclipse 3.3.2
(Europa).

Thank you,

Francois-Xavier Bru
Previous Topic:Create Ant Build File should be available for OSGi projects too...
Next Topic:Plugin doesn't get loaded after deployment
Goto Forum:
  


Current Time: Fri Apr 19 23:55:28 GMT 2024

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

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

Back to the top