Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » [ANN] Web Publisher - Web Authoring Tool for Eclipse (with Ruby Technorogies)
[ANN] Web Publisher - Web Authoring Tool for Eclipse (with Ruby Technorogies) [message #150070] Tue, 28 October 2003 10:46 Go to next message
Eclipse UserFriend
Originally posted by: narushima_to.ybb.ne.jp

I create web authoing tool for Eclipse Plug-in.

Web Publisher
http://webpub.narucy.com/home.en.html

Download page:
http://webpub.narucy.com/download.en.html


Main features are below:

HTML template parts archtecture. (It like a Macromedia Dreamweaver.)
HTML Editor supports Ruby/Amrita/ERB for automate HTML document generation.
Plug-in for Eclipse Platform. Web Publisher using with Eclipse
Platform base functions and third party plug-in.


Web Publisher rivals are WebStudio, or Macromedia Dreamweaver.
Web Publisher take advantage of using Ruby technorogies. (Ruby
is Object Oriented Script Language.)

Please check it.

--
Narushima Hironori mailto:narushima_to@ybb.ne.jp
Re: [ANN] Web Publisher - Web Authoring Tool for Eclipse (with Ruby Technorogies) [message #150318 is a reply to message #150070] Tue, 28 October 2003 19:05 Go to previous messageGo to next message
Jean-Christophe Deprez is currently offline Jean-Christophe DeprezFriend
Messages: 133
Registered: July 2009
Senior Member
looks like a good effort, but throws the exception below when trying to
open the HTML editor. using 10-23 integration build and j2sdk1.4.2.

org.eclipse.core.runtime.CoreException[2]: java.lang.NullPointerException
at
com.narucy.webpub.ui.WebpubUIPlugin.initializeDefaultPrefere nces(WebpubUIPlugin.java:101)
at
org.eclipse.ui.plugin.AbstractUIPlugin.initializeDefaultPlug inPreferences(AbstractUIPlugin.java:631)
at org.eclipse.core.runtime.Plugin.getPluginPreferences(Plugin. java:347)
at
org.eclipse.ui.plugin.AbstractUIPlugin$CompatibilityPreferen ceStore.initialize(AbstractUIPlugin.java:176)
at
org.eclipse.ui.plugin.AbstractUIPlugin.getPreferenceStore(Ab stractUIPlugin.java:568)
at com.narucy.webpub.ui.editors.HTEditor.<init>(HTEditor.java:49)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Nativ e Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknow n Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Un known
Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at
org.eclipse.core.internal.plugins.PluginDescriptor.createExe cutableExtension(PluginDescriptor.java:138)
at
org.eclipse.core.internal.plugins.PluginDescriptor.createExe cutableExtension(PluginDescriptor.java:179)
at
org.eclipse.core.internal.plugins.ConfigurationElement.creat eExecutableExtension(ConfigurationElement.java:103)
at
org.eclipse.ui.internal.WorkbenchPlugin.createExtension(Work benchPlugin.java:151)
at org.eclipse.ui.internal.EditorManager$3.run(EditorManager.ja va:676)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:960)
at org.eclipse.core.runtime.Platform.run(Platform.java:461)
at org.eclipse.ui.internal.EditorManager.createPart(EditorManag er.java:674)
at
org.eclipse.ui.internal.EditorManager.openInternalEditor(Edi torManager.java:661)
at
org.eclipse.ui.internal.EditorManager.openEditorFromDescript or(EditorManager.java:459)
at
org.eclipse.ui.internal.EditorManager.openEditorFromInput(Ed itorManager.java:333)
at org.eclipse.ui.internal.EditorManager.openEditor(EditorManag er.java:424)
at
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(Workben chPage.java:2081)
at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage .java:2029)
at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.ja va:2016)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:84)
at
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2011)
at
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:1912)
at
org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInE ditor(EditorUtility.java:132)
at
org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInE ditor(EditorUtility.java:105)
at
org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(Open ActionUtil.java:49)
at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:15 8)
at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:14 7)
at
org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchR un(SelectionDispatchAction.java:194)
at
org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(Selec tionDispatchAction.java:172)
at
org.eclipse.jdt.internal.ui.packageview.PackageExplorerActio nGroup.handleOpen(PackageExplorerActionGroup.java:316)
at
org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$ 5.open(PackageExplorerPart.java:326)
at
org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredV iewer.java:392)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:960)
at org.eclipse.core.runtime.Platform.run(Platform.java:461)
at
org.eclipse.jface.viewers.StructuredViewer.fireOpen(Structur edViewer.java:390)
at
org.eclipse.jface.viewers.StructuredViewer.handleOpen(Struct uredViewer.java:600)
at
org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(Stru cturedViewer.java:689)
at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrate gy.java:209)
at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.ja va:204)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrate gy.java:233)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:847)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:2173)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1863)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1579)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1562)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:299)
at org.eclipse.core.launcher.Main.run(Main.java:765)
at org.eclipse.core.launcher.Main.main(Main.java:599)
Re: [ANN] Web Publisher - Web Authoring Tool for Eclipse (with Ruby Technorogies) [message #151199 is a reply to message #150318] Wed, 29 October 2003 20:23 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: narushima_to.ybb.ne.jp

>looks like a good effort, but throws the exception below when trying to
>open the HTML editor. using 10-23 integration build and j2sdk1.4.2.
>

Thanks, these errors cause is not installed or not ruby interpreter
not setted in you eclipse enviornment.

Please check preference page Web Publisher > Ruby Interpreter.

(Next version of Web Publisher notify this error result to user on
screen. thanks!!)

--
Narushima Hironori mailto:narushima_to@ybb.ne.jp
Re: [ANN] Web Publisher - Web Authoring Tool for Eclipse (with Ruby Technorogies) [message #151571 is a reply to message #151199] Thu, 30 October 2003 17:16 Go to previous messageGo to next message
Jean-Christophe Deprez is currently offline Jean-Christophe DeprezFriend
Messages: 133
Registered: July 2009
Senior Member
does it need a ruby interpreter? i don't have one installed. can i use
it without one? if not, which plugin do i need to get?
Re: [ANN] Web Publisher - Web Authoring Tool for Eclipse (with Ruby Technorogies) [message #151755 is a reply to message #151571] Fri, 31 October 2003 08:59 Go to previous message
Narushima Hironori is currently offline Narushima HironoriFriend
Messages: 17
Registered: July 2009
Junior Member
Hi, thanks for your message.

>does it need a ruby interpreter?

Yes. Web Publisher requires Ruby Interpreter.
(If you hete Ruby script and you link Python or PHP, Web Publisher
is not render to you...

>i don't have one installed. can i use
>it without one? if not, which plugin do i need to get?

To do ruby install, I recommend this to use installer as follow:
http://sourceforge.net/projects/rubyinstaller/

Take it easy!

--
Narushima Hironori mailto:hironori@narucy.com
Previous Topic:Cannot start Eclipse under AIX 5.2
Next Topic:Other Java Editors
Goto Forum:
  


Current Time: Thu Apr 25 11:46:58 GMT 2024

Powered by FUDForum. Page generated in 0.03441 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top