File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
swan-assist/src/main/java/de/fraunhofer/iem/swan/assist/ui/dialog Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1313import com .intellij .openapi .ui .MessageType ;
1414import com .intellij .openapi .ui .popup .Balloon ;
1515import com .intellij .openapi .ui .popup .JBPopupFactory ;
16+ import de .fraunhofer .iem .swan .assist .actions .RunSwanAction ;
1617import de .fraunhofer .iem .swan .assist .data .JSONFileLoader ;
1718import de .fraunhofer .iem .swan .assist .util .Constants ;
1819import org .apache .commons .io .FileUtils ;
@@ -250,7 +251,8 @@ private void setParameters() {
250251 PropertiesComponent .getInstance (project ).setValue (Constants .SOURCE_DIRECTORY , sourceDirTextbox .getText ());
251252 PropertiesComponent .getInstance (project ).setValue (Constants .LAST_SRM_LIST , parameters .get (Constants .OUTPUT_DIRECTORY ) + File .separator + config .getProperty ("output_json_suffix" ));
252253 PropertiesComponent .getInstance (project ).setValue (Constants .TOOLKIT , toolkitButtonGroup .getSelection ().getActionCommand ());
253-
254+ RunSwanAction runSwanAction = new RunSwanAction ();
255+ runSwanAction .runSwan (project );
254256 super .doOKAction ();
255257 }
256258
You can’t perform that action at this time.
0 commit comments