list archives . users mailing list

Subject: RE: GDS configuration problem

Date view Thread view Subject view Author view Attachment view

From: Amrey Krause (amrey@epcc.ed.ac.uk)
Date: Feb 20, 2003 10:46

Hi,

> One minor point, there was quite a lot of output to the screen as I
> think many of the documents used in the process were also output e.g.
> the GDSF and GDS config. Is there a configuration option to limit the
> output to the screen, e.g. to just display the results set?

The amount of output is hard coded in the client code, so you have to
modify (a copy of) uk/org/ogsadai/client/Client.java and comment out the
System.out.println statements you don't want to see.
The result set is displayed with:

System.out.println("\nScript results:\n" +
AnyHelper.getAnyAsString(result));

Cheers,
             Amy

--
  ------------------------------------------------------------
 | Dr Amrey Krause                    Applications Consultant |
 |                        |epcc|, The University of Edinburgh |
 |     King's Buildings, Mayfield Road, Edinburgh EH9 3JZ, UK |
 | Tel: +44 (0)131 650 6718 --- email: a.krause@epcc.ed.ac.uk |
  ------------------------------------------------------------

Date view Thread view Subject view Author view Attachment view
webperson@nesc.ac.uk