Modify ↓
Opened 15 years ago
Closed 15 years ago
#7146 closed defect (invalid)
Can't extend WikiMacroBase using CreatePluginScript
Reported by: | Owned by: | Olemis Lang | |
---|---|---|---|
Priority: | normal | Component: | CreatePluginScript |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I became an error trying to create a skeleton extending WikiMacroBase:
command: create-trac-plugin NewPlugin WikiMacroBase Error: interfaces specified not found: WikiMacroBase
Attachments (0)
Change History (1)
comment:1 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Summary: | can't extend WikiMacroBase → Can't extend WikiMacroBase using CreatePluginScript |
Note: See
TracTickets for help on using
tickets.
Replying to juliocezar.rodrigues@gmail.com:
WikiMacroBase is not an interface , it's a helper class that implements !IWikiMacroProvider. For further details, please read the list of supported interfaces and, for this particular case, try one of the commands below.
If you still experience any trouble , reopen this ticket and specify the details of the new failure .