Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dali-dev] Project creation listener

On 28-01-2009 23:48, Paul Fullbright wrote:
Dmitry,

This work is on our radar, and was logged in this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=260008
If you have some requirements, this would be the place to describe them.

As far as using a project facet listener, it's a good way to find out if the JPA facet has been installed or uninstalled (or its version changed, which does not apply as of yet), but it won't help you determine when a *Hibernate* project has been created, and the JPA project has likely not been created at the time you receive this event,
Facet post-install listener should be able to query the data, shouldn't it ?

/max


Back to the top