question - JBDS/JBoss Tools 2.x roadmap
by Vitali Yemialyanchyk
Max, could you tell me - am I right when directly post things which I
consider as a bug to JIRA? Or firstly we should adjust it in the bounds of
roadmap.
Best regards,
Vitali.
16 years, 10 months
OpenMappingAction and OpenMappingActionDelegate!?
by Max Rydahl Andersen
Hi,
What does this comment in OpenMappingAction mean ?
@deprecated - Can't shine selected element in the Editor.
* Use OpenMappingAction instead of this.
Why are both there if one is deprecated ?
p.s. why isn't all that logic in there not in a less ui dependent code? Must be hard to test properly or?
-max
16 years, 10 months
reusage of libraries
by Max Rydahl Andersen
Another one from koen:
Guys,
I know we have been talking about the problem of a lot of us using the
same libraries (e.g. Dom4j) in our plugins and including the libs
straight in the plugin. It was mentioned to wrap these libs in a plugin
of their own and making our plugins dependent on these. Is there already
something wrt this?
I am facing this issue now and I have wrapped Dom4j in a plugin but
maybe there should be (or there is already) a central repository for
tools like these.
Any input?
Regards,
Koen
16 years, 10 months
Mail from Koen about dependencies
by Max Rydahl Andersen
(for some reason koen gets emails but cant send to the list...working on that, but in the meantime here is his mail)
Guys,
Do we have a policy regarding exporting dependencies of a plugin to
possible extenders of this plugin? Or do we expect extenders to include
the dependencies themselves in their extensions?
An example:
plugin A depends on:
plugin 1
plugin 2
plugin 3
plugin B depends on
plugin 1
plugin 3
plugin A
plugin C depends on
plugin 1
plugin 3
plugin A
The way this can be tackled AFAIK is
- including the dependencies of B and C in extenso in the manifest file
- exporting the dependencies of plugin A on plugin 1 and plugin 3 and
only including a dependency on plugin A in plugin B and plugin C
Do we have a preferred way?
Regards,
Koen
16 years, 10 months