diff --git a/.classpath b/.classpath index 10ccb85..379bc98 100644 --- a/.classpath +++ b/.classpath @@ -28,9 +28,9 @@ - + - + diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs index 443e085..b257af7 100644 --- a/.settings/org.eclipse.jdt.core.prefs +++ b/.settings/org.eclipse.jdt.core.prefs @@ -1,6 +1,6 @@ eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 org.eclipse.jdt.core.compiler.compliance=1.7 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error diff --git a/src/main/java/org/gcube/common/workspacetaskexecutor/dataminer/WorkspaceDataMinerTaskExecutor.java b/src/main/java/org/gcube/common/workspacetaskexecutor/dataminer/WorkspaceDataMinerTaskExecutor.java index 79c9c45..b13c1d7 100644 --- a/src/main/java/org/gcube/common/workspacetaskexecutor/dataminer/WorkspaceDataMinerTaskExecutor.java +++ b/src/main/java/org/gcube/common/workspacetaskexecutor/dataminer/WorkspaceDataMinerTaskExecutor.java @@ -228,7 +228,8 @@ public class WorkspaceDataMinerTaskExecutor implements ExecutableTask listDummyConf = gelDummyListOfConfigurations(3); + private static List listDummyConf; + /** * @@ -93,13 +93,15 @@ public class TestDataMinerTaskExecutor { public static void main(String[] args) { - ScopeProvider.instance.set(SCOPE); - WorkspaceDataMinerTaskExecutor exec = WorkspaceDataMinerTaskExecutor.getInstance(); - exec.withOwner(USERNAME); - //jsonCheck(); +// ScopeProvider.instance.set(SCOPE); +// listDummyConf = gelDummyListOfConfigurations(3); +// WorkspaceDataMinerTaskExecutor exec = WorkspaceDataMinerTaskExecutor.getInstance(); +// exec.withOwner(USERNAME); +// //jsonCheck(); +// +// //ERASE ALL CONFIGURATIONS +// eraseAllTaskConfigurations(exec); - //ERASE ALL CONFIGURATIONS - eraseAllTaskConfigurations(exec); //GET LIST CONFIGURATIONS //getConfigurations(exec);