Re: encoding problems with Jakarta-site

2001-03-17 Thread Jon Stevens
on 3/17/01 10:02 AM, "Robert Burrell Donkin" <[EMAIL PROTECTED]> wrote: > FileWriter uses the system default encoding which is MacRoman (latin-1) > roll your own "ISO-8859-1" FileWriter > > OutputStreamWriter fw=new OutputStreamWriter( > new FileOutputStream("text.html"),"ISO-8859-1"); Ahh...ok

Re: Request karma

2001-03-17 Thread Jon Stevens
on 3/17/01 9:07 AM, "Charles Benett" <[EMAIL PROTECTED]> wrote: > Hi! Can I get karma to commit to jakarta-site2? > Thanks, > > Charles done. -jon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Amendments to site

2001-03-17 Thread Jon Stevens
on 3/17/01 6:20 AM, "Charles Benett" <[EMAIL PROTECTED]> wrote: > Is the procedure: The procedure is documented on the website: " Once your changes have been checked in, you can do the following: cd /www/jakarta.apache.org cvs update index.ht

Re: encoding problems with Jakarta-site

2001-03-17 Thread Robert Burrell Donkin
here's a fix which works for me Jon Stevens wrote: > Here is the little test program: > > import java.io.*; > import java.lang.*; > import java.util.*; > import org.jdom.*; > import org.jdom.input.*; > import org.jdom.output.*; > > public class Test > { > public static void main (String[] ar

Re: encoding problems with Jakarta-site

2001-03-17 Thread Robert Burrell Donkin
Jon Stevens wrote: > Ok, > > I think this encoding stuff with Ceki's name is a bug in the OSX JVM that > I'm using, so we may have to revert back to using "u" for a bit until the > OSX GM is out and I can test/use that. :-( The weird thing is that I'm not > convinced that it is the OSX JVM though

Request karma

2001-03-17 Thread Charles Benett
Hi! Can I get karma to commit to jakarta-site2? Thanks, Charles - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Amendments to site

2001-03-17 Thread Peter Donald
At 02:20 17/3/01 +, Charles Benett wrote: >I have an amendment for site2 (adding a link to a release of james on >binindex.html). > >Is the procedure: >A) >checkout jakarta-site2 >amend xdocs/site/binindex.xml >build locally >commit Almost a) You have one extra step .. namely. cd /www/jaka

Amendments to site

2001-03-17 Thread Charles Benett
I have an amendment for site2 (adding a link to a release of james on binindex.html). Is the procedure: A) checkout jakarta-site2 amend xdocs/site/binindex.xml build locally commit or B) checkout jakarta-site2 amend xdocs/site/binindex.xml commit and wait for some auto build? Charles -