added info about successful export too

This commit is contained in:
fred-fri 2012-08-03 11:28:09 +09:00
parent 51ee7cbffa
commit d7ff70a301

@ -77,6 +77,8 @@ public class WatsonInfoPanel extends Panel {
try {
projectService.createAndExportProjectFromProjectIdea(projectIdea);
target.addComponent(feedbackPanel);
info("Project created and exported as a Thesis into Daisy.");
} catch (ExternalExportException eee){
target.addComponent(feedbackPanel);
error("This project idea could not exported to Daisy. Try creating a thesis in Daisy manually.");