Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [pde-build-dev] Plugin with antTasks extensions not recognized inpde build with org.eclipse.releng.basebuilder

François:

 

Thanks for the ref., I was stumbling around with that for a while too, however the plugin in question follows the rules.  It creates a separate jar in lib folder which only contains the ant tasks.  The other source does not reference the tasks.

 

The plugin has two source folders (one for ant tasks and the other for the rest of the source).  Two jars get created, one for the rest of the source, and another for the ant tasks only.  The structure is exactly the same as the pde.build plugin structure for its antTasks extensions

 

 

I have a feeling this is something particular about releng.basebuilder or pde.build because the plugin and task extensions work fine under an eclipse application.

 

Also I’m using version r32x_vM20060915-1045 of basebuilder although I have the problem with others too.

 

Armin

 


From: pde-build-dev-bounces@xxxxxxxxxxx [mailto:pde-build-dev-bounces@xxxxxxxxxxx] On Behalf Of Francois Granade
Sent: Friday, September 15, 2006 12:57 PM
To: Eclipse PDE Build developers list.
Subject: Re: [pde-build-dev] Plugin with antTasks extensions not recognized inpde build with org.eclipse.releng.basebuilder

 

Armin - 

 

Just to check, have you followed the "Important rules" mentioned at the bottom of this page:

We had all sort of trouble before we found out about that. In particular, the ant tasks must be in a separate jar. But I suppose you know all this...

 

François

 

 

-- 

François Granade | nexB – Open by Design

Makers of EasyEclipse | http://www.easyeclipse.org

 

 

On Sep 15, 2006, at 11:25 AM, Armin Ahumada wrote:



Hello,

 

I’m working on moving from a 3.1 to 3.2 pde build system (to make use of fetch factories extension) and having a devil of a time to get a plugin’s custom Ant Tasks (using org.eclipse.ant.core.antTasks extension) to be recognized in the new PDE build.

 

I verified the plugin by launching an eclipse environment and having both the plugin and the extra Ant tasks be loaded. When running the PDE build using org.eclipse.releng.basebuilder the task nor the plugin is loaded!  I’ve stumped several other people about this problem, including myself! :)  Any help would be greatly appreciated.

 

Thanks,

 

Armin

_______________________________________________

pde-build-dev mailing list

 


Back to the top