You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

testPattern.bat 148B

1234
  1. cd bin
  2. java ca.ubc.cs.spl.aspectPatterns.examples.%1.java.Main %2 %3 %4
  3. java ca.ubc.cs.spl.aspectPatterns.examples.%1.aspectj.Main %2 %3 %4
  4. cd ..