пока все на отладочном порту. Сохранение вывода сборки Сапфора в папке версии.
This commit is contained in:
@@ -141,4 +141,12 @@ public class SapforTestingPlanner extends TestingPlanner<SapforPackage> {
|
||||
Print("done!");
|
||||
}
|
||||
//--
|
||||
@Override
|
||||
public void perform() throws Exception {
|
||||
compileSapfors();
|
||||
super.perform();
|
||||
}
|
||||
public void compileSapfors() throws Exception{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user