wocommunity / wolips

wolips
53 stars 53 forks source link

Support the Exclude Test Code option in WO launching configurations #166

Closed hprange closed 2 years ago

hprange commented 2 years ago

WOLips always includes test dependencies when running WOApplications inside Eclipse, which may be problematic if a project has conflicting dependencies with test and runtime scopes. This fix supports the Exclude Test Code option of launching configurations. When enabled, WOLips won't include test dependencies in the classpath anymore.

exclude-test-code
nullterminated commented 2 years ago

Sorry I just noticed these PRs today. This looks fine to me.

hprange commented 2 years ago

Thanks for taking a look at the pull requests. Since you haven't found anything odd, I'll merge them.