# HG changeset patch # User ross lazarus ross.lazarus@gmail.com # Date 1338901896 -36000 # Node ID c23e53f768ed54ea98f51e892455df8134c8f2fb # Parent 0ee2b06ea30481e78c723211e438ff084d03f475 Think I finally got the output selection stuff working.. diff -r 0ee2b06ea304 -r c23e53f768ed rgToolFactory.xml --- a/rgToolFactory.xml Tue Jun 05 22:18:30 2012 +1000 +++ b/rgToolFactory.xml Tue Jun 05 23:11:36 2012 +1000 @@ -9,21 +9,18 @@ #if $make_TAB.value=="yes": --output_tab "$tab_file" #end if - #if $factory.make_Tool=="yes": - --make_Tool "$factory.make_Tool" - --help_text "$helpme" - --tool_desc "$factory.tool_desc" + #if $makeMode.make_Tool=="yes": + --make_Tool "$makeMode.make_Tool" + --help_text "$makeMode.helpme" + --tool_desc "tool_desc" --new_tool "$new_tool" #end if #if $make_HTML.value=="yes": - --output_dir "$html_file.files_path" --output_html "$html_file" + --output_dir "$html_file.files_path" --output_html "$html_file" --make_HTML "yes" #end if #if $input1 != 'None': --input_tab "$input1" #end if - #if $make_HTML.value=="yes": - --make_HTML "yes" - #end if #end if @@ -36,7 +33,7 @@ - + @@ -50,24 +47,29 @@ - - - - - - + + + - - + + + - - - + + + + + + + + + @@ -83,19 +85,19 @@ - - make_TAB == "yes" + + make_TAB=="yes" - - - + + + make_HTML == "yes" - make_Tool == "yes" + makeMode['make_Tool'] == "yes" @@ -104,8 +106,8 @@ -#if $factory.make_Tool == "yes": -${factory.help_text} +#if $makeMode.make_Tool == "yes": +${makeMode.help_text} #end if