[GRADLE-1770] eclipse-wtp plugin doesn't respect webAppDirName Created: 29/Aug/11 Updated: 04/Jan/13 Resolved: 01/Sep/11 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.0-milestone-4 |
Fix Version/s: | 1.0-milestone-5 |
Type: | Bug | ||
Reporter: | Andrew Oberstar | Assignee: | Szczepan Faber |
Resolution: | Fixed | Votes: | 0 |
Attachments: | war.zip |
Description |
Even if you change the webAppDirName property in a WAR build, the WST file still sets it's deployment path to src/main/webapp. Looking through the source code I found a TODO saying that it was not being evaluated lazily, so this seems to be a known issue. build.gradle apply plugin: 'war' sourceSets { } webAppDirName = 'WebContent' .settings/org.eclipse.wst.common.component <?xml version="1.0" encoding="UTF-8"?> |