Issue with Sequence component

Jeff Garratt <jeffgarratt-/[email protected]> Thu, 25 Oct 2007 13:06:39 -0700 (PDT)
Newsgroups gmane.comp.java.smartfrog.user
Message-ID <[email protected]>
I would like the commands in Test to execute sequentially, terminating upon completion.  I tried the following, no such luck.
Any suggestions to what I should be doing?

Thanks,

---------------------
Test extends Sequence {

        projectDir TBD;

        installDrivers extends InstallOG {
                destDir "c:/temp";
        }

        perf-test extends WinNTShellScript {
                workDir PARENT:projectDir;
                processName  "ant";
                cmd           ["ant -f sceptre-build.xml test-amit-perf"];
                shouldTerminate true;
        }

}


sfConfig extends Compound {
        sfSyncTerminate true;

        test extends Test {
                projectDir "C:/temp";
        }
        
}

----------------------------------------



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/