Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-dev] How do I ensure my project configurator is called after JDT?

Hi Guys

I'm in the process of getting my m2eclipse-android-integration plugin
working with mwe 0.13.0.

Was just wondering how I ensure my plugin project configurator is called
after the JDT project configurator?

My project configurator makes changes to the classpath in a call to
configureRawClasspath. This method is being called but it seems the JDT
defaults are over writing this? At the moment my configurator also
sub-classes the JavaProjectConfigurator, which might be having an
affect.

TIA...

-- 
Ricardo Gladwell <ricardo.gladwell@xxxxxxxxx>
http://www.google.com/profiles/ricardo.gladwell
Twitter: @rgladwell - MSN: axonrg@xxxxxxxxx





Back to the top