Closed Gravatronics closed 12 years ago
The dependencies look fine so far, I will take a look it, seems to be a bug.
By the way: What is "gtpm"? Is this your secret application designed for world domination? g
@dtdesign Currently not, but that would be a nice enhancement for version 1.1. You got an idea how to implement it? ;)
@Gravatronics @dtdesign Divide by zero. When you have the power to destroy the universe by creating a black hole via divison by zero then you have maximum power.
Only by quantum fluctuation ;)
@TimWolla Just watch out! :P Principle of permanence!
Let's assume we install a package that looks like this:
It just requires
com.woltlab.wcf.user
for which it is also a plugin. Now we want to install a package that extends the plugin above with additional functionality. Since plugins of plugins aren't supported, we choose the second package to be a plugin ofcom.woltlab.wcf.user
again and require our plugin (cf. http://www.woltlab.com/forum/user/blog1336426-alexander-ebert/entry26-plugin-entwicklung-abhängigkeiten-richtig-setzen/?commentID=494#comment494 ):which causes an error:
The same happens if you omit the plugin node in the second package.
I hope that really is a bug and not some mistake on my part ;).