User-agent: Mozilla Thunderbird 0.5 (X11/20040208)
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?