Updated build config and profiles and added keyed error reporting for

tasks.
This commit is contained in:
Willem Cazander 2013-09-01 15:18:11 +02:00
parent 9775c521a4
commit 9e8067c946
15 changed files with 227 additions and 209 deletions

View file

@ -48,7 +48,7 @@ public class EldDocLanguageTask extends AbstractX4OLanguageTask {
/**
* Executes this language task.
*/
public X4OLanguageTaskExecutor createTaskExecutor(final PropertyConfig config) {
protected X4OLanguageTaskExecutor createTaskExecutorChecked(final PropertyConfig config) {
return new X4OLanguageTaskExecutor() {
public void execute(X4OLanguage language) throws X4OLanguageTaskException {
try {