diff options
author | Dawid Rusin <dawidrusin90@gmail.com> | 2015-10-02 11:48:45 +0200 |
---|---|---|
committer | Dawid Rusin <dawidrusin90@gmail.com> | 2015-10-02 11:48:45 +0200 |
commit | 47f9bcbcd772228609dfa1d71fcd1bc7a4ad17b8 (patch) | |
tree | 47345c1aecc6dc6e64247f1f36a89104a8f75a0e /buildScripts | |
parent | 75e4a6caf37eea6bf74a776672df68bdb9468c5b (diff) | |
download | lombok-47f9bcbcd772228609dfa1d71fcd1bc7a4ad17b8.tar.gz lombok-47f9bcbcd772228609dfa1d71fcd1bc7a4ad17b8.tar.bz2 lombok-47f9bcbcd772228609dfa1d71fcd1bc7a4ad17b8.zip |
Modify createEclipseLaunchForTestEnvironment to generate a launch file
that also out-of-the-box can run the ecj tests
Diffstat (limited to 'buildScripts')
-rw-r--r-- | buildScripts/eclipse-run-tests.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/eclipse-run-tests.template b/buildScripts/eclipse-run-tests.template index 7c82c7d8..06bc22b7 100644 --- a/buildScripts/eclipse-run-tests.template +++ b/buildScripts/eclipse-run-tests.template @@ -26,5 +26,5 @@ <stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.@JAVA_VERSION@"/> <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="lombok.RunAllTests"/> <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="lombok"/> - <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-javaagent:dist/lombok.jar -Ddelombok.bootclasspath=@RT_LOCATION@"/> + <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-javaagent:dist/lombok.jar -Ddelombok.bootclasspath=@RT_LOCATION@ -Dshadow.override.lombok=true"/> </launchConfiguration> |