Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] avoiding javac call during pde build

On Wed, Feb 24, 2010 at 3:34 PM, Andrew Eisenberg <andrew@xxxxxxxxxxxx> wrote:
> I am trying to work on the pde export facilities of AJDT (aspectj tool
> support for Eclipse).  Currently, AJDT provides custom wizards for
> exporting plugins, features, and products, as well as headless build
> support.  The problem is that these wizards are essentially a copy of
> pde export wizards.  And this is difficult to maintain for each new
> release.

It really seems like the best solution for this is to provide you some
sort of extensibility option (if you would be willing to contribute or
have some thoughts on one). Duplicating the wizards is a bit silly.

Cheers,

-- 
Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465
http://twitter.com/eclipsesource | http://twitter.com/caniszczyk


Back to the top