hello,

I am trying to get the current version of a version controlled resource by doing the following stuff:

Enumeration report = resource.reportMethod(new HttpURL(hostPort + path), 2);

        while (report.hasMoreElements())
        {
            Object element = report.nextElement();
            System.out.println(element);
        }

however, I always receive a

PoolThread-8, 02-Sep-2003 17:54:12, , REPORT, 404 "Not Found", 10 ms, /slide/files/test/one.xml

while the file is there...

any idea?

thanks a lot,

Stan.


-- Outgoing mail is certified Virus Free. Checked by AVG Anti-Virus (http://www.grisoft.com). Version: 7.0.167 / Virus Database: 259.11.3 - Release Date: 19/08/2003



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



Reply via email to