Most likely cause is that you have a module which has declared a
dependency on org.jdesktop.layout (typically used when a module
contains Matisse forms), but you have a module with a lower version
number.
This could happen if your project is building against the IDE itself
(in other words, using your installed IDE as the platform) and someone
else (perhaps indirectly) added a new module dependency but they were
using a more recent version of the IDE than you are.
Other things which might be important to know:
- What version of Java you are compiling with
- What version of the platform (or IDE) you are compiling against
If you don't know the answers, that is OK, I can tell you how to find them.
--
Tom Wheeler
http://www.tomwheeler.com/
- What version of Java you are compiling with
- What version of the platform (or IDE) you are compiling against
I just downloaded it (since getting the sources seems to take forever...) and will try to use it later.
A couple of questions:
Is this plugin being targeted exclusively for 6.5+ (seems obvious, just checking =) )?
I'm just starting to use Ivy in a project and wanted a good integration with NetBeans. For now, I'm using the approach described here: http://wiki.netbeans.org/FaqIvy - Am I missing something important in terms of IDE features this way?