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 2004/07/10 03:04:21 UTC

[Cocoon Wiki] Updated: GetStarted

   Date: 2004-07-09T18:04:21
   Editor: JoergHeinicke <jo...@gmx.de>
   Wiki: Cocoon Wiki
   Page: GetStarted
   URL: http://wiki.apache.org/cocoon/GetStarted

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -3,14 +3,14 @@
 = First steps =
 Download [http://java.sun.com/j2se/1.4.2/download.html JavaSDK 1.4]. Install it![[BR]]
 Download [http://jakarta.apache.org/tomcat/ Tomcat 4.1.x]. Install it![[BR]]
-Download [http://www.eclipse.org/downloads/index.php eclipse Release Build: 2.1.1]. I unziped the file to D:\opensource\bin\eclipse! So for me the following is correct, but your setting can be different.{{{ECLIPSE_HOME=D:\opensource\bin\eclipse
+Download [http://www.eclipse.org/downloads/index.php eclipse Release Build: 2.1.1]. I unziped the file to D:\opensource\bin\eclipse! So for me the following is correct, but your setting can be different.{{{ECLIPSE_HOME=D:\opensource\bin\eclipse
 I will refer to that path as $ECLIPSE_HOME}}}
 == 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
  * 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.--EricBurghard
+ * 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]]
 [[BR]]
 '''Note2a:'''If the error marks (that show you where the problem is in your file)don't show in Eclipse when you validate your edited file try to mount the catalog.[[BR]]