Re: V2.5.108
"David Au" <[email protected]>
| Newsgroups | gmane.comp.java.jspwiki.user |
|---|---|
| Message-ID | <[email protected]> |
On 8/6/07, Janne Jalkanen <[email protected]> wrote: > The reason why I've been a bit hesitant with bundling FCK is that it > comes in many files, and putting all those in CVS and keeping track > of them could be a bit of a pain. Yup. Definitely don't want it in CVS, especially since a new version is released every few months. The only reason I can think of for keeping some of it in CVS is if, in the future, there are significant JavaScript customizations made to it. > However, if there was a way to add FCK in a single JAR file for > instance, then I don't think that would be a problem... Hmm, I think only Firefox has native support for resources in JAR files. Other browsers will probably need to access the JAR file via a Java applet. > Other possibility would be to put the bundled JAR file with FCK in it > on the jspwiki web site. Then we don't have to make anyone download > a newer version, and we can support whichever version we want. Yup, that would work. Although, since FCK's sourceforge website keeps archived versions, we could just point them to the specific download instead. David