Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] Classpath Update

Hi everyone!

I am currently working on a Maven2 plugin for Eclipse which adds a classpath
container to the .classpath file which encapsulates all the Maven2 dependencies.

My problem is that whenever I issue a "PDE Tools->Update Classpath...", my
classpath container is removed from the .classpath file since PDE does not know
anything about it.
Therefore, I wanted to ask whether there is some (clean) way to make my
classpath container persist in the .classpath file. I guess that I cannot
incorporate the Maven2 classpath container into the PDE container since as far
as I know, containers may not be nested. So, maybe there is some other way
to tell PDE not to remove some classpath entries when updating the classpath?
The only other classpath container which is not removed is the JRE_CONTAINER,
but this is too obviously quite a special container... :-)

Any help would be highly appreciated. Thanks in advance!

Best regards,
  Ovidio


Back to the top