Hello,

while dealing with the CMP CD Client (chapter 4) from the great
volunteer doc, I met a problem with the target »cmp-cd-upload«.  I got
an error message »Upload: can't read file `CDs.txt'«.

The problem is that
jboss/manual/src/examples/org/jboss/docs/cmp/cd/Upload.java references
'CDs.txt' but the filesystem only offers 'cds.txt'.

I provide a patch

--- /tmp/old_Upload.java        Sat Apr  6 23:07:54 2002
+++ src/jboss-examples/org/jboss/docs/cmp/cd/Upload.java        Sat Apr
6 23:08:07 2002
@@ -31,7 +31,7 @@
     */
    public static void main(String[] args)
        {
-          String filename = »CDs.txt»;
+          String filename = »cds.txt»;
 
        try
                {

but I personally would prefer to rename the file in CVS to 'CDs.txt'.

Could any developer please make the changes?  I've no sourceforge
account yet.


TIA -- Sebastian

-- 
          PGP Key: 0x1E727CE6 2001-11-14 · expires 2002-11-09
  Key fingerprint: 9085 48BD 8332 4BFC D80C  A6CF D162 20BB 1E72 7CE6
    http://gommbjudda.wh17.tu-dresden.de/~sebi/Sebastian_Klamar.asc
         or via "finger -l [EMAIL PROTECTED]"

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to