[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] dynamic classes - deployment of plugin fails - how to suppress rebuild on deployment?

Hello!

We're loading some of the needed classes dynamically from a j2ee server (with a custom class loader). Thus, I need certain libraries only for development and not during runtime. That means, I didn't specify the libraries in my plugin.xml.

All compiles and works fine (I can start my RCP session from the development-Eclipse without problems). But if I try to deploy it (right click on project -> Export -> Deployable Plugins And Fragments), it builds everything again and FAILS, because it doesn't find the classes that I have in the server side libraries.

Why doesn't Eclipse use the same settings for compiling during export as for compiling while development?! How can I force Eclipse either to use the same settings or not to build at all?

Thanks a lot!

Best regards, Marco ;-)