no message
This commit is contained in:
@@ -31,9 +31,9 @@ public class BuildComponent extends ProcessPass<Component> {
|
||||
@Override
|
||||
protected void body() throws Exception {
|
||||
ShowMessage1("Сборка " + target.getComponentType().getDescription());
|
||||
if (target.getComponentType().equals(ComponentType.Sapfor_F)){
|
||||
if (target.getComponentType().equals(ComponentType.Sapfor_F)) {
|
||||
File RepoSapfor = new File(Global.RepoDirectory, "SAPFOR");
|
||||
File installationDirectory = new File(RepoSapfor,"install");
|
||||
File installationDirectory = new File(RepoSapfor, "install");
|
||||
Utils_.CheckAndCleanDirectory(installationDirectory);
|
||||
}
|
||||
PerformScript(target.getAssemblyCommand());
|
||||
|
||||
Reference in New Issue
Block a user