Opened 17 years ago
Closed 3 years ago
#1846 closed defect (wontfix)
PLugin mm.eclipse.trac was unable to instantiate class mm.eclipse.trac.wiki.NewWikipage
Reported by: | anonymous | Owned by: | Matteo Merli |
---|---|---|---|
Priority: | normal | Component: | EclipseTracPlugin |
Severity: | major | Keywords: | add page |
Cc: | Trac Release: | 0.12 |
Description
Hi,
I installed the plugins for trac and the plugin for eclipse. Adding a server does work, adding a WIKI page returns this error: PLugin mm.eclipse.trac was unable to instantiate class mm.eclipse.trac.wiki.NewWikipage (see attachment)
Attachments (1)
Change History (13)
Changed 17 years ago by
Attachment: | SP32-20070723-084736.gif added |
---|
comment:1 Changed 17 years ago by
comment:4 Changed 17 years ago by
strange, everything is working smooth for me. has to be a local eclipse installation issue?
comment:5 Changed 17 years ago by
*bump*
same here and willing to provide more information if needed.
comment:6 Changed 16 years ago by
missing NewWikiPage's default ctor. so mm.eclipse.trac was unable to instantiate class mm.eclipse.trac.wiki.NewWikipage.
If you add default ctor, you can't add new page. I think NewWikiPage::performFinish 's implementation is not completed.
# 'current.add(wikiPage);' and something more is needed.
comment:7 Changed 16 years ago by
Keywords: | add page added |
---|---|
Severity: | normal → major |
the same also in ganimede. I will try changing java version
comment:8 Changed 13 years ago by
any progress on this? still get it in Eclipse Galileo (debian/squeeze)
Eclipse-Version:
Version: 3.5.2 Build id: M20100211-1343
I installed the plugin via update-site
http://trac-hacks.org/svn/eclipsetracplugin/eclipse/update/
comment:9 follow-up: 10 Changed 13 years ago by
Trac Release: | 0.10 → 0.12 |
---|
Still the same error in Trac 0.12, while installation seems to be working in 0.12 fine too and everything else I tested so far.
comment:10 Changed 13 years ago by
Replying to anonymous:
Still the same error in Trac 0.12, while installation seems to be working in 0.12 fine too and everything else I tested so far.
Forgot to mention, I'm using it with Eclipse Helios SR2.
comment:12 Changed 3 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Deprecated and removed.
This was my ticket, I forgot to register.