[GRADLE-2030] Eclipse-wtp plugin creates illegal entries for non-existing source folders in deployment assembly Created: 05/Jan/12 Updated: 04/Jan/13 Resolved: 10/Mar/12 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.0-milestone-6, 1.0-milestone-7 |
Fix Version/s: | 1.0-rc-1 |
Type: | Bug | ||
Reporter: | Kris De Volder | Assignee: | Szczepan Faber |
Resolution: | Fixed | Votes: | 1 |
Attachments: | sts2192-modified.zip |
Description |
To reproduce, import attached project in Eclipse/STS. (Not required to use STS/Gradle support) Steps:
Observe:
Cause:
Solution: |
Comments |
Comment by Mauro Molinari [ 06/Jan/12 ] |
I think Kris forgot to attach the project. Anyway, the mentioned project can be found here: https://issuetracker.springsource.com/browse/STS-2192 apply plugin: 'eclipse-wtp'
. Then, follow Kris's steps mentioned above. Please note that the problems in the "Deployment Assembly" are two:
|
Comment by Kris De Volder [ 06/Jan/12 ] |
Indeed, I forgot the sample project. Attaching it now. It's a slightly modified version of the one in STS2192. |