Changes between Initial Version and Version 1 of FAQ_ToolXmlLocation


Ignore:
Timestamp:
Nov 11, 2010 8:06:06 AM (14 years ago)
Author:
dkearney
Comment:

adding faq page about -tool option in rappture

Legend:

Unmodified
Added
Removed
Modified
  • FAQ_ToolXmlLocation

    v1 v1  
     1=  How does the Rappture Toolkit know where to find my tool.xml file? =
     2
     3The '''rappture''' command looks for a file named ''tool.xml'' in the present working directory.
     4If there is not a file named ''tool.xml'' in the present working directory, it will displaying
     5an error stating that it cannot find the tool.xml file.
     6
     7If you would like the '''rappture''' command to use an xml file that is not in the present working
     8directory, or that is not named ''tool.xml'', you can use the -tool option and provide the location
     9and name of the file Rappture should read to load the specification for the graphical user interface.
     10
     11Examples:
     12{{{
     13rappture -tool src/tool.xml
     14rappture -tool mytest.xml
     15}}}