Re: Sun copies Jakarta?

2003-06-11 Thread Scott Tavares
they are even using the tigris style (http://style.tigris.org) CSS on the project page (http://www.dev.java.net/servlets/ProjectList) Nicola Ken Barozzi wrote: http://java.net/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Sun copies Jakarta?

2003-06-11 Thread Christopher Lenz
That's because it's powered by CollabNet/SourceCast, and CollabNet sponsors Tigris. A lot of SourceCast is (or is going to be) built on top of Tigris projects like Scarab and Subversion (IIUC). -chris Scott Tavares wrote: they are even using the tigris style (http://style.tigris.org) CSS on

Gump and Unicode

2003-06-11 Thread Tim O'Brien
commons-codec fails to compile in Gump because it contains an Ntilde among other characters used in languages other than English. Any ideas? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Gump and Unicode

2003-06-11 Thread Santiago Gala
Tim O'Brien escribió: commons-codec fails to compile in Gump because it contains an Ntilde among other characters used in languages other than English. Any ideas? I seem to recall that java source code is supposed to be written in unicode, but I could be wrong. The '\u' convention is

Re: Gump and Unicode

2003-06-11 Thread Santiago Gala
Santiago Gala escribió: Tim O'Brien escribió: commons-codec fails to compile in Gump because it contains an Ntilde among other characters used in languages other than English. Any ideas? I seem to recall that java source code is supposed to be written in unicode, but I could be wrong. The

Re: Gump and Unicode

2003-06-11 Thread Brian Ewins
Use the unicode escapes rather than the character literals in the code? You won't get DoubleMetaphone.java to compile unless you pass the encoding flag to javac. The two letters appear to be \u00C7, \u00D1 - capital C with a cedilla and capital N with a tilde? Putting case '\u00C7': case

Re: Sun copies Jakarta?

2003-06-11 Thread Frank Cohen
I'm at JavaOne following the fun around java.net and java.com. This morning I learned more about the new developer portal http://www.java.net. The site is edited by Tim O'Reilly and the chief web dog is James. Tim describes himself as the Colonel Sanders of the site, he jokes that it's really

Re: Sun copies Jakarta?

2003-06-11 Thread Erik Price
Frank Cohen wrote: I'm at JavaOne following the fun around java.net and java.com. Lucky! This morning I learned more about the new developer portal http://www.java.net. The site is edited by Tim O'Reilly and the chief web dog is James. Tim describes himself as the Colonel Sanders of the

Re: Sun copies Jakarta?

2003-06-11 Thread Scott Tavares
Ya' i just noticed that... Christopher Lenz wrote: That's because it's powered by CollabNet/SourceCast, and CollabNet sponsors Tigris. A lot of SourceCast is (or is going to be) built on top of Tigris projects like Scarab and Subversion (IIUC). -chris Scott Tavares wrote: they are even

Re: Gump and Unicode

2003-06-11 Thread Conor MacNeill
On Thu, 12 Jun 2003 01:05 am, Brian Ewins wrote: Use the unicode escapes rather than the character literals in the code? You won't get DoubleMetaphone.java to compile unless you pass the encoding flag to javac. The two letters appear to be \u00C7, \u00D1 - capital C with a cedilla and

Re: Gump and Unicode

2003-06-11 Thread Santiago Gala
Conor MacNeill escribió: (...) Just to be clear this is not a Gump issue - I think the problem would appear whenever you try to compile on any platform with a different default encoding. Yes. For this reason, I'm encouraging people to start using utf-8 as default encoding in any server

cvs commit: jakarta-site2/xdocs/site whoweare.xml

2003-06-11 Thread tetsuya
tetsuya 2003/06/11 22:13:46 Modified:docs/site whoweare.html xdocs/site whoweare.xml Log: Who We Are ... fixed urls (append / etc) Revision ChangesPath 1.141 +44 -44jakarta-site2/docs/site/whoweare.html Index: whoweare.html

cvs commit: jakarta-site2/xdocs/stylesheets site.xsl

2003-06-11 Thread tetsuya
tetsuya 2003/06/11 22:39:08 Modified:xdocs/stylesheets site.xsl Log: Now is 2003 ;-) Revision ChangesPath 1.6 +2 -2 jakarta-site2/xdocs/stylesheets/site.xsl Index: site.xsl === RCS file:

cvs commit: jakarta-site2/xdocs/stylesheets site_printable.vsl

2003-06-11 Thread tetsuya
tetsuya 2003/06/11 22:49:34 Modified:xdocs/stylesheets site_printable.vsl Log: Now is 2003 ;-) Revision ChangesPath 1.4 +1 -1 jakarta-site2/xdocs/stylesheets/site_printable.vsl Index: site_printable.vsl