You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by "Myers, James D" <ji...@pnl.gov> on 2004/01/07 23:19:00 UTC

Propfindall printing in command line client

Related to my last post - another improvement to the command line client printing is the change below to display both the namespace and name of the returned properties.

  Jim



Index: Client.java
===================================================================
RCS file: /msrc/proj/collab/cvs/SAM/slide/src/webdav/client/src/org/apache/webdav/cmd/Client.java,v
retrieving revision 1.1.1.1
retrieving revision 1.4
diff -r1.1.1.1 -r1.4
758c758
<                  out.println("   " + property.getName() + " : " + property.getPropertyAsString());
---
>                  out.println("   " + property.getNamespaceURI() +" " + property.getLocalName() + " : " + property.getPropertyAsString());


James D. Myers
Chief Scientist, Scientific Computing Environments Group
Computational Science and Mathematics Department
Pacific Northwest National Laboratory
Phone: 610-355-0994
Fax:     208-474-4616
Jim.Myers@pnl.gov