пока все на отладочном порту. Сохранение вывода сборки Сапфора в папке версии.
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{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
package TestingSystem.SAPFOR.ServerSapfor;
|
||||
public enum ServerSapforState {
|
||||
Queued,
|
||||
Compilation,
|
||||
Done,
|
||||
DoneWithErrors
|
||||
}
|
||||
Reference in New Issue
Block a user