source: trunk/gui/apps/xmldiff.in @ 1633

Last change on this file since 1633 was 1206, checked in by dkearney, 16 years ago

moving about.tcl to about.in.
moving simsim.tcl to simsim.in.
adding xmldiff, a script to give you teh text differences between two xml files.
reorganized simsim's flags, comparison of xmlfiles works, still need to check creating random inputs for driver files.
adding -nosim flag to rerun to avoid simulations while rerunning a run file. this flag should stay set until we get the "load and continue simulating" functionality working.
adding xmldiff to configure and makefiles

  • Property svn:executable set to *
File size: 682 bytes
Line 
1#!/bin/sh
2# ----------------------------------------------------------------------
3#  XMLDIFF
4#
5#  get a text list of differences between two xml files
6#
7# ======================================================================
8#  AUTHOR:  Derrick S. Kearney, Purdue University
9#  Copyright (c) 2005-2008  Purdue Research Foundation
10#
11#  See the file "license.terms" for information on usage and
12#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
13# ======================================================================
14
15RAPPTURE_INSTALL_DIR=@prefix@
16
17. $RAPPTURE_INSTALL_DIR/bin/rappture.env
18exec $RAPPTURE_INSTALL_DIR/bin/simsim --nosim --tool $1 --compare $2
Note: See TracBrowser for help on using the repository browser.