cvs commit: xml-fop/src/java/org/apache/fop/xml XMLNamespaces.java

2004-01-01 Thread pbwest
pbwest 2004/01/01 04:31:09 Modified:src/java/org/apache/fop/xml Tag: FOP_0-20-0_Alt-Design XMLNamespaces.java Log: Remove intern() call. Slows processing to no obvious benefit. Revision ChangesPath No revision No

cvs commit: xml-fop/src/java/org/apache/fop/fo FOAttributes.java

2004-01-01 Thread pbwest
pbwest 2004/01/01 04:39:30 Modified:src/java/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FOAttributes.java Log: Remove intern() calls. Slows processing to no obvious benefit. integerArray made final. Revision ChangesPath No

cvs commit: xml-fop/src/java/org/apache/fop/fo FObjectNames.java

2004-01-01 Thread pbwest
pbwest 2004/01/01 04:55:46 Modified:src/java/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FObjectNames.java Log: foLocalNames made private. foLocalNamesLength(). getFOPkg() added. Revision ChangesPath No revision No

help with upload the ssh key

2004-01-01 Thread Peter Herweg
Hi, now that i got an cvs.apache.org account i'd need some help with uploading the ssh key. I'd like to use putty for ssh access. So i logged in on cvs.apache.org, copied my public key file (generated by puttygen) into my home directory and tried to add it with gpg. But all i get is the error

Re: help with upload the ssh key

2004-01-01 Thread J.Pietschmann
Peter Herweg wrote: now that i got an cvs.apache.org account i'd need some help with uploading the ssh key. ... I also tried to convert my public key file into OpenSSH format, or create a new public/private key pair using ssh-keygen but nothing works. I also tried to generate a new public/private

cvs commit: xml-fop/src/documentation/content/xdocs team.xml

2004-01-01 Thread gmazza
gmazza 2004/01/01 10:31:03 Modified:src/documentation/content/xdocs team.xml Log: Changed jumps to forks (=open new window on links) on team page. Revision ChangesPath 1.24 +7 -6 xml-fop/src/documentation/content/xdocs/team.xml Index: team.xml

AW: help with upload the ssh key

2004-01-01 Thread Peter Herweg
Yes, this works. Thank you! (wish you a happy new year by the way ;-) Happy new year to you all. Peter Herweg -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Bertrand Delacretaz Gesendet: Thursday, January 01, 2004 3:52 PM An: [EMAIL

cvs commit: xml-fop/src/java/org/apache/fop/fo/flow ExternalGraphic.java

2004-01-01 Thread gmazza
gmazza 2004/01/01 10:52:22 Modified:src/java/org/apache/fop/fo/flow ExternalGraphic.java Log: Bug #25806 (Patch by Finn Bock)--NPE fixed in ExternalGraphic.java. Revision ChangesPath 1.15 +4 -2 xml-fop/src/java/org/apache/fop/fo/flow/ExternalGraphic.java

DO NOT REPLY [Bug 25806] - [PATCH] fix a NPE in external-graphics.

2004-01-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25806. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 25803] - [PATCH] PropertyList: Fixes to convertAttributeToProperty and findBaseProperty

2004-01-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25803. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: help with upload the ssh key

2004-01-01 Thread Glen Mazza
--- J.Pietschmann [EMAIL PROTECTED] wrote: Peter Herweg wrote: now that i got an cvs.apache.org account i'd need some help with uploading the ssh key. ... Which tool did you finally use to create the SSH key, and where do you run it? I also tried to generate a new public/private key

AW: help with upload the ssh key

2004-01-01 Thread Peter Herweg
Which tool did you finally use to create the SSH key, and where do you run it? ... Thanks, Glen I used the key i have already used for accessing jfor's cvs repository at sourceforge. I created the key about 6 month ago with puttygen. I ran it on my local computer (win2000 prof.). But you

DO NOT REPLY [Bug 25828] - [PATCH] fop.sh/bat should use java.endorsed.dirs

2004-01-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25828. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: AW: help with upload the ssh key

2004-01-01 Thread Glen Mazza
Thanks, Peter, that helped a lot--I downloaded puttygen and am working with it now. Three more questions if anyone can help: 1) I guess we're to use SSH2 and not SSH1, but does it matter whether we use DSA or RSA? Is one much slower than the other? I'll use DSA--it apparently works for you and

cvs commit: xml-fop/src/java/org/apache/fop/fo FObjects.java

2004-01-01 Thread pbwest
pbwest 2004/01/01 15:19:49 Modified:src/java/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FObjects.java Log: Modifications because FObjects.foLocalNames array made private: Replaced direct access to public FObjects.foLocalNames array with calls to

Re: AW: help with upload the ssh key

2004-01-01 Thread J.Pietschmann
Glen Mazza wrote: 1) I guess we're to use SSH2 and not SSH1, SSH1 and SSH2 are versions of the protocol, in particular the initial handshake. The SSH1 had a vulnerability. Which protocol is used is determined in the initial handshake, for compatibility. A prodent server administrator disables SSH1

Re: help with upload the ssh key

2004-01-01 Thread J.Pietschmann
Glen Mazza wrote: Which tool did you finally use to create the SSH key, and where do you run it? Cygwin ssh-keygen. Joerg, from what you're saying below, this is what we use for our apache.org email address only, correct? I'm not sure what you mean here. Yes. What is this SSH key for--Do we use

cvs commit: xml-fop/src/java/org/apache/fop/fo PropNames.java

2004-01-01 Thread pbwest
pbwest 2004/01/01 15:59:30 Modified:src/java/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design PropNames.java Log: Adjusted HashMap initial size. Revision ChangesPath No revision No revision 1.1.2.2 +5 -4

cvs commit: xml-fop fop.sh

2004-01-01 Thread pbwest
pbwest 2004/01/01 16:20:51 Modified:.Tag: FOP_0-20-0_Alt-Design fop.sh Log: Removed set -x Revision ChangesPath No revision No revision 1.2.2.3 +0 -2 xml-fop/fop.sh Index: fop.sh

cvs commit: xml-fop userconfig.xml

2004-01-01 Thread pbwest
pbwest 2004/01/01 16:23:31 Added: .Tag: FOP_0-20-0_Alt-Design userconfig.xml Log: Moved example userconfig out of conf directory. Revision ChangesPath No revision No revision 1.1.2.1 +99 -0

cvs commit: xml-fop/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc RtfHyperLink.java RtfTextrun.java

2004-01-01 Thread pherweg
pherweg 2004/01/01 13:19:55 Modified:src/java/org/apache/fop/fo/flow BasicLink.java src/java/org/apache/fop/fo FOInputHandler.java FOTreeHandler.java src/java/org/apache/fop/render/mif MIFHandler.java

RE: (Changing Vote) Re: [VOTE] Andreas L. Delmelle for committer

2004-01-01 Thread Glen Mazza
Andreas, I'm impressed with your very rapid learning of how the code works and interest in fixing it. Actually, you're ahead of me right now in this section of the code--I haven't looked much at tables and hence can't respond yet to your questions. Hopefully the others can comment! Thanks, Glen

Re: AW: help with upload the ssh key

2004-01-01 Thread Glen Mazza
Thanks for your help. Glen --- J.Pietschmann [EMAIL PROTECTED] wrote: Glen Mazza wrote: 1) I guess we're to use SSH2 and not SSH1, SSH1 and SSH2 are versions of the protocol, in particular the initial handshake. The SSH1 had a vulnerability. Which protocol is used is determined in the

cvs commit: xml-fop/src/java/org/apache/fop/fo FObjectSets.java

2004-01-01 Thread pbwest
pbwest 2004/01/01 21:56:32 Modified:src/java/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FObjectSets.java Log: Temporary BitSets changed from final and nullified at the end of initialization. Revision ChangesPath No revision