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 additional commands, e-mail: [EMAIL PROTECTED]


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 
the project page (http://www.dev.java.net/servlets/ProjectList)

Nicola Ken Barozzi wrote:

http://java.net/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]



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 ASCII and 
should be safe, instead of using 8/16 bit characters in code.

If the original files are right, but gump's version is not, something 
bad is happening in the cvs commit/checkout encoding/decoding or gump 
processing pipes. Difficult to track, and potentially nasty problems 
ensured.

Regards, and good luck




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
Santiago Gala
High Sierra Technology, S.L. (http://hisitech.com)
http://memojo.com?page=SantiagoGalaBlog


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 '\u' convention is ASCII and 
should be safe, instead of using 8/16 bit characters in code.

http://mail.python.org/pipermail/string-sig/1999-January/001117.html 
gives some light.

--
Santiago Gala
High Sierra Technology, S.L. (http://hisitech.com)
http://memojo.com?page=SantiagoGalaBlog
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 '\u00D1':

in the appropriate places should fix things.

Tim O'Brien wrote:

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: [EMAIL PROTECTED]


Privacy and Confidentiality Notice



The information contained in this E-Mail message is intended only for the person or persons to whom it is addressed.  Such information is confidential and privileged and no mistake in transmission is intended to waive or compromise such privilege.  If you have received it in error, please destroy it and notify us on the telephone number printed above.  If you do not receive complete and legible copies, please telephone us immediately. Any opinions expressed herein including attachments are those of the author only. i-documentsystems Ltd. does not accept responsibility for the accuracy or completeness of the information provided or for any changes to this Email, however made, after it was sent. (Please note that it is your responsibility to scan this message for viruses).

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 a group of O'Reilly Associates editors 
that will be editing the site. From what I've learned java.net is a 
private-labeled version of SourceForge with a bunch of new bells and 
whistles added (blogs, wikis, forums.) So it is open for anyone to host 
a public project, open-source projects included. I'm going to look into 
creating a mirror of the PushToTest site on Java.net - PushToTest is 
home to the TestMaker community, an open-source project for testing 
Web-enabled applications, especially Web Services. I'll post here on my 
experience with Java.net.

-Frank

On Wednesday, June 11, 2003, at 04:04 AM, 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 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 additional commands, e-mail: [EMAIL PROTECTED]

--
Frank Cohen, Founder, PushToTest, http://www.PushToTest.com, phone: 408 
374 7426
Come to PushToTest for free open-source test automation solutions that 
test and monitor
Web-enabled applications, especially Web Services for scalability and 
reliability.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 
site, he jokes that it's really a group of O'Reilly Associates editors 
that will be editing the site. From what I've learned java.net is a 
private-labeled version of SourceForge with a bunch of new bells and 
whistles added (blogs, wikis, forums.) So it is open for anyone to host 
a public project, open-source projects included.
Sounds like another place where projects can gestate, developing a 
community, before applying for admission to Jakarta...



Erik

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 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 additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 capital N with a tilde? Putting
 case '\u00C7':
 case '\u00D1':

 in the appropriate places should fix things.

Or add the encoding attribute to the javac task. The file may remain more 
readable that way, at least on some platforms. I'm not sure if that is 
possible from a Maven generated build file.

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.

Conor


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 platform. This brings a whole new set of 
issues :-( but at least you can represent all Unicode characters, and 
ASCII maps transparently. This is specially important fot multilingual 
portals, for instance.

Conor
--
Santiago Gala
High Sierra Technology, S.L. (http://hisitech.com)
http://memojo.com?page=SantiagoGalaBlog


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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
  ===
  RCS file: /home/cvs/jakarta-site2/docs/site/whoweare.html,v
  retrieving revision 1.140
  retrieving revision 1.141
  diff -u -r1.140 -r1.141
  --- whoweare.html 8 Jun 2003 04:05:11 -   1.140
  +++ whoweare.html 12 Jun 2003 05:13:45 -  1.141
  @@ -227,10 +227,10 @@
   p
   bNicola Ken Barozzi/b (nicolaken at apache.org)
   br /
  -Nicola Ken Barozzi is a
  +Nicola Ken Barozzi is a honorary
   committer for a href=http://jakarta.apache.org/poi/;Jakarta Poi/a, which
   he helped in entering Jakarta,
  -and for a href=http://xml.apache.org/cocoon/;Apache Cocoon/a and Apache Forrest
  +and for a href=http://xml.apache.org/cocoon/;Apache Cocoon/a and a 
href=http://xml.apache.org/forrest/;Apache Forrest/a
   on Xml-Apache. The work with these projects have made him found the
   a href=http://www.krysalis.org/;Krysalis Community Project/a, with the aim
   of incubating his own and other projects till/if a community creates round them.
  @@ -286,7 +286,7 @@
   bCeki Gülcü/b (ceki at apache.org)
   br /
   Ceki is the founder of the log4j project. Time permitting, he also does
  -custom development for clients. See a href=http://www.qos.ch;www.qos.ch/a 
for more info.
  +custom development for clients. See a href=http://www.qos.ch/;www.qos.ch/a 
for more info.
 /p
   p
   bHenri Gomez/b (hgomez at apache.org)
  @@ -360,7 +360,7 @@
   bGlenn Nielsen/b (glenn at apache.org)
   br /
   Glenn is the Unix Programming Coordinator for the Missouri Research
  -and Education Network (a href=http://www.more.net;MOREnet/a),
  +and Education Network (a href=http://www.more.net/;MOREnet/a),
   part of the University of Missouri System.  Major contributions
   include implementation of the Java SecurityManager in Tomcat and five
   JSP tag libraries.  He is a member of the specification group to
  @@ -369,15 +369,15 @@
   p
   bAndrew C. Oliver/b (acoliver at apache.org)
   br /
  -a href=http://cvs.apache.org/~acoliver;Andrew C. Oliver/a is the founder of
  -the a href=http://jakarta.apache.org/poi;Jakarta POI/a project and a
  -committer to a href=http://jakarta.apache.org/lucene;Jakarta Lucene/a.
  +a href=http://cvs.apache.org/~acoliver/;Andrew C. Oliver/a is the founder of
  +the a href=http://jakarta.apache.org/poi/;Jakarta POI/a project and a
  +committer to a href=http://jakarta.apache.org/lucene/;Jakarta Lucene/a.
   He's not the best techwriter in the world, but
   improving Apache documentation is a major drive of his.  His current
   interests (aside from POI) include XML, UML, Linux as well as project design.
   He's been working as a professional software developer for about six years and in
   Java since the beginning of 1998.  He works primarily on a per project
  -basis as a a href=http://www.superlinksoftware.com;consultant/a.  Please
  +basis as a a href=http://www.superlinksoftware.com/;consultant/a.  Please
   take notice, he's always willing to help anyone get involved in Apache projects
   so feel free to ask.  (That doesn't mean he's here to teach you Java or debug
   your commercial apps for you for free ;-).  If you're interested in hiring
  @@ -395,7 +395,7 @@
   bMartin Poeschl/b (mpoeschl at apache.org)
   br /
   Martin is an active developer of the a href=http://jakarta.apache.org/turbine/;
  -Turbine/a web application framework. He is a senior developer at a 
href=http://www.anecon.com;Anecon/a.
  +Turbine/a web application framework. He is a senior developer at a 
href=http://www.anecon.com/;Anecon/a.
   /p
   p
   b
  @@ -406,8 +406,8 @@
   Sam takes a perverse pleasure in integrating disparate things.  He is
   a member of the a href=http://www.php.net/credits.php;PHP group/a, Apache
   a href=http://xml.apache.org/whoweare.html;XML PMC/a, Apache
  -sponsor for the a href=http://xml.apache.org/soap;xml-soap/a subproject
  -and convener of a href=http://www.ecma.ch;ECMA/a TC39 TG3.  He is
  +sponsor for the a href=http://xml.apache.org/soap/;xml-soap/a subproject
  +and convener of a href=http://www.ecma.ch/;ECMA/a TC39 TG3.  He is
   also serving as the Chairman of this PMC.
   /p
   p
  @@ -428,7 +428,7 @@
Glen is a developer of nearly 10 years.  In jakarta he
is a committer and release manager for the Poi project.
In 

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: /home/cvs/jakarta-site2/xdocs/stylesheets/site.xsl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- site.xsl  28 Jan 2002 23:34:39 -  1.5
  +++ site.xsl  12 Jun 2003 05:39:08 -  1.6
  @@ -125,7 +125,7 @@
 xsl:commentPAGE FOOTER/xsl:comment
 trtd colspan=2
   div align=centerfont color={$body-link} size=-1em
  -Copyright #169; 1999-2002, Apache Software Foundation
  +Copyright #169; 1999-2003, Apache Software Foundation
   /em/font/div
 /td/tr
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
  ===
  RCS file: /home/cvs/jakarta-site2/xdocs/stylesheets/site_printable.vsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- site_printable.vsl30 Jul 2002 11:00:19 -  1.3
  +++ site_printable.vsl12 Jun 2003 05:49:34 -  1.4
  @@ -251,7 +251,7 @@
   /td/tr
   trtd
   div align=centerfont color=$bodylink size=-1em
  -Copyright #169; 1999-2002, Apache Software Foundation
  +Copyright #169; 1999-2003, Apache Software Foundation
   /em/font/div
   /td/tr
   /table
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]