My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
InstallationInstruction  
How to install IDE Wiki Plugin for Eclipse
Phase-Deploy, Featured
Updated Jun 28, 2009 by caa...@gmail.com

Requirements

Installation Steps

1. copy the plugin jar to eclipse plugin folder or use the Update Site: http://ide-wiki.googlecode.com/svn/trunk/IdeWikiUpdateSite/

2. prepare SnipSnap

2.1 RCP Handler:

  • copy IdeWikiRcpHandler.jar to {snipsnap-app-path}/8668/webapp/WEB-INF/ib/

2.2 Macro:

  • copy IdeWikiMacro.jar to {snipsnap-app-path}/8668/webapp/WEB-INF/ib/
  • after restart of SnipSnap you must create a config snip: [SnipSnap/config/ideMacroConfig] (label must be "RenderEngine = org.snipsnap.render.PlainTextRenderEngine")

Content:

# Config of the IDE Macro
# Web CVS Path 
# cvs_root = url of web cvs with placeholder
/opt/cvs = http://cvsweb/cgi-bin/cvsweb.cgi/{0}?cvsroot=cvs
# misc configs
showProjectName = false
  • the following CSS class for code links must append to the snip.css of you SnipSnap theme and ide.gif image must attached to theme snip like [SnipSnap/themes/Blue Life]

Content:

.ideMacroLink {
 background: transparent url('/theme/images/ide.gif') 0% 50% no-repeat;
 padding-left: 13px;
}

3. Start Eclipse and open IdeWiki preference:

  • setup the start URL of your SnipSnap application
  • WebCVS path (will be used for code linking outside from eclipse - java code must saved in CVS repository)
  • Username and Password of an editor or admin snipsnap account

Update and more information

Please visit http://code.google.com/p/ide-wiki for updates and contact.


Sign in to add a comment
Powered by Google Project Hosting