Modify

Opened 14 years ago

Closed 14 years ago

#7146 closed defect (invalid)

Can't extend WikiMacroBase using CreatePluginScript

Reported by: juliocezar.rodrigues@… 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 in reply to:  description Changed 14 years ago by Olemis Lang

Resolution: invalid
Status: newclosed
Summary: can't extend WikiMacroBaseCan't extend WikiMacroBase using CreatePluginScript

Replying to juliocezar.rodrigues@gmail.com:

I became an error trying to create a skeleton extending WikiMacroBase:

command: create-trac-plugin NewPlugin WikiMacroBase Error: interfaces specified not found: WikiMacroBase

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.

$ create-trac-plugin NewPlugin IWikiMacroProvider
$ create-trac-component NewPlugin IWikiMacroProvider

If you still experience any trouble , reopen this ticket and specify the details of the new failure .

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Olemis Lang.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.