You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by do...@cocoon.apache.org on 2005/02/22 04:59:29 UTC

[Cocoon Wiki] Updated: GetStarted

   Date: 2005-02-21T19:59:29
   Editor: LarsHuttar
   Wiki: Cocoon Wiki
   Page: GetStarted
   URL: http://wiki.apache.org/cocoon/GetStarted

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -8,7 +8,7 @@
 == Tune eclipse ==
 Download the following plugins[[BR]]
  * [http://www.sysdeo.com/eclipse/tomcatPlugin.html Tomcat plugin of Sysdeo]
- * [http://sunshine.s-und-n.de/downloads/sunBow/sunBow-plugins-1.0.zip sunBow-plugin] Another interesting thing is this collection of plugins, called  [http://radio.weblogs.com/0108489/ sunbow] from [http://www.s-und-n.de/ S&N]. It offers a lightweight XML editor and a cute editor for cocoon sitemaps.--MarkusVaterlaus
+ * [http://www.s-und-n.de/sunshine/ccos/de/produkte/english/sunbow sunBow-plugin] Another interesting thing is this collection of plugins, called  [http://radio.weblogs.com/0108489/ sunbow] from [http://www.s-und-n.de/ S&N]. It offers a lightweight XML editor and a cute editor (and debugger) for cocoon sitemaps.--MarkusVaterlaus, updated by LarsHuttar
  * Eclipse has no native support for editing xml files. One way to add xml support is to install the [http://www.xmlbuddy.com/ XMLBuddy] plugin. --MehmetBirgi[[BR]]
  * In the xml plugin series for eclipse, take a look at [http://www.oxygenxml.com oxygen] (trial version 4 30 days). It can be used as an eclipse plugin or standalone, to edit/check/valid/tansform your xml documents. Tree editor in the standalone version.--Eric Burghard
 '''Note1a:''' When editing xml files in Eclipse, or after installing the XMLBuddy plugin, you may get a {{{java.lang.NoClassDefFoundError: org/w3c/dom/ranges/DocumentRange}}} error and even not be able to start Eclipse (check the {{{.log}}} file in your workspace's {{{.metadata}}} directory for the error message). I'm not sure if this is the proper way, but I have solved this problem by downloading {{{[dom2.jar|http://www.w3.org/DOM/2000/12/dom2.jar]}}} from the [http://www.w3.org/DOM/ W3C DOM page], and copying it to the {{{%JAVA_HOME%/jre/lib/endorsed}}} directory (I am using Java 1.4.2). --MehmetBirgi[[BR]]