- Timestamp:
- 2008-04-20 23:44:14 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/src/site/apt/installation.apt
r1900 r1931 24 24 Installation Guide 25 25 26 * Using Maven 26 * Using Maven 2 27 27 28 28 [Attention:] The integration pack will be available on the central repo … … 30 30 location will be obsolete! 31 31 32 I f you use Maven 2 for your projects all you need to do is include a reference33 to the library in the dependencies section ofyour POM:32 Include a dependency reference to the library in the dependencies section of 33 your POM: 34 34 35 35 +-------------------------------------------------------+ … … 61 61 * Manual installation 62 62 63 The distribution comes in three flavors, pick one that best fits your 64 environment from the {{{http://www.fckeditor.net/download}download area}}. 63 The distribution comes in three flavors, pick one from the 64 {{{http://www.fckeditor.net/download}download area}} which fits best in your 65 environment. 65 66 66 67 * <<<fckeditor-java-core-2.4-beta-1.jar>>> … … 72 73 73 74 If you are starting from scratch, this distribution fits best. This package 74 comes with a pre-built jar and all dependencies. 75 comes with pre-built jars, all dependencies, the entire documentation for 76 offline usage and the license file. 75 77 76 Th ose distribution files are:78 The pre-built jars are: 77 79 78 80 *--------------------------------------------+----------------------------------+ 79 81 || File || Description || 80 82 *--------------------------------------------+----------------------------------+ 81 | fckeditor-java- 2.4-core-beta-1.jar | main jar|83 | fckeditor-java-core-2.4-beta-1.jar | main jar | 82 84 *--------------------------------------------+----------------------------------+ 83 | fckeditor-java- 2.4-core-beta-1-javadoc.jar| optional javadoc for IDE integration |85 | fckeditor-java-core-2.4-beta-1-javadoc.jar | optional javadoc for IDE integration | 84 86 *--------------------------------------------+----------------------------------+ 85 87 … … 93 95 | commons-io-1.3.2.jar | Apache Commons IO library | 94 96 *--------------------------------------------+----------------------------------+ 95 | slf4j-api-1.5.0.jar | simple logging facade api|97 | slf4j-api-1.5.0.jar | Simple logging facade library | 96 98 *--------------------------------------------+----------------------------------+ 97 99 … … 101 103 * <<<fckeditor-java-2.4-beta-1-src.zip>>> 102 104 103 If you want to check out the pack's core, refit the codeto your needs104 (obeying the license terms) or compile ityourself, this is the perfect105 If you want to check out the integration's source code, refit to your needs 106 (obeying the license terms) or compile yourself, this is the perfect 105 107 distribution for you. 106 108 … … 109 111 A word on Logging 110 112 111 [Attention:] Do <not> skip this section otherwise your application will <<fail !>>113 [Attention:] Do <not> skip this section otherwise your application will <<fail>>! 112 114 113 115 We use the state-of-the-art logging facade <<<slf4j>>>. To make slf4j work at runtime, 114 you have to add <<one>> binding and the appropriate backend (may be optional) onto116 you have to add <<one>> binding and the appropriate backend (may be optional) into 115 117 your classpath.\ 116 118 Please check the {{{http://slf4j.org}slf4j website}} for more information on bindings