Temporary modification: set the debug mode to true by default to check the TUJ logs.
git-svn-id: http://talendforge.org/svn/tos/trunk@87152 f6f1c999-d317-4740-80b0-e6d1abc6f99e
This commit is contained in:
@@ -16,10 +16,8 @@ import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.net.URL;
|
||||
|
||||
import org.apache.commons.lang.ArrayUtils;
|
||||
import org.eclipse.core.runtime.Platform;
|
||||
import org.eclipse.core.runtime.Plugin;
|
||||
import org.talend.commons.debug.TalendDebugHandler;
|
||||
|
||||
/**
|
||||
* Activator for Code Generator.
|
||||
@@ -79,7 +77,7 @@ public class CommonsPlugin extends Plugin {
|
||||
}
|
||||
|
||||
public static boolean isDebugMode() {
|
||||
return ArrayUtils.contains(Platform.getApplicationArgs(), TalendDebugHandler.TALEND_DEBUG);
|
||||
return true; // ArrayUtils.contains(Platform.getApplicationArgs(), TalendDebugHandler.TALEND_DEBUG);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user