Subject: RE: GDS configuration problem
- Next message: Alexander Wohrer: "trying to extend..."
- Previous message: Brian Hills: "RE: GDS configuration problem"
- In reply to: Brian Hills: "RE: GDS configuration problem"
- Next in thread: Alexander Wohrer: "trying to extend..."
- Reply: Alexander Wohrer: "trying to extend..."
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 | ------------------------------------------------------------
- Next message: Alexander Wohrer: "trying to extend..."
- Previous message: Brian Hills: "RE: GDS configuration problem"
- In reply to: Brian Hills: "RE: GDS configuration problem"
- Next in thread: Alexander Wohrer: "trying to extend..."
- Reply: Alexander Wohrer: "trying to extend..."