- Timestamp:
- 2008-04-07 17:13:31 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/src/site/apt/installation.apt
r1849 r1900 17 17 ~~ 18 18 ~~ == END LICENSE == 19 ~~ @version $Id : installation.apt 1845 2008-03-29 19:10:35Z th-schwarz$19 ~~ @version $Id$ 20 20 ------------------------------ 21 21 Installation … … 51 51 <dependency> 52 52 <groupId>net.fckeditor</groupId> 53 <artifactId> fckeditor-java</artifactId>53 <artifactId>java-core</artifactId> 54 54 <version>2.4-beta-1</version> 55 55 </dependency> … … 64 64 environment from the {{{http://www.fckeditor.net/download}download area}}. 65 65 66 * <<<fckeditor-java- 2.4-beta-1.jar>>>66 * <<<fckeditor-java-core-2.4-beta-1.jar>>> 67 67 68 68 If you already have all dependencies on your classpath, simply put this jar … … 79 79 || File || Description || 80 80 *--------------------------------------------+----------------------------------+ 81 | fckeditor-java-2.4- beta-1.jar | main jar|81 | fckeditor-java-2.4-core-beta-1.jar | main jar | 82 82 *--------------------------------------------+----------------------------------+ 83 | fckeditor-java-2.4-beta-1-sources.jar | optional sources for IDE integration | 84 *--------------------------------------------+----------------------------------+ 85 | fckeditor-java-2.4-beta-1-javadoc.jar | optional javadoc for IDE integration | 83 | fckeditor-java-2.4-core-beta-1-javadoc.jar | optional javadoc for IDE integration | 86 84 *--------------------------------------------+----------------------------------+ 87 85 … … 95 93 | commons-io-1.3.2.jar | Apache Commons IO library | 96 94 *--------------------------------------------+----------------------------------+ 97 | slf4j-api-1.5.0.jar | simple logging facade (wrapper) | 98 *--------------------------------------------+----------------------------------+ 99 | slf4j-nop-1.5.0.jar (optional) | dummy binding | 95 | slf4j-api-1.5.0.jar | simple logging facade api | 100 96 *--------------------------------------------+----------------------------------+ 101 97 … … 115 111 [Attention:] Do <not> skip this section otherwise your application will <<fail!>> 116 112 117 We use a state-of-the-art logging facade slf4j which gives us full and 118 high-performance flexibility on a logging subsystem. 119 120 There are two possible scenarios which should be of your concern: 121 122 * You don't want to log at all, just leave <<<slf4j-nop-1.5.0.jar>>> on your 123 classpath and you're done. 124 125 * You want to log the library operations or your webapp logs already, obtain 126 the appropriate wrapper for your logging system and put it on your classpath. 127 128 [] 129 130 For more information on slf4j and bindings for nearly all well-known logging 131 frameworks see the {{{http://www.slf4j.org}website}}. 113 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) onto 115 your classpath.\ 116 Please check the {{{http://slf4j.org}slf4j website}} for more information on bindings 117 and the API itself.