Code Search for Developers
 
 
  

doAll.bat from SmartFrog at Krugle


Show doAll.bat syntax highlighted

@echo off
setlocal
call %SFHOME%\bin\setClassPath
java org.smartfrog.regtest.arithmetic.templategen.ExampleGen -d 0.9 -o example1TH.sf -t example.vm
java org.smartfrog.regtest.arithmetic.templategen.ExampleGen -d 0.9 -o example2TH.sf -t example.vm
java org.smartfrog.regtest.arithmetic.templategen.ExampleGen -d 0.93 -o example3TH.sf -t example.vm
java org.smartfrog.regtest.arithmetic.templategen.ExampleGen -d 0.93 -o example4TH.sf -t example.vm

echo "#include \"org/smartfrog/regtest/arithmetic/templategen/example1TH.sf\"" > foo1
echo "#include \"org/smartfrog/regtest/arithmetic/templategen/example2TH.sf\"" > foo2
echo "#include \"org/smartfrog/regtest/arithmetic/templategen/example3TH.sf\"" > foo3
echo "#include \"org/smartfrog/regtest/arithmetic/templategen/example4TH.sf\"" > foo4

echo "#include \"org/smartfrog/regtest/arithmetic/templategen/hostTemplate1.sf\"" > host1
echo "#include \"org/smartfrog/regtest/arithmetic/templategen/hostTemplate2.sf\"" > host2

cat foo1 host1 > example1TH_1.sf
cat foo1 host2 > example1TH_2.sf
cat foo2 host1 > example2TH_1.sf
cat foo2 host2 > example2TH_2.sf
cat foo3 host1 > example3TH_1.sf
cat foo3 host2 > example3TH_2.sf
cat foo4 host1 > example4TH_1.sf
cat foo4 host2 > example4TH_2.sf




See more files for this project here

SmartFrog

SmartFrog (Smart Framework for Object Groups) is a framework for configuring and automatically activating distributed applications. \r\nThe SmartFrog framework is released under LGPL license.\r\nMore info at: www.smartfrog.org

Project homepage: http://sourceforge.net/projects/smartfrog
Programming language(s): Java,XML
License: other

  ASCII_UCodeESC_CharStream.java
  Calculator.java
  Calculator.jj
  CalculatorConstants.java
  CalculatorTokenManager.java
  ExampleGen.java
  GlobalName.java
  NodeElem.java
  NodeElemImpl.java
  ParseException.java
  Token.java
  TokenMgrError.java
  doAll
  doAll.bat
  doAll.nt
  example.vm
  example1TH.sf
  example1TH_1.sf
  example1TH_2.sf
  example2TH.sf
  example2TH_1.sf
  example2TH_2.sf
  example3TH.sf
  example3TH_1.sf
  example3TH_2.sf
  example4TH.sf
  example4TH_1.sf
  example4TH_2.sf
  exampleTH.sf
  exampleTHLocalHost.sf
  exampleTH_Big.sf
  exampleTH_TinyLH.sf
  example_small.sf
  example_tiny.sf
  foo1
  foo2
  foo3
  foo4
  host1
  host2
  hostTemplate1.sf
  hostTemplate2.sf
  hostTemplateLocalHost.sf
  velocity.log