diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-10-25 00:05:02 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-10-25 00:05:02 +0200 |
commit | 2d216118986115bf309c050cd841bbe8b62b80b3 (patch) | |
tree | 6663e7aeec03bd6ac97baceb312aacfccf0a46e0 /buildScripts | |
parent | 7d78e451289533506dbdd582b532a72035a623df (diff) | |
download | lombok-2d216118986115bf309c050cd841bbe8b62b80b3.tar.gz lombok-2d216118986115bf309c050cd841bbe8b62b80b3.tar.bz2 lombok-2d216118986115bf309c050cd841bbe8b62b80b3.zip |
Updated the setup test environment tasks in the build script to produce eclipse launch targets IF the project has been treated as eclipse project ('.project' is present).
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 4296d372..1e23baa0 100644 --- a/buildScripts/eclipse-run-tests.template +++ b/buildScripts/eclipse-run-tests.template @@ -15,5 +15,5 @@ <stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/> <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 @JAVAC_ON_BOOTCLASSPATH@"/> +<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-javaagent:dist/lombok.jar -Xbootclasspath/p:@JAVAC_LOCATION@ -Ddelombok.bootclasspath=@RT_LOCATION@"/> </launchConfiguration> |